From 8a9ff424133dc135e4ac7710918dd1c46fab1c62 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 30 May 2003 21:43:24 +0000 Subject: - CSS improvements for the poll module. Patch by Al. --- misc/drupal.css | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/misc/drupal.css b/misc/drupal.css index d1bf5828d..f7683929a 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -1,15 +1,19 @@ -.item-list .title { font-weight: bold; } -.item-list ul { margin: 0 0 0.75em 0; padding: 0; } -.item-list ul li { margin: 0 0 0.25em 1.5em; padding: 0; list-style: disc; } +.item-list .title { font-weight: bold; } +.item-list ul { margin: 0 0 0.75em 0; padding: 0; } +.item-list ul li { margin: 0 0 0.25em 1.5em; padding: 0; list-style: disc; } -.item-list .icon { color: #555; float: right; padding-left: 0.25em; } -.item-list .icon a { color: #000; text-decoration: none; } -.item-list .icon a:hover { color: #000; text-decoration: none; } +.item-list .icon { color: #555; float: right; padding-left: 0.25em; } +.item-list .icon a { color: #000; text-decoration: none; } +.item-list .icon a:hover { color: #000; text-decoration: none; } -.poll-foreground { background-color: #000; float: left; height: 1em; } -.poll-background { background-color: #ddd; float: left; height: 1em; } +.poll .bar { height: 1em; } +.poll .bar .foreground { background-color: #000; float: left; height: 1em; } +.poll .bar .background { background-color: #ddd; float: left; height: 1em; } +.poll .percent { text-align: right; } +.poll .links { text-align: center; } +.poll .total { text-align: center; } -.form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; } -.form-item .description { font-size: 0.85em; } +.form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; } +.form-item .description { font-size: 0.85em; } -.container-inline div { display: inline; } +.container-inline div { display: inline; } -- cgit v1.2.3