|
diff --git a/cgit.css b/cgit.css index adfc8ae..e3b32e7 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -94,129 +94,129 @@ table.tabs td.form { |
94 | table.tabs td.form form { |
94 | table.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 | |
100 | table.tabs td.form input, |
100 | table.tabs td.form input, |
101 | table.tabs td.form select { |
101 | table.tabs td.form select { |
102 | font-size: 90%; |
102 | font-size: 90%; |
103 | } |
103 | } |
104 | |
104 | |
105 | div.content { |
105 | div.content { |
106 | margin: 0px; |
106 | margin: 0px; |
107 | padding: 2em; |
107 | padding: 2em; |
108 | border-top: solid 3px #ccc; |
108 | border-top: solid 3px #ccc; |
109 | border-bottom: solid 3px #ccc; |
109 | border-bottom: solid 3px #ccc; |
110 | } |
110 | } |
111 | |
111 | |
112 | |
112 | |
113 | table.list { |
113 | table.list { |
114 | width: 100%; |
114 | width: 100%; |
115 | border: none; |
115 | border: none; |
116 | border-collapse: collapse; |
116 | border-collapse: collapse; |
117 | } |
117 | } |
118 | |
118 | |
119 | table.list tr { |
119 | table.list tr { |
120 | background: white; |
120 | background: white; |
121 | } |
121 | } |
122 | |
122 | |
123 | table.list tr.logheader { |
123 | table.list tr.logheader { |
124 | background: #eee; |
124 | background: #eee; |
125 | } |
125 | } |
126 | |
126 | |
127 | table.list tr:hover { |
127 | table.list tr:hover { |
128 | background: #eee; |
128 | background: #eee; |
129 | } |
129 | } |
130 | |
130 | |
131 | table.list tr.nohover:hover { |
131 | table.list tr.nohover:hover { |
132 | background: white; |
132 | background: white; |
133 | } |
133 | } |
134 | |
134 | |
135 | table.list th { |
135 | table.list th { |
136 | font-weight: bold; |
136 | font-weight: bold; |
137 | /* color: #888; |
137 | /* color: #888; |
138 | border-top: dashed 1px #888; |
138 | border-top: dashed 1px #888; |
139 | border-bottom: dashed 1px #888; |
139 | border-bottom: dashed 1px #888; |
140 | */ |
140 | */ |
141 | padding: 0.1em 0.5em 0.05em 0.5em; |
141 | padding: 0.1em 0.5em 0.05em 0.5em; |
142 | vertical-align: baseline; |
142 | vertical-align: baseline; |
143 | } |
143 | } |
144 | |
144 | |
145 | table.list td { |
145 | table.list td { |
146 | border: none; |
146 | border: none; |
147 | padding: 0.1em 0.5em 0.1em 0.5em; |
147 | padding: 0.1em 0.5em 0.1em 0.5em; |
148 | } |
148 | } |
149 | |
149 | |
150 | table.list td.logsubject { |
150 | table.list td.logsubject { |
151 | font-family: monospace; |
151 | font-family: monospace; |
152 | font-weight: bold; |
152 | font-weight: bold; |
153 | } |
153 | } |
154 | |
154 | |
155 | table.list td.logmsg { |
155 | table.list td.logmsg { |
156 | font-family: monospace; |
156 | font-family: monospace; |
157 | white-space: pre; |
157 | white-space: pre; |
158 | padding: 1em 0em 2em 0em; |
158 | padding: 1em 0.5em 2em 0.5em; |
159 | } |
159 | } |
160 | |
160 | |
161 | table.list td a { |
161 | table.list td a { |
162 | color: black; |
162 | color: black; |
163 | } |
163 | } |
164 | |
164 | |
165 | table.list td a:hover { |
165 | table.list td a:hover { |
166 | color: #00f; |
166 | color: #00f; |
167 | } |
167 | } |
168 | |
168 | |
169 | img { |
169 | img { |
170 | border: none; |
170 | border: none; |
171 | } |
171 | } |
172 | |
172 | |
173 | input#switch-btn { |
173 | input#switch-btn { |
174 | margin: 2px 0px 0px 0px; |
174 | margin: 2px 0px 0px 0px; |
175 | } |
175 | } |
176 | |
176 | |
177 | td#sidebar input.txt { |
177 | td#sidebar input.txt { |
178 | width: 100%; |
178 | width: 100%; |
179 | margin: 2px 0px 0px 0px; |
179 | margin: 2px 0px 0px 0px; |
180 | } |
180 | } |
181 | |
181 | |
182 | table#grid { |
182 | table#grid { |
183 | margin: 0px; |
183 | margin: 0px; |
184 | } |
184 | } |
185 | |
185 | |
186 | td#content { |
186 | td#content { |
187 | vertical-align: top; |
187 | vertical-align: top; |
188 | padding: 1em 2em 1em 1em; |
188 | padding: 1em 2em 1em 1em; |
189 | border: none; |
189 | border: none; |
190 | } |
190 | } |
191 | |
191 | |
192 | div#summary { |
192 | div#summary { |
193 | vertical-align: top; |
193 | vertical-align: top; |
194 | margin-bottom: 1em; |
194 | margin-bottom: 1em; |
195 | } |
195 | } |
196 | |
196 | |
197 | table#downloads { |
197 | table#downloads { |
198 | float: right; |
198 | float: right; |
199 | border-collapse: collapse; |
199 | border-collapse: collapse; |
200 | border: solid 1px #777; |
200 | border: solid 1px #777; |
201 | margin-left: 0.5em; |
201 | margin-left: 0.5em; |
202 | margin-bottom: 0.5em; |
202 | margin-bottom: 0.5em; |
203 | } |
203 | } |
204 | |
204 | |
205 | table#downloads th { |
205 | table#downloads th { |
206 | background-color: #ccc; |
206 | background-color: #ccc; |
207 | } |
207 | } |
208 | |
208 | |
209 | div#blob { |
209 | div#blob { |
210 | border: solid 1px black; |
210 | border: solid 1px black; |
211 | } |
211 | } |
212 | |
212 | |
213 | div.error { |
213 | div.error { |
214 | color: red; |
214 | color: red; |
215 | font-weight: bold; |
215 | font-weight: bold; |
216 | margin: 1em 2em; |
216 | margin: 1em 2em; |
217 | } |
217 | } |
218 | |
218 | |
219 | a.ls-blob, a.ls-dir, a.ls-mod { |
219 | a.ls-blob, a.ls-dir, a.ls-mod { |
220 | font-family: monospace; |
220 | font-family: monospace; |
221 | } |
221 | } |
222 | |
222 | |
|