comparison css/docuviewer.css @ 537:ad6f97fd3944

fixes closing tickets concerning tocs.
author casties
date Fri, 27 Jul 2012 17:09:59 +0200
parents abd36d4d97b8
children dbf25bd05fc6
comparison
equal deleted inserted replaced
536:abd36d4d97b8 537:ad6f97fd3944
115 } 115 }
116 116
117 div.tocbody { 117 div.tocbody {
118 display: table-cell; 118 display: table-cell;
119 border: 1px solid silver; 119 border: 1px solid silver;
120 border-radius: 5px;
120 padding: 0.5em; 121 padding: 0.5em;
121 background-color: white; 122 background-color: white;
123 }
124
125 div.tocbody h4 {
126 margin-top: 0;
127 margin-bottom: 0.5em;
128 }
129 div.tocbody div.ruler {
130 text-align: center;
131 margin-bottom: 0.5em;
122 } 132 }
123 133
124 div.tocbody.text, 134 div.tocbody.text,
125 div.tocbody.figures { 135 div.tocbody.figures {
126 max-width: 20em; 136 max-width: 20em;
149 padding: 2px; 159 padding: 2px;
150 border: 1px solid #892B06; 160 border: 1px solid #892B06;
151 } 161 }
152 div.tocbody table.thumbs .thumbcap { 162 div.tocbody table.thumbs .thumbcap {
153 color: black; 163 color: black;
164 }
165
166 div.tocbody table.concordance {
167 border-collapse: collapse;
168 }
169 div.tocbody table.concordance td {
170 border: 1px solid silver;
171 text-align: center;
154 } 172 }
155 173
156 /* 174 /*
157 * content 175 * content
158 */ 176 */
203 padding: 0.5em; 221 padding: 0.5em;
204 margin-bottom: 5px; 222 margin-bottom: 5px;
205 } 223 }
206 div.col.buttons h4 { 224 div.col.buttons h4 {
207 margin-top: 0; 225 margin-top: 0;
208 margin-bottom: 0; 226 margin-bottom: 0.5em;
209 } 227 }
210 div.col.buttons ul { 228 div.col.buttons ul {
211 list-style-type: none; 229 list-style-type: none;
212 padding-left: 0; 230 padding-left: 0;
213 margin-top: 0.5em; 231 margin-top: 0;
214 margin-bottom: 0.5em; 232 margin-bottom: 0.5em;
215 } 233 }
216 234
217 /* 235 /*
218 * search results 236 * search results
254 */ 272 */
255 div.col.main div.content-images { 273 div.col.main div.content-images {
256 border: 1px solid silver; 274 border: 1px solid silver;
257 } 275 }
258 div.col.main div.content-images table { 276 div.col.main div.content-images table {
259 border-collapse:collapse; /* for tight digilib */ 277 border-collapse: collapse; /* for tight digilib */
260 } 278 }
261 279
262 /* 280 /*
263 * thumbnail overview 281 * thumbnail overview
264 */ 282 */