diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-06 14:42:53 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-06 14:43:36 -0500 |
commit | 5933a829b7e0201fefe4198672612c0ae77000d6 (patch) | |
tree | 0faa27b990de8c1bb77682b2d6d975181f1fd0ad /assets/css/app.css | |
parent | 18bba794131e18b6ae81dff897bc196f43ca9d63 (diff) |
Minors layout improvements
Diffstat (limited to 'assets/css/app.css')
-rw-r--r-- | assets/css/app.css | 79 |
1 files changed, 16 insertions, 63 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index c239153c..2ce277c7 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -121,6 +121,10 @@ th a:hover { white-space: nowrap; } +.table-fixed th { + overflow: hidden; +} + .table-fixed td { white-space: nowrap; overflow: hidden; @@ -298,6 +302,10 @@ ul.form-errors li { display: none; } +.form-inline-group { + display: inline; +} + input.form-date { width: 150px; } @@ -1294,35 +1302,9 @@ tr td.task-orange, margin-left: 30px; line-height: 1.8em; }/* responsive design */ -@media only screen and (min-width : 769px) and (max-width : 1024px) { - - .hide-tablet { - display: none; - } - - body { - font-size: 0.9em; - } - - .project-menu { - font-size: 0.8em; - } - - .task-board-title { - font-size: 1.5em; - } - - .form-tab { - max-width: 662px; - } - - input.form-date ~ div.form-help { - max-width: 150px; - } -} - -@media only screen and (max-width : 768px) { +@media only screen and (max-width: 1024px) { + li.hide-tablet, .hide-tablet { display: none; } @@ -1331,46 +1313,17 @@ tr td.task-orange, font-size: 0.85em; } - .logo, - .project-menu { - display: none; - } - - nav li:first-child { - padding-left: 0; + .form-tab { + max-width: 404px; } - .username { + .form-inline-group input[type="submit"], + .form-inline-group label { display: block; - text-align: right; } - .user-show-sidebar, - .project-show-sidebar, - .task-show-sidebar { - width: 200px; - } - - .user-show-main, - .project-show-main, - .task-show-main { - margin-left: 230px; - } - - table input[type="text"] { - width: 150px; - } - - .task-score { - display: none; - } - - .task-board-title { - font-size: 1.5em; - } - - .form-tab { - max-width: 404px; + .form-inline-group input[type="submit"] { + margin-top: 20px; } } /*! |