Unidiff1 files changed, 10 insertions, 0 deletions
|
diff --git a/cgit.css b/cgit.css index 67cf48e..80680c9 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -43,36 +43,46 @@ table#header td.sub { |
43 | } |
43 | } |
44 | |
44 | |
45 | table.tabs { |
45 | table.tabs { |
46 | border-bottom: solid 2px #ccc; |
46 | border-bottom: solid 2px #ccc; |
47 | border-collapse: collapse; |
47 | border-collapse: collapse; |
48 | margin-top: 2em; |
48 | margin-top: 2em; |
49 | margin-bottom: 1em; |
49 | margin-bottom: 1em; |
50 | width: 100%; |
50 | width: 100%; |
51 | } |
51 | } |
52 | |
52 | |
53 | table.tabs td { |
53 | table.tabs td { |
54 | padding: 0px 0.5em; |
54 | padding: 0px 0.5em; |
| |
55 | vertical-align: bottom; |
55 | } |
56 | } |
56 | |
57 | |
57 | table.tabs td a { |
58 | table.tabs td a { |
58 | padding: 2px 1em; |
59 | padding: 2px 1em; |
59 | color: #007; |
60 | color: #007; |
60 | } |
61 | } |
61 | |
62 | |
62 | table.tabs td a.active { |
63 | table.tabs td a.active { |
63 | color: #000; |
64 | color: #000; |
64 | background-color: #ccc; |
65 | background-color: #ccc; |
65 | } |
66 | } |
66 | |
67 | |
| |
68 | table.tabs td.branch { |
| |
69 | text-align: right; |
| |
70 | } |
| |
71 | |
| |
72 | table.tabs td.branch form { |
| |
73 | padding-bottom: 2px; |
| |
74 | font-size: 90%; |
| |
75 | } |
| |
76 | |
67 | div.content { |
77 | div.content { |
68 | margin: 0px; |
78 | margin: 0px; |
69 | padding: 1em; |
79 | padding: 1em; |
70 | } |
80 | } |
71 | |
81 | |
72 | |
82 | |
73 | table.list { |
83 | table.list { |
74 | width: 100%; |
84 | width: 100%; |
75 | border: none; |
85 | border: none; |
76 | border-collapse: collapse; |
86 | border-collapse: collapse; |
77 | } |
87 | } |
78 | |
88 | |
|