Unidiff1 files changed, 1 insertions, 10 deletions
|
diff --git a/cgit.css b/cgit.css index 1b2e9d6..f1003b4 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -104,17 +104,17 @@ div#sidebar div.infobox { |
104 | background-color: #ccc; |
104 | background-color: #ccc; |
105 | border-top: solid 1px #eee; |
105 | border-top: solid 1px #eee; |
106 | border-left: solid 1px #eee; |
106 | border-left: solid 1px #eee; |
107 | border-right: solid 1px #aaa; |
107 | border-right: solid 1px #aaa; |
108 | border-bottom: solid 1px #aaa; |
108 | border-bottom: solid 1px #aaa; |
109 | } |
109 | } |
110 | |
110 | |
111 | div#sidebar div.infobox h1 { |
111 | div#sidebar div.infobox h1 { |
112 | font-size: 11pt; |
112 | font-size: 10pt; |
113 | font-weight: bold; |
113 | font-weight: bold; |
114 | margin: 0px; |
114 | margin: 0px; |
115 | } |
115 | } |
116 | |
116 | |
117 | div#sidebar div.infobox a.menu { |
117 | div#sidebar div.infobox a.menu { |
118 | display: block; |
118 | display: block; |
119 | background-color: #ccc; |
119 | background-color: #ccc; |
120 | padding: 0.1em 0.5em; |
120 | padding: 0.1em 0.5em; |
@@ -123,40 +123,31 @@ div#sidebar div.infobox a.menu { |
123 | |
123 | |
124 | div#sidebar div.infobox a.menu:hover { |
124 | div#sidebar div.infobox a.menu:hover { |
125 | background-color: #bbb; |
125 | background-color: #bbb; |
126 | text-decoration: none; |
126 | text-decoration: none; |
127 | } |
127 | } |
128 | |
128 | |
129 | div#sidebar div.infobox select { |
129 | div#sidebar div.infobox select { |
130 | width: 100%; |
130 | width: 100%; |
131 | border: solid 1px #aaa; |
| |
132 | background-color: #bbb; |
| |
133 | margin: 2px 0px 0px 0px; |
131 | margin: 2px 0px 0px 0px; |
134 | padding: 0px; |
| |
135 | } |
132 | } |
136 | |
133 | |
137 | td#branch-dropdown-cell { |
134 | td#branch-dropdown-cell { |
138 | width: 99%; |
135 | width: 99%; |
139 | } |
136 | } |
140 | |
137 | |
141 | input#switch-btn { |
138 | input#switch-btn { |
142 | width: 20px; |
139 | width: 20px; |
143 | border: solid 1px #aaa; |
| |
144 | background-color: #bbb; |
| |
145 | margin: 2px 0px 0px 0px; |
140 | margin: 2px 0px 0px 0px; |
146 | padding: 0px; |
| |
147 | } |
141 | } |
148 | |
142 | |
149 | div#sidebar div.infobox input.txt { |
143 | div#sidebar div.infobox input.txt { |
150 | width: 100%; |
144 | width: 100%; |
151 | border: solid 1px #aaa; |
| |
152 | background-color: #bbb; |
| |
153 | margin: 2px 0px 0px 0px; |
145 | margin: 2px 0px 0px 0px; |
154 | padding: 0; |
| |
155 | } |
146 | } |
156 | |
147 | |
157 | table#grid { |
148 | table#grid { |
158 | margin: 0px; |
149 | margin: 0px; |
159 | } |
150 | } |
160 | |
151 | |
161 | td#content { |
152 | td#content { |
162 | vertical-align: top; |
153 | vertical-align: top; |
|