From 94750e9faea7e383db64df6d2ac4290eaa267770 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 30 Sep 2011 17:20:15 -0400 Subject: [PATCH] More Bootstrap improvements. --- resources/bootstrap.gb.css | 44 +++++++++++++++++++++++++++++++++++++------- 1 files changed, 37 insertions(+), 7 deletions(-) diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 2ea2b5c..f7c2f8e 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -1,5 +1,31 @@ -.topbar{ +body, input, select { + color: #202020; +} + +ul, ol { + margin:0 !important; +} + +hr { + margin-top: 10px; + margin-bottom: 10px; +} + +.page-header h1, .page-header h2 { + color: #0069D6; +} + +.topbar { height:40px !important; +} + +.topbar a { + color: white; + text-shadow: none; +} + +.nav a:hover { + color: #abd4ff !important; } .topbar-inner,.topbar .fill{ @@ -85,7 +111,7 @@ a.list { text-decoration: none; - color: #000000; + color: inherit; } a.list.subject { @@ -489,8 +515,8 @@ color: black; background-color: #ddd; padding-left: 5px; - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; } table.palette { border:0; width: 0 !important; } @@ -534,8 +560,6 @@ } table.annotated { - width: 100%; - border: 1px solid #bbb; } table.annotated tr.even { @@ -543,13 +567,18 @@ } table.annotated tr.odd { - background-color: #fdfbdf; + background-color: #f5f5f5; } table.annotated td { padding: 0px; border: 0; } + +tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; } +tr th.wicket_orderDown a {background-image: url(arrow_down.png); } +tr th.wicket_orderUp a { background-image: url(arrow_up.png); } +tr th.wicket_orderNone a { background-image: url(arrow_off.png); } tr.light { background-color: #ffffff; @@ -661,6 +690,7 @@ .feedbackPanelERROR, .feedbackPanelINFO { list-style: none; + line-height: 35px; } .feedbackPanelINFO span, .feedbackPanelERROR span { -- Gitblit v1.9.1