summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSören Brunk <soeren@brunk.io>2014-04-30 16:38:37 +0200
committerSören Brunk <soeren@brunk.io>2014-05-02 16:29:23 +0200
commit58f92f148b9f83922bc26422a02adbdee532911c (patch)
tree0921793a187688e852de9f76ed14a005be3473eb /templates
parent2920554787b1bb26b5bf35f2e00c8c1894dcdb1b (diff)
fix more layout issues based on joey's feedback
Diffstat (limited to 'templates')
-rw-r--r--templates/actionbutton.hamlet2
-rw-r--r--templates/configurators/delete/currentrepository.hamlet2
-rw-r--r--templates/configurators/edit/repository.hamlet3
-rw-r--r--templates/configurators/fsck/formcontent.hamlet4
-rw-r--r--templates/configurators/preferences.hamlet1
-rw-r--r--templates/configurators/xmpp.hamlet1
-rw-r--r--templates/controlmenu.hamlet20
-rw-r--r--templates/dashboard/transfers.cassius6
-rw-r--r--templates/dashboard/transfers.hamlet54
-rw-r--r--templates/page.cassius21
-rw-r--r--templates/page.hamlet2
11 files changed, 74 insertions, 42 deletions
diff --git a/templates/actionbutton.hamlet b/templates/actionbutton.hamlet
index 4741dcb57d..b51d1dee86 100644
--- a/templates/actionbutton.hamlet
+++ b/templates/actionbutton.hamlet
@@ -1,3 +1,3 @@
<a title="#{fromMaybe "" tooltip}" class="#{buttonclass}" href="@{route}" onclick="(function( $ ) { $.post('@{route}'); })( jQuery ); return false;">
<span class="glyphicon #{iconclass}"> #
- #{fromMaybe "" label}
+ \ #{fromMaybe "" label}
diff --git a/templates/configurators/delete/currentrepository.hamlet b/templates/configurators/delete/currentrepository.hamlet
index 439d4fd10c..917e923637 100644
--- a/templates/configurators/delete/currentrepository.hamlet
+++ b/templates/configurators/delete/currentrepository.hamlet
@@ -4,7 +4,7 @@
Deleting #{reldir}
<p>
Deleting this repository will remove <tt>#{reldir}</tt> and all its #
- ^{actionButton FileBrowserR (Just "files") (Just "Click to open a file browser") "" "icon-folder-open"}.
+ ^{actionButton FileBrowserR (Just "files") (Just "Click to open a file browser") "" "glyphicon-folder-open"}.
$if havegitremotes
$if havedataremotes
<div .alert>
diff --git a/templates/configurators/edit/repository.hamlet b/templates/configurators/edit/repository.hamlet
index 86db12210a..8e308b542d 100644
--- a/templates/configurators/edit/repository.hamlet
+++ b/templates/configurators/edit/repository.hamlet
@@ -24,7 +24,8 @@
<div .form-group>
<div .col-sm-10 .col-sm-offset-2>
<button .btn .btn-primary type=submit>
- Save Changes #
+ Save Changes
+ \
<a .btn .btn-default href="@{DashboardR}">
Cancel #
$if new
diff --git a/templates/configurators/fsck/formcontent.hamlet b/templates/configurators/fsck/formcontent.hamlet
index 13717f7f92..6efa4f37ea 100644
--- a/templates/configurators/fsck/formcontent.hamlet
+++ b/templates/configurators/fsck/formcontent.hamlet
@@ -3,9 +3,12 @@
<div .form-group>
Check ^{fvInput reposView} for #
<div .form-group>
+ \
^{fvInput durationView} minutes #
<div .form-group>
+ \
^{fvInput recurranceView} #
+ \
starting at ^{fvInput timeView} #
$if new
<button type=submit .btn .btn-primary>
@@ -13,5 +16,6 @@
$else
<button type=submit .btn .btn-default>
Save
+ \
<a .btn .btn-default href="@{RemoveActivityR u activity}">
Remove
diff --git a/templates/configurators/preferences.hamlet b/templates/configurators/preferences.hamlet
index 68eff198c5..3bc3e48353 100644
--- a/templates/configurators/preferences.hamlet
+++ b/templates/configurators/preferences.hamlet
@@ -11,5 +11,6 @@
<div .col-sm-10 .col-sm-offset-2>
<button .btn .btn-primary type=submit>
Save Preferences
+ \
<a .btn .btn-default href="@{ConfigurationR}">
Cancel
diff --git a/templates/configurators/xmpp.hamlet b/templates/configurators/xmpp.hamlet
index 3fd567bf43..1264712a42 100644
--- a/templates/configurators/xmpp.hamlet
+++ b/templates/configurators/xmpp.hamlet
@@ -29,6 +29,7 @@
<div .col-sm-10 .col-sm-offset-2>
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Use this account
+ \
<a .btn .btn-default href="@{DisconnectXMPPR}">
Stop using this account
<div .modal .fade #workingmodal>
diff --git a/templates/controlmenu.hamlet b/templates/controlmenu.hamlet
index d2859c67c8..d0f19b0a46 100644
--- a/templates/controlmenu.hamlet
+++ b/templates/controlmenu.hamlet
@@ -1,21 +1,21 @@
<ul .dropdown-menu>
<li>
<a href="@{NewRepositoryR}">
- <span .glyphicon .glyphicon-plus-sign> #
- Add another local repository
+ <span .glyphicon .glyphicon-plus-sign>
+ \ Add another local repository
<li>
<a href="@{RepositorySwitcherR}">
- <span .glyphicon .glyphicon-folder-close> #
- Switch repository
+ <span .glyphicon .glyphicon-folder-close>
+ \ Switch repository
<li>
<a href="@{RestartR}">
- <span .glyphicon .glyphicon-repeat> #
- Restart daemon
+ <span .glyphicon .glyphicon-repeat>
+ \ Restart daemon
<li>
<a href="@{ShutdownR}">
- <span .glyphicon .glyphicon-off> #
- Shutdown daemon
+ <span .glyphicon .glyphicon-off>
+ \ Shutdown daemon
<li>
<a href="@{LogR}">
- <span .glyphicon .glyphicon-list> #
- View log
+ <span .glyphicon .glyphicon-list>
+ \ View log
diff --git a/templates/dashboard/transfers.cassius b/templates/dashboard/transfers.cassius
index e9b4fbdfbf..ae574a35c8 100644
--- a/templates/dashboard/transfers.cassius
+++ b/templates/dashboard/transfers.cassius
@@ -1,2 +1,8 @@
.forcewrap
word-wrap: break-word
+.small-margin-bottom
+ margin-bottom: 10px
+.small-margin-top
+ margin-top: 10px
+.tiny-margin-bottom
+ margin-bottom: 4px \ No newline at end of file
diff --git a/templates/dashboard/transfers.hamlet b/templates/dashboard/transfers.hamlet
index 0d349e449e..9e2e532888 100644
--- a/templates/dashboard/transfers.hamlet
+++ b/templates/dashboard/transfers.hamlet
@@ -5,37 +5,35 @@
$with percent <- maybe "unknown" (showPercentage 0) $ percentComplete transfer info
<div .row>
<div .col-sm-10>
- <div .row>
- <h3 .forcewrap>
- $maybe file <- associatedFile info
- #{file}
- $nothing
- #{key2file $ transferKey transfer}
- $case transferDirection transfer
- $of Upload
- &rarr;
- $of Download
- &larr;
- <small>
- <a href="@{EditRepositoryR $ RepoUUID $ transferUUID transfer}">
- #{maybe "unknown" Remote.name $ transferRemote info}
- $with size <- maybe "unknown" (roughSize dataUnits True) $ keySize $ transferKey transfer
- $if isJust $ startedTime info
- $if isrunning info
- <small .pull-right><b>#{percent} of #{size}</b></small>
- $else
- <small .pull-right>paused at #{percent} of #{size}</small>
+ <h3 .forcewrap .small-margin-top .tiny-margin-bottom>
+ $maybe file <- associatedFile info
+ #{file}
+ $nothing
+ #{key2file $ transferKey transfer}
+ $case transferDirection transfer
+ $of Upload
+ &rarr;
+ $of Download
+ &larr;
+ <small>
+ <a href="@{EditRepositoryR $ RepoUUID $ transferUUID transfer}">
+ #{maybe "unknown" Remote.name $ transferRemote info}
+ $with size <- maybe "unknown" (roughSize dataUnits True) $ keySize $ transferKey transfer
+ $if isJust $ startedTime info
+ $if isrunning info
+ <span .pull-right><b>#{percent} of #{size}</b>
$else
- <small .pull-right>queued (#{size})</small>
- <div .row>
- <div .progress .progress-striped>
- <div .progress-bar style="width: #{percent};">
- <div .btn-group .col-sm-2>
+ <span .pull-right>paused at #{percent} of #{size}
+ $else
+ <span .pull-right>queued (#{size})
+ <div .progress .progress-striped .small-margin-bottom>
+ <div .progress-bar style="width: #{percent};">
+ <div .btn-group .col-sm-2 .small-margin-top>
$if isrunning info
- ^{actionButton (PauseTransferR transfer) Nothing (Just "pause") "btn" "icon-pause"}
+ ^{actionButton (PauseTransferR transfer) Nothing (Just "pause") "btn btn-default btn-sm" "glyphicon-pause"}
$else
- ^{actionButton (StartTransferR transfer) Nothing (Just "continue") "btn" "icon-play"}
- ^{actionButton (CancelTransferR transfer) Nothing (Just "cancel") "btn" "icon-remove"}
+ ^{actionButton (StartTransferR transfer) Nothing (Just "continue") "btn btn-default btn-sm" "glyphicon-play"}
+ ^{actionButton (CancelTransferR transfer) Nothing (Just "cancel") "btn btn-default btn-sm" "glyphicon-remove"}
$if scanrunning
<img src="@{StaticR activityicon_gif}" alt=""> #
Scanning for files to transfer
diff --git a/templates/page.cassius b/templates/page.cassius
index 39decd03a4..6c0adc2ac8 100644
--- a/templates/page.cassius
+++ b/templates/page.cassius
@@ -3,3 +3,24 @@ body
padding-bottom: 40px
.sidebar-nav
padding: 9px 0
+.icon-white
+ color: #FFF
+.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus
+ color: #999
+.form-horizontal .form-control
+ max-width: 300px
+ display: inline
+.form-horizontal input.form-control+span
+ width: 100%
+h1
+ font-size: 30px
+h2
+ font-size: 24px
+h3
+ font-size: 18px
+h4
+ font-size: 14px
+h5
+ font-size: 12px
+h6
+ font-size: 11px \ No newline at end of file
diff --git a/templates/page.hamlet b/templates/page.hamlet
index c59a934a44..2084441dee 100644
--- a/templates/page.hamlet
+++ b/templates/page.hamlet
@@ -18,7 +18,7 @@
<ul .nav .navbar-nav .navbar-right>
$if hasFileBrowser
<li>
- ^{actionButton FileBrowserR (Just "Files") (Just "Click to open a file browser") "" "icon-folder-open icon-white"}
+ ^{actionButton FileBrowserR (Just "Files") (Just "Click to open a file browser") "" "glyphicon-folder-open icon-white"}
<li .dropdown #menu1>
<a .dropdown-toggle data-toggle="dropdown" href="#menu1">
Repository: #{reldir}