diff options
author | elijah <elijah@riseup.net> | 2015-05-07 13:48:02 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-05-07 13:48:02 -0700 |
commit | 84ee6c0cafa72ee1fdf7d6331578c606cfb9c0e6 (patch) | |
tree | 94901c66d09c5f6ae62292a69c8f744d7588d3c4 /pages/assets/redmine | |
parent | f82df6b8094901f089216698839e421b98fa950a (diff) |
redmine css: hide split only on home page.
Diffstat (limited to 'pages/assets/redmine')
-rw-r--r-- | pages/assets/redmine/application.css | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/pages/assets/redmine/application.css b/pages/assets/redmine/application.css index c9ccd54..45d983c 100644 --- a/pages/assets/redmine/application.css +++ b/pages/assets/redmine/application.css @@ -68,27 +68,6 @@ body, #wrapper { } /* - * HOME PAGE - */ -.splitcontentleft { - width: 100%; -} -.splitcontentright { - display: none; -} - -p.button { - border-radius: 4px; - padding: 10px; - display: inline-block; - margin-right: 8px; - background: #eee; -} -p.button:hover { - background: #ddd; -} - -/* * TABLES */ table.list tbody tr td, table.list tbody tr:hover td { @@ -107,6 +86,30 @@ table.list thead th { } /* + * ISSUES + */ +.subject h3 { + font-size: 24px; +} + +/* + * HOME PAGE + */ +#content > .splitcontentleft {width: 100%;} +#content > .splitcontentright {display: none;} + +p.button { + border-radius: 4px; + padding: 10px; + display: inline-block; + margin-right: 8px; + background: #eee; +} +p.button:hover { + background: #ddd; +} + +/* * MISC */ .box { background-color: #fcfcfc; } |