|
diff --git a/cgit.css b/cgit.css index 6198403..6e47eb3 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -51,33 +51,33 @@ table#header td.form { |
51 | white-space: nowrap; |
51 | white-space: nowrap; |
52 | } |
52 | } |
53 | |
53 | |
54 | table#header td.form form, |
54 | table#header td.form form, |
55 | table#header td.form input, |
55 | table#header td.form input, |
56 | table#header td.form select { |
56 | table#header td.form select { |
57 | font-size: 90%; |
57 | font-size: 90%; |
58 | } |
58 | } |
59 | |
59 | |
60 | table#header td.sub { |
60 | table#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 | |
66 | table.tabs { |
66 | table.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 | |
74 | table.tabs td { |
74 | table.tabs td { |
75 | padding: 0px 1em; |
75 | padding: 0px 1em; |
76 | vertical-align: bottom; |
76 | vertical-align: bottom; |
77 | } |
77 | } |
78 | |
78 | |
79 | table.tabs td a { |
79 | table.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 | } |
@@ -89,36 +89,42 @@ table.tabs td a.active { |
89 | |
89 | |
90 | table.tabs td.form { |
90 | table.tabs td.form { |
91 | text-align: right; |
91 | text-align: right; |
92 | } |
92 | } |
93 | |
93 | |
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.path { |
| |
106 | margin: 0px; |
| |
107 | padding: 5px 2em 2px 2em; |
| |
108 | color: #000; |
| |
109 | background-color: #eee; |
| |
110 | } |
| |
111 | |
105 | div.content { |
112 | div.content { |
106 | margin: 0px; |
113 | margin: 0px; |
107 | padding: 2em; |
114 | padding: 2em; |
108 | border-top: solid 3px #ccc; |
| |
109 | border-bottom: solid 3px #ccc; |
115 | border-bottom: solid 3px #ccc; |
110 | } |
116 | } |
111 | |
117 | |
112 | |
118 | |
113 | table.list { |
119 | table.list { |
114 | width: 100%; |
120 | width: 100%; |
115 | border: none; |
121 | border: none; |
116 | border-collapse: collapse; |
122 | border-collapse: collapse; |
117 | } |
123 | } |
118 | |
124 | |
119 | table.list tr { |
125 | table.list tr { |
120 | background: white; |
126 | background: white; |
121 | } |
127 | } |
122 | |
128 | |
123 | table.list tr.logheader { |
129 | table.list tr.logheader { |
124 | background: #eee; |
130 | background: #eee; |
|