Browse Source

moved addEvent button to the bottom

master
n0m1s 10 years ago
parent
commit
5b0fc4b926
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      index.css

+ 5
- 3
index.css View File

@ -94,13 +94,15 @@ input[type="checkbox"]:checked + label span {
#AddEvent #AddEvent
{ {
margin:0; margin:0;
margin-top:45px;
/* margin-top:45px;*/
text-align:center; text-align:center;
font-size: 20px; font-size: 20px;
padding-top:15px;
height: 40px;
padding-top: 1em;
padding-bottom: 1em;
height: 1em;
width: 100%; width: 100%;
position:absolute; position:absolute;
bottom: 1em;
color: #ffffff; color: #ffffff;
background-color: #2b2b2b; background-color: #2b2b2b;
} }


Loading…
Cancel
Save