From f6fbd89c5360fb95f4ab82ad31601107c70fc0d0 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 13 May 2015 13:29:45 -0700 Subject: updated redmine css --- pages/assets/redmine/application.css | 66 +++++++++++++++++++++++++++--------- 1 file changed, 50 insertions(+), 16 deletions(-) diff --git a/pages/assets/redmine/application.css b/pages/assets/redmine/application.css index ba88448..9ee5356 100644 --- a/pages/assets/redmine/application.css +++ b/pages/assets/redmine/application.css @@ -58,7 +58,7 @@ body, #wrapper { left: 120px; } #main-menu li { - margin: 0px; /* remove space between tabs */ + margin: 0px; } #main-menu li a { background-color: #2b2b2b; @@ -74,6 +74,23 @@ body, #wrapper { color: black; } +/* + * 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; +} + /* * TABLES */ @@ -98,25 +115,42 @@ table.list thead th { .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; +div.issue { + padding: 15px; + background-color: #def1f4; + border: none; +} +#history h4 { + border: none; + padding: 8px 15px 8px 0px; background: #eee; + display: inline-block; } -p.button:hover { - background: #ddd; +#history h4 a.journal-link { + float: none; + padding: 8px; + background: #999; + color: white; + margin-right: 5px; +} +#history .journal { + margin: 10px 0; + padding: 5px 0; +} +div.wiki pre { + margin: 1em 0px; + border: 1px solid #eee; } /* * MISC */ -.box { background-color: #fcfcfc; } +.box { + background-color: #fff; + border: none; +} + +h3.version { + margin-top: 30px; +} + -- cgit v1.2.3