Fixed some weird css issues for firefox - still needs work for cross browser compatibility

This commit is contained in:
rembo10
2013-07-28 15:03:43 +05:30
parent c9c53610f9
commit 21ed4c3e42

View File

@@ -365,7 +365,7 @@ form .row input[type=password] {
line-height: normal;
max-width: 230px;
margin-right: 5px;
padding: 3px 5px;
padding: 2px 5px;
}
form .row small {
color: #999;
@@ -378,28 +378,28 @@ form .row small {
form .left label {
float: none;
line-height: normal;
margin-bottom: 10px;
padding-top: 1px;
margin-bottom: 5px;
padding-top: 2px;
width: auto;
}
form .left input {
float: left;
margin-bottom: 10px;
margin-bottom: 5px;
clear: left;
display: block;
}
form .radio label {
float: none;
line-height: normal;
margin-bottom: 10px;
padding-top: 1px;
margin-bottom: 5px;
padding-top: 0px;
width: auto;
}
.override-float {
float: none !important;
margin-bottom: 0px !important;
}
form .radio input {
float: left;
margin-bottom: 10px;
margin-bottom: 5px;
clear: left;
display: block;
}
form .radio small {
display: inline !important;
@@ -413,6 +413,15 @@ form .checkbox small {
margin: 0 !important;
width: auto;
}
.override-float {
float: none !important;
margin-bottom: 0px !important;
clear: none !important;
display: inline !important;
font-size: 10px;
line-height: 10px;
height: 10px;
}
ul,
ol {
margin-left: 2em;
@@ -1486,3 +1495,6 @@ table tr td#status a {
.ie7 legend {
margin-left: -7px;
}
#preferred_bitrate_options {
margin-left: 20px;
}