diff options
-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; } |