slight changes on poll creation form; started brainstorming content
This commit is contained in:
parent
9ff7845e18
commit
6d8c51e898
6 changed files with 74 additions and 36 deletions
|
@ -262,6 +262,10 @@ hr { display: none; }
|
|||
width: 610px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#content table
|
||||
{
|
||||
margin-bottom: 1.5em;
|
||||
|
@ -348,6 +352,14 @@ hr { display: none; }
|
|||
background: url(images/poll_new_small_button.png) no-repeat left top;
|
||||
}
|
||||
|
||||
|
||||
.poll_new form {
|
||||
border: 4px solid #f9b631;
|
||||
width:100%;
|
||||
margin-top:10px;
|
||||
padding-top:15px;
|
||||
}
|
||||
|
||||
.poll_new_text {
|
||||
font-size: 12px;
|
||||
border:none;
|
||||
|
@ -365,6 +377,8 @@ hr { display: none; }
|
|||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.poll_new label {
|
||||
font-size: 14px;
|
||||
font-weight:bold;
|
||||
|
@ -378,14 +392,17 @@ hr { display: none; }
|
|||
.poll_new_buttons{
|
||||
border:none;
|
||||
width:100%;
|
||||
text-align:left;
|
||||
text-align:center;
|
||||
float:both;
|
||||
padding-left:20px;
|
||||
pad ding-left:20px;
|
||||
padding-top:15px;
|
||||
padding-bottom:10px;
|
||||
background: #f9b631;
|
||||
}
|
||||
|
||||
.poll_new_button{
|
||||
font-size: 20px;
|
||||
margin-right:100px;
|
||||
margi n-right:100px;
|
||||
border:none;
|
||||
width:150px;
|
||||
height:36px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue