diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-10-07 00:27:28 -0400 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-10-24 15:00:42 +0200 |
| commit | 5e7a8bf3186efe29c487b8a32107ee8f24152a38 (patch) | |
| tree | dcabdc7cee83b292bffa5d0a7227017ea10814fc /www/css | |
| parent | 9cbf7fdfaa302181f988bce8d594ed7fee67c837 (diff) | |
| download | phorkie-5e7a8bf3186efe29c487b8a32107ee8f24152a38.tar.gz phorkie-5e7a8bf3186efe29c487b8a32107ee8f24152a38.zip | |
Properly align 'Description' field in all widths
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/phorkie.css | 20 |
1 files changed, 9 insertions, 11 deletions
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; } |
