Index: trunk/extensions/LiquidThreads/lqt.css |
— | — | @@ -271,18 +271,39 @@ |
272 | 272 | } |
273 | 273 | |
274 | 274 | .lqt_footer { |
275 | | - margin: 0em 0 0em 0 ; |
276 | | - font-size: smaller; |
277 | | - color: #777; |
| 275 | + margin: 0em 0 0em 0 ; |
| 276 | + font-size: smaller; |
| 277 | + color: #777; |
| 278 | +/* padding-left: 0.6em;*/ |
| 279 | + padding-top: 0; |
| 280 | + padding-bottom: 0; |
| 281 | + display: table; |
| 282 | + width: auto; |
| 283 | + |
| 284 | + margin-left: -0.6em; |
| 285 | + |
| 286 | +/* border-top: solid 1px #eee; |
| 287 | + border-left: solid 1px #ddd;*/ |
278 | 288 | } |
279 | 289 | |
280 | 290 | .lqt_footer li { |
281 | | - display: inline; |
282 | | - list-style-type: none; |
283 | | - padding-right: 0.6em; |
284 | | - border-bottom: solid 1px #ddd; |
| 291 | + display: inline; |
| 292 | + list-style-type: none; |
| 293 | + padding-right: 0.6em; |
| 294 | + margin-top: 0; |
| 295 | + margin-bottom: 0; |
| 296 | + |
| 297 | + background-color: #efefef; |
| 298 | + border-bottom: solid 1px #ddd; |
285 | 299 | } |
286 | 300 | |
| 301 | +/* This doesn't work in IE, so we need to replace it. What we want is |
| 302 | + padding-left on the surrounding ul, but then we would need to place |
| 303 | + the background color on the ul, and there is a *gap*. */ |
| 304 | +.lqt_footer li:first-child { |
| 305 | + padding-left: 0.6em; |
| 306 | +} |
| 307 | + |
287 | 308 | #lqt_subject_field { |
288 | 309 | margin-top: 0.7em; |
289 | 310 | margin-bottom: 0.5em; |