// Small changes with layout an css

This commit is contained in:
Kevin Granger
2013-06-17 18:49:45 +02:00
parent 6648fd3e97
commit 993690801e
21 changed files with 4139 additions and 794 deletions
+2 -5
View File
@@ -30,20 +30,17 @@
line-height:normal;
}
#nobootstrap select,#nobootstrap textarea,input {
#nobootstrap select,#nobootstrap textarea, #nobootstrap input {
height:auto!important;
font-size:12px!important;
line-height:normal;
margin-bottom:auto;
-webkit-border-radius:0!important;
-moz-border-radius:0!important;
border-radius:0!important;
font-family:Arial,Verdana,Helvetica,sans-serif;
margin-bottom:0!important;
width:auto;
}
#nobootstrap label,input,button,select,textarea {
#nobootstrap label, #nobootstrap input, #nobootstrap button, #nobootstrap select, #nobootstrap textarea {
font-size:12px;
line-height:13px;
}