|
diff --git a/cgit.css b/cgit.css index f1003b4..565427f 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -66,97 +66,101 @@ table.list th { |
66 | font-weight: bold; |
66 | font-weight: bold; |
67 | border-bottom: solid 1px #777; |
67 | border-bottom: solid 1px #777; |
68 | padding: 0.1em 0.5em 0.1em 0.5em; |
68 | padding: 0.1em 0.5em 0.1em 0.5em; |
69 | vertical-align: baseline; |
69 | vertical-align: baseline; |
70 | } |
70 | } |
71 | |
71 | |
72 | table.list td { |
72 | table.list td { |
73 | border: none; |
73 | border: none; |
74 | padding: 0.1em 0.5em 0.1em 0.5em; |
74 | padding: 0.1em 0.5em 0.1em 0.5em; |
75 | } |
75 | } |
76 | |
76 | |
77 | img { |
77 | img { |
78 | border: none; |
78 | border: none; |
79 | } |
79 | } |
80 | |
80 | |
81 | div#sidebar { |
81 | div#sidebar { |
82 | vertical-align: top; |
82 | vertical-align: top; |
83 | width: 162px; |
83 | width: 162px; |
84 | padding: 0px 0px 0px 0px; |
84 | padding: 0px 0px 0px 0px; |
85 | margin: 4px; |
85 | margin: 4px; |
86 | float: left; |
86 | float: left; |
87 | } |
87 | } |
88 | |
88 | |
89 | div#logo { |
89 | div#logo { |
90 | margin: 0px; |
90 | margin: 0px; |
91 | padding: 4px 0px 4px 0px; |
91 | padding: 4px 0px 4px 0px; |
92 | text-align: center; |
92 | text-align: center; |
93 | background-color: #ccc; |
93 | background-color: #ccc; |
94 | border-top: solid 1px #eee; |
94 | border-top: solid 1px #eee; |
95 | border-left: solid 1px #eee; |
95 | border-left: solid 1px #eee; |
96 | border-right: solid 1px #aaa; |
96 | border-right: solid 1px #aaa; |
97 | border-bottom: solid 1px #aaa; |
97 | border-bottom: solid 1px #aaa; |
98 | } |
98 | } |
99 | |
99 | |
100 | div#sidebar div.infobox { |
100 | div#sidebar div.infobox { |
101 | margin: 0px 0px 0px 0px; |
101 | margin: 0px 0px 0px 0px; |
102 | padding: 0.5em; |
102 | padding: 0.5em; |
103 | text-align: left; |
103 | text-align: left; |
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: 10pt; |
112 | font-size: 10pt; |
113 | font-weight: bold; |
113 | font-weight: bold; |
114 | margin: 0px; |
114 | margin: 8px 0px 0px 0px; |
| |
115 | } |
| |
116 | |
| |
117 | div#sidebar div.infobox h1.first { |
| |
118 | margin-top: 0px; |
115 | } |
119 | } |
116 | |
120 | |
117 | div#sidebar div.infobox a.menu { |
121 | div#sidebar div.infobox a.menu { |
118 | display: block; |
122 | display: block; |
119 | background-color: #ccc; |
123 | background-color: #ccc; |
120 | padding: 0.1em 0.5em; |
124 | padding: 0.1em 0.5em; |
121 | text-decoration: none; |
125 | text-decoration: none; |
122 | } |
126 | } |
123 | |
127 | |
124 | div#sidebar div.infobox a.menu:hover { |
128 | div#sidebar div.infobox a.menu:hover { |
125 | background-color: #bbb; |
129 | background-color: #bbb; |
126 | text-decoration: none; |
130 | text-decoration: none; |
127 | } |
131 | } |
128 | |
132 | |
129 | div#sidebar div.infobox select { |
133 | div#sidebar div.infobox select { |
130 | width: 100%; |
134 | width: 100%; |
131 | margin: 2px 0px 0px 0px; |
135 | margin: 2px 0px 0px 0px; |
132 | } |
136 | } |
133 | |
137 | |
134 | td#branch-dropdown-cell { |
138 | td#branch-dropdown-cell { |
135 | width: 99%; |
139 | width: 99%; |
136 | } |
140 | } |
137 | |
141 | |
138 | input#switch-btn { |
142 | input#switch-btn { |
139 | width: 20px; |
143 | width: 20px; |
140 | margin: 2px 0px 0px 0px; |
144 | margin: 2px 0px 0px 0px; |
141 | } |
145 | } |
142 | |
146 | |
143 | div#sidebar div.infobox input.txt { |
147 | div#sidebar div.infobox input.txt { |
144 | width: 100%; |
148 | width: 100%; |
145 | margin: 2px 0px 0px 0px; |
149 | margin: 2px 0px 0px 0px; |
146 | } |
150 | } |
147 | |
151 | |
148 | table#grid { |
152 | table#grid { |
149 | margin: 0px; |
153 | margin: 0px; |
150 | } |
154 | } |
151 | |
155 | |
152 | td#content { |
156 | td#content { |
153 | vertical-align: top; |
157 | vertical-align: top; |
154 | padding: 1em 2em 1em 1em; |
158 | padding: 1em 2em 1em 1em; |
155 | border: none; |
159 | border: none; |
156 | } |
160 | } |
157 | |
161 | |
158 | div#summary { |
162 | div#summary { |
159 | vertical-align: top; |
163 | vertical-align: top; |
160 | margin-bottom: 1em; |
164 | margin-bottom: 1em; |
161 | } |
165 | } |
162 | |
166 | |
|