X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fd484b33a3920e0031007c5c2f1dec61913cbab5..04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc:/public/stylesheets/vb.css diff --git a/public/stylesheets/vb.css b/public/stylesheets/vb.css index 9f0d7c8..e694069 100644 --- a/public/stylesheets/vb.css +++ b/public/stylesheets/vb.css @@ -92,7 +92,8 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } #footer { text-align: center; font-size: 12px; - color: #464646; } + color: #464646; + clear: both;} #footer a { font-weight: normal; } @@ -107,3 +108,27 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } .fieldWithErrors input, .fieldWithErrors select { background-color: #ffdfdf; } + +.mainresultbox { + width: 100%; + padding: 7px; + margin-right: 10px; + margin-bottom: 10px; + border-style: dotted; + border-width: 1px; +} + +.mainresultbox h1 { + text-align: center; +} +.resultbox { + width:47%; + float: left; + padding: 7px; + margin-right: 10px; + margin-bottom: 10px; + border-style: dotted; + border-width: 1px; +} + +