Fixed bugs due to migration

This commit is contained in:
Thomas Citharel
2013-09-08 21:26:30 +02:00
parent 693b3f8677
commit d5ce28df67
3 changed files with 12 additions and 13 deletions

View File

@ -259,14 +259,14 @@ footer {
}
#inputform{
+ display: none;
+ text-align:center;
+ max-width:300px;
+ margin-left:auto;
+ margin-right:auto;
+ margin-top:5px;
+ background-color: rgba(0, 0, 0, 0.9);
+ opacity:0.8;
+ color:white;
+ border-radius: 3px;
+}
display: none;
text-align:center;
max-width:300px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
background-color: rgba(0, 0, 0, 0.9);
opacity:0.8;
color:white;
border-radius: 3px;
}