X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2b0073e486a86c2546b58a7ffc10d641f73d196a..c5ca3aa0771719286fb9f1a468c28a83af52292b:/public/stylesheets/main.css diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index a77ca83..632a47f 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -267,12 +267,17 @@ li.moveable { } .preftable { + font-family: verdana,arial,helvetica,sans-serif; border-spacing: 0px; - border-width: 2px; - border-color: #999999; - border-style: solid; + border-width: 2px; + border-color: #999999; + border-style: solid; + caption-side: top; +} +.preftable caption { + font-family: verdana,arial,helvetica,sans-serif; + font-size: 0.9em; } - .preftable th { font-family: verdana,arial,helvetica,sans-serif; border-width: 2px; @@ -290,7 +295,6 @@ li.moveable { border-width: 1px; border-color: #999999; border-style: solid; - text-align: right; padding-right: 5px; padding-left: 5px; @@ -325,6 +329,16 @@ li.moveable { padding-left: 5px; } +/* voterbox#election is used on user summary page */ +.voterbox#election { border-color: #990d13; } + +.voterbox#election th { + background-color: #dc0d13; + border-color: #dc0d13; +} + +.voterbox#election td { border-color: #990d13;} + .rbmoreinfo hr { width: 100%; height: 10px;