-rw-r--r-- | cgit.css | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -131,32 +131,36 @@ table.list th { | |||
131 | border-top: dashed 1px #888; | 131 | border-top: dashed 1px #888; |
132 | border-bottom: dashed 1px #888; | 132 | border-bottom: dashed 1px #888; |
133 | */ | 133 | */ |
134 | padding: 0.1em 0.5em 0.05em 0.5em; | 134 | padding: 0.1em 0.5em 0.05em 0.5em; |
135 | vertical-align: baseline; | 135 | vertical-align: baseline; |
136 | } | 136 | } |
137 | 137 | ||
138 | table.list td { | 138 | table.list td { |
139 | border: none; | 139 | border: none; |
140 | padding: 0.1em 0.5em 0.1em 0.5em; | 140 | padding: 0.1em 0.5em 0.1em 0.5em; |
141 | } | 141 | } |
142 | 142 | ||
143 | table.list td a { | 143 | table.list td a { |
144 | color: black; | 144 | color: black; |
145 | } | 145 | } |
146 | 146 | ||
147 | table.list td a:hover { | ||
148 | color: #00f; | ||
149 | } | ||
150 | |||
147 | img { | 151 | img { |
148 | border: none; | 152 | border: none; |
149 | } | 153 | } |
150 | 154 | ||
151 | input#switch-btn { | 155 | input#switch-btn { |
152 | margin: 2px 0px 0px 0px; | 156 | margin: 2px 0px 0px 0px; |
153 | } | 157 | } |
154 | 158 | ||
155 | td#sidebar input.txt { | 159 | td#sidebar input.txt { |
156 | width: 100%; | 160 | width: 100%; |
157 | margin: 2px 0px 0px 0px; | 161 | margin: 2px 0px 0px 0px; |
158 | } | 162 | } |
159 | 163 | ||
160 | table#grid { | 164 | table#grid { |
161 | margin: 0px; | 165 | margin: 0px; |
162 | } | 166 | } |
@@ -377,45 +381,35 @@ table.diff td div.del { | |||
377 | 381 | ||
378 | .left { | 382 | .left { |
379 | text-align: left; | 383 | text-align: left; |
380 | } | 384 | } |
381 | 385 | ||
382 | .right { | 386 | .right { |
383 | text-align: right; | 387 | text-align: right; |
384 | } | 388 | } |
385 | 389 | ||
386 | table.list td.repogroup { | 390 | table.list td.repogroup { |
387 | font-style: italic; | 391 | font-style: italic; |
388 | color: #888; | 392 | color: #888; |
389 | } | 393 | } |
390 | 394 | ||
391 | a.button { | 395 | a.button { |
392 | font-size: 80%; | 396 | font-size: 80%; |
393 | color: #33c; | ||
394 | /* | ||
395 | background-color: #eee; | ||
396 | border: solid 1px #aaa; | ||
397 | margin: 0.1em 0.25em; | ||
398 | */ | ||
399 | padding: 0em 0.5em; | 397 | padding: 0em 0.5em; |
400 | } | 398 | } |
401 | 399 | ||
402 | a.button:hover { | ||
403 | text-decoration: underline; | ||
404 | } | ||
405 | |||
406 | a.primary { | 400 | a.primary { |
407 | font-size: 100%; | 401 | font-size: 100%; |
408 | } | 402 | } |
409 | 403 | ||
410 | a.secondary { | 404 | a.secondary { |
411 | font-size: 90%; | 405 | font-size: 90%; |
412 | } | 406 | } |
413 | 407 | ||
414 | td.toplevel-repo { | 408 | td.toplevel-repo { |
415 | 409 | ||
416 | } | 410 | } |
417 | 411 | ||
418 | table.list td.sublevel-repo { | 412 | table.list td.sublevel-repo { |
419 | padding-left: 1.5em; | 413 | padding-left: 1.5em; |
420 | } | 414 | } |
421 | 415 | ||