added a small includable starter form with just one input field, started layouting it, added a frontpage.html (currently just polls.html + form), modified links
This commit is contained in:
parent
0b07302b48
commit
b002283947
5 changed files with 106 additions and 27 deletions
|
@ -295,6 +295,39 @@ hr { display: none; }
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Small Poll Creation Form */
|
||||
.poll_new_small {
|
||||
text-align:center;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.poll_new_small label {
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
background: #454545;
|
||||
color: #FFFFFF;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.poll_new_small_text {
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
background: #454545;
|
||||
color: #FFFFFF;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.poll_new_small_button{
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
background: #454545;
|
||||
color: #FFFFFF;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
/* Post */
|
||||
|
||||
.post {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue