From 84ee6c0cafa72ee1fdf7d6331578c606cfb9c0e6 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 7 May 2015 13:48:02 -0700 Subject: redmine css: hide split only on home page. --- pages/assets/redmine/application.css | 45 +++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 21 deletions(-) (limited to 'pages/assets') 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 @@ -67,27 +67,6 @@ body, #wrapper { color: black; } -/* - * 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 */ @@ -106,6 +85,30 @@ table.list thead th { border-bottom-color: #999999; } +/* + * 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 */ -- cgit v1.2.3