summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 7a5f423..7600e84 100644
--- a/cgit.css
+++ b/cgit.css
@@ -108,96 +108,101 @@ div.path {
108 color: #000; 108 color: #000;
109 background-color: #eee; 109 background-color: #eee;
110} 110}
111 111
112div.content { 112div.content {
113 margin: 0px; 113 margin: 0px;
114 padding: 2em; 114 padding: 2em;
115 border-bottom: solid 3px #ccc; 115 border-bottom: solid 3px #ccc;
116} 116}
117 117
118 118
119table.list { 119table.list {
120 width: 100%; 120 width: 100%;
121 border: none; 121 border: none;
122 border-collapse: collapse; 122 border-collapse: collapse;
123} 123}
124 124
125table.list tr { 125table.list tr {
126 background: white; 126 background: white;
127} 127}
128 128
129table.list tr.logheader { 129table.list tr.logheader {
130 background: #eee; 130 background: #eee;
131} 131}
132 132
133table.list tr:hover { 133table.list tr:hover {
134 background: #eee; 134 background: #eee;
135} 135}
136 136
137table.list tr.nohover:hover { 137table.list tr.nohover:hover {
138 background: white; 138 background: white;
139} 139}
140 140
141table.list th { 141table.list th {
142 font-weight: bold; 142 font-weight: bold;
143 /* color: #888; 143 /* color: #888;
144 border-top: dashed 1px #888; 144 border-top: dashed 1px #888;
145 border-bottom: dashed 1px #888; 145 border-bottom: dashed 1px #888;
146 */ 146 */
147 padding: 0.1em 0.5em 0.05em 0.5em; 147 padding: 0.1em 0.5em 0.05em 0.5em;
148 vertical-align: baseline; 148 vertical-align: baseline;
149} 149}
150 150
151table.list td { 151table.list td {
152 border: none; 152 border: none;
153 padding: 0.1em 0.5em 0.1em 0.5em; 153 padding: 0.1em 0.5em 0.1em 0.5em;
154} 154}
155 155
156table.list td.commitgraph {
157 font-family: monospace;
158 white-space: pre;
159}
160
156table.list td.logsubject { 161table.list td.logsubject {
157 font-family: monospace; 162 font-family: monospace;
158 font-weight: bold; 163 font-weight: bold;
159} 164}
160 165
161table.list td.logmsg { 166table.list td.logmsg {
162 font-family: monospace; 167 font-family: monospace;
163 white-space: pre; 168 white-space: pre;
164 padding: 0 0.5em; 169 padding: 0 0.5em;
165} 170}
166 171
167table.list td a { 172table.list td a {
168 color: black; 173 color: black;
169} 174}
170 175
171table.list td a.ls-dir { 176table.list td a.ls-dir {
172 font-weight: bold; 177 font-weight: bold;
173 color: #00f; 178 color: #00f;
174} 179}
175 180
176table.list td a:hover { 181table.list td a:hover {
177 color: #00f; 182 color: #00f;
178} 183}
179 184
180img { 185img {
181 border: none; 186 border: none;
182} 187}
183 188
184input#switch-btn { 189input#switch-btn {
185 margin: 2px 0px 0px 0px; 190 margin: 2px 0px 0px 0px;
186} 191}
187 192
188td#sidebar input.txt { 193td#sidebar input.txt {
189 width: 100%; 194 width: 100%;
190 margin: 2px 0px 0px 0px; 195 margin: 2px 0px 0px 0px;
191} 196}
192 197
193table#grid { 198table#grid {
194 margin: 0px; 199 margin: 0px;
195} 200}
196 201
197td#content { 202td#content {
198 vertical-align: top; 203 vertical-align: top;
199 padding: 1em 2em 1em 1em; 204 padding: 1em 2em 1em 1em;
200 border: none; 205 border: none;
201} 206}
202 207
203div#summary { 208div#summary {