fix more layout issues based on joey's feedback

This commit is contained in:
Sören Brunk 2014-04-30 16:38:37 +02:00
parent 2920554787
commit 58f92f148b
13 changed files with 76 additions and 44 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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>