X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/d2eb87b3ce3d10f0e8d490d5e248c657125a68a8..5901217a8893619fbdb02d540c08390f92eae368:/public/stylesheets/main.css diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 0260bc4..97c6848 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -147,15 +147,14 @@ h5 { } #title-header { - margin: -20px -20px 1em -20px; - height: 32px; - margin-bottom: 14px; + margin: -20px -20px 14px -20px; + height: 34px; background-color: #e5e5e5; } .normal-header { margin: 1.3em -20px 1.3em -20px; - height: 32px; + height: 34px; background-color: #e5e5e5; } @@ -167,7 +166,7 @@ h5 { text-align: center; color: white; background-color: #999999; - height: 32px; + height: 34px; float: left; padding: 0px .75em 0px .75em; } @@ -178,8 +177,9 @@ h5 { font-size: 18px; color: #666666; background-color: #e5e5e5; - height: 26px; - padding: 6px 1em 0px 10px; + /* height: 26px; */ + padding: 6px 0px 0px 10px; + margin-bottom: 14px; } #main-box { @@ -246,20 +246,6 @@ blockquote { background-color: #f0f0f0; } -li.moveable { - background-color: #E5FFCC; - border:1px solid #4D801A; - cursor: move; - padding: 4px; - margin: 4px; -} - -#sortable_list { - font-size: 24pt; - display: float; - float: left; -} - .result_table { text-align: center; margin-bottom: 1em; @@ -464,3 +450,34 @@ div.photo img { margin: 0; padding: 0; } + +/* main election candidate stylesheet information */ + +.candidate_box { +} +.candidate_box_name { + float: left; + font-size: 1.3em; + font-weight: bold; +} +.candidate_box_menu { + text-align: right; + float: right; + font-size: 0.8em; + font-weight: bold; +} +.candidate_box_info { + margin: 0.5em 0 0.5em 3em; +} +/*.candidate_box_picture { + width: 100px; + float: left; + margin: 0 0.8em 0.5em 0; +}*/ +.candidate_box_picture img { + width: 100px; + border: 1px solid black; +} +.candidate_box_description { + display: inline; +}