From: Justin J. Novack Date: Sun, 7 Oct 2012 04:27:28 +0000 (-0400) Subject: Properly align 'Description' field in all widths X-Git-Tag: v0.4.0~113 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/5e7a8bf3186efe29c487b8a32107ee8f24152a38 Properly align 'Description' field in all widths --- diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 521a7c2..db1f3f5 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -6,10 +6,12 @@ {% endblock %} {% block content %} -
-
- + +
+ +
+
{% for fileid, file in repo.getFiles %} diff --git a/data/templates/new.htm b/data/templates/new.htm index 4a748bf..295b76d 100644 --- a/data/templates/new.htm +++ b/data/templates/new.htm @@ -2,10 +2,12 @@ {% block title %}New paste{% endblock %} {% block content %} - -
- + +
+ +
+
{% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %} diff --git a/www/css/phorkie.css b/www/css/phorkie.css index f5de225..1b524f7 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -108,17 +108,6 @@ ul.pager { margin-top: 2ex; } -.pastedata label { - display: block; - float: left; - width: 100px; - margin-top: 4px; -} -.pastedata input { - display: block; - margin-left: 110px; - width: 590px !important; -} .formbuttons { margin-top: 2ex; } @@ -153,6 +142,15 @@ form label.inline { display: inline; } +.form-horizontal .control-label { + text-align: left; + width: 8em; +} + +.form-horizontal .controls { + margin-left: 8em; +} + .btn [class^="icon-"], .btn [class*=" icon-"] { line-height: 1.1em; }