summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2010-06-19 09:35:57 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2010-06-19 10:56:06 (UTC)
commita2cbd3c30b64a26b52b2003ba6569f3c083f4092 (patch) (unidiff)
tree235183b969b48eecf11d66cf34b2a9bccc73deb7
parentafc40725c1bd5a25446a704995ce3a02270537df (diff)
downloadcgit-a2cbd3c30b64a26b52b2003ba6569f3c083f4092.zip
cgit-a2cbd3c30b64a26b52b2003ba6569f3c083f4092.tar.gz
cgit-a2cbd3c30b64a26b52b2003ba6569f3c083f4092.tar.bz2
ui-shared.c: path-limit style nitpick
This subjectively makes the path-limit bar less visually intrusive. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 563f8e1..28a2eeb 100644
--- a/cgit.css
+++ b/cgit.css
@@ -43,98 +43,96 @@ table#header td.main a {
43 color: #000; 43 color: #000;
44} 44}
45 45
46table#header td.form { 46table#header td.form {
47 text-align: right; 47 text-align: right;
48 vertical-align: bottom; 48 vertical-align: bottom;
49 padding-right: 1em; 49 padding-right: 1em;
50 padding-bottom: 2px; 50 padding-bottom: 2px;
51 white-space: nowrap; 51 white-space: nowrap;
52} 52}
53 53
54table#header td.form form, 54table#header td.form form,
55table#header td.form input, 55table#header td.form input,
56table#header td.form select { 56table#header td.form select {
57 font-size: 90%; 57 font-size: 90%;
58} 58}
59 59
60table#header td.sub { 60table#header td.sub {
61 color: #777; 61 color: #777;
62 border-top: solid 1px #ccc; 62 border-top: solid 1px #ccc;
63 padding-left: 10px; 63 padding-left: 10px;
64} 64}
65 65
66table.tabs { 66table.tabs {
67 /* border-bottom: solid 2px #ccc; */ 67 border-bottom: solid 3px #ccc;
68 border-collapse: collapse; 68 border-collapse: collapse;
69 margin-top: 2em; 69 margin-top: 2em;
70 margin-bottom: 0px; 70 margin-bottom: 0px;
71 width: 100%; 71 width: 100%;
72} 72}
73 73
74table.tabs td { 74table.tabs td {
75 padding: 0px 1em; 75 padding: 0px 1em;
76 vertical-align: bottom; 76 vertical-align: bottom;
77} 77}
78 78
79table.tabs td a { 79table.tabs td a {
80 padding: 2px 0.75em; 80 padding: 2px 0.75em;
81 color: #777; 81 color: #777;
82 font-size: 110%; 82 font-size: 110%;
83} 83}
84 84
85table.tabs td a.active { 85table.tabs td a.active {
86 color: #000; 86 color: #000;
87 background-color: #ccc; 87 background-color: #ccc;
88} 88}
89 89
90table.tabs td.form { 90table.tabs td.form {
91 text-align: right; 91 text-align: right;
92} 92}
93 93
94table.tabs td.form form { 94table.tabs td.form form {
95 padding-bottom: 2px; 95 padding-bottom: 2px;
96 font-size: 90%; 96 font-size: 90%;
97 white-space: nowrap; 97 white-space: nowrap;
98} 98}
99 99
100table.tabs td.form input, 100table.tabs td.form input,
101table.tabs td.form select { 101table.tabs td.form select {
102 font-size: 90%; 102 font-size: 90%;
103} 103}
104 104
105div.path { 105div.path {
106 margin: 0px; 106 margin: 0px;
107 padding: 5px 2em 2px 2em; 107 padding: 5px 2em 2px 2em;
108 color: #000; 108 color: #000;
109 background-color: #ccc; 109 background-color: #eee;
110 font-weight: bold;
111} 110}
112 111
113div.content { 112div.content {
114 margin: 0px; 113 margin: 0px;
115 padding: 2em; 114 padding: 2em;
116 border-top: solid 3px #ccc;
117 border-bottom: solid 3px #ccc; 115 border-bottom: solid 3px #ccc;
118} 116}
119 117
120 118
121table.list { 119table.list {
122 width: 100%; 120 width: 100%;
123 border: none; 121 border: none;
124 border-collapse: collapse; 122 border-collapse: collapse;
125} 123}
126 124
127table.list tr { 125table.list tr {
128 background: white; 126 background: white;
129} 127}
130 128
131table.list tr.logheader { 129table.list tr.logheader {
132 background: #eee; 130 background: #eee;
133} 131}
134 132
135table.list tr:hover { 133table.list tr:hover {
136 background: #eee; 134 background: #eee;
137} 135}
138 136
139table.list tr.nohover:hover { 137table.list tr.nohover:hover {
140 background: white; 138 background: white;