after 2 hours of fighting with different browsers the small creation form now looks nice (even in ie6!)
This commit is contained in:
parent
f97d2e2a03
commit
bf93bfa72c
8 changed files with 243 additions and 53 deletions
|
@ -297,35 +297,54 @@ hr { display: none; }
|
|||
|
||||
/* Small Poll Creation Form */
|
||||
.poll_new_small {
|
||||
text-align:center;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
padding: 10px;
|
||||
padding-top:20px;
|
||||
padding-bottom:20px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
background: #f9b631;
|
||||
width:100%;
|
||||
|
||||
}
|
||||
|
||||
.poll_new_small label {
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
background: #454545;
|
||||
color: #FFFFFF;
|
||||
padding:10px;
|
||||
font-size: 24px;
|
||||
font-weight:bold;
|
||||
display: block;
|
||||
padding:0px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.poll_new_small_text {
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
background: #454545;
|
||||
color: #FFFFFF;
|
||||
padding:10px;
|
||||
font-size: 20px;
|
||||
border:none;
|
||||
width:360px;
|
||||
height:26px;
|
||||
background: url(images/poll_new_small_text.png) no-repeat left top;
|
||||
te xt-align:center;
|
||||
vertical-align:middle;
|
||||
float:left;
|
||||
padding-left:10px;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
padding-right:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.poll_new_small_button{
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
background: #454545;
|
||||
color: #FFFFFF;
|
||||
padding:10px;
|
||||
font-size: 20px;
|
||||
p adding:5px;
|
||||
border:none;
|
||||
width:195px;
|
||||
height:46px;
|
||||
background: url(images/poll_new_small_button.png) no-repeat left top;
|
||||
}
|
||||
|
||||
/* Post */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue