mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 18:29:32 +01:00
Fixed some weird css issues for firefox - still needs work for cross browser compatibility
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user