Committer: mchervonniy
LJSUP-7715: layout for supermaintaner's elections was implemented according to mockupA trunk/htdocs/stc/elections.css
Added: trunk/htdocs/stc/elections.css =================================================================== --- trunk/htdocs/stc/elections.css (rev 0) +++ trunk/htdocs/stc/elections.css 2011-01-17 09:50:40 UTC (rev 9917) @@ -0,0 +1,33 @@ +.poll-main { + float:left; + } + .poll-main .i-bubble { + margin:0!important; + background-color:#EEE; + } + .poll-main TABLE { + margin:0 20px; + } + .poll-main TD { + padding:5px 20px; + } + .poll-main TH { + font-weight:normal; + padding:5px 20px 10px; + font-size:12px; + } + .count-recevied { + text-align:center; + font-weight:bold; + } +.poll-side { + width:310px; + overflow:hidden; + padding:0 0 0 20px; + font-size:12px; + } + .poll-side P { + margin-top:10px!important; + margin-bottom:10px!important; + } +