X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c49bd887561c4ee07feef7e6e8d25b6a3f15b5b7..3ebaed889614cc7bdf66dd2456c48d69b3fb2507:/public/stylesheets/main.css diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 3608063..16b10bf 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -160,7 +160,7 @@ h5 { } .normal-header { - margin: 0 -20px 1em -20px; + margin: 1.3em -20px 1.3em -20px; height: 32px; background-color: #e5e5e5; } @@ -274,14 +274,15 @@ li.moveable { } .preftable th { + font-family: verdana,arial,helvetica,sans-serif; border-width: 2px; border-color: #999999; border-style: solid; text-align: center; font-weight: bold; - padding: 5px 5px 5px 15px; + padding: 5px 5px 5px 5px; background-color: #999999; - color: #fff; + color: #FFFFFF; } .preftable td { @@ -324,6 +325,17 @@ 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;