Styling corrections for firefox.
This commit is contained in:
parent
d4c3a68368
commit
1ecff848cd
2 changed files with 14 additions and 0 deletions
|
@ -653,6 +653,12 @@ body .form-horizontal .controls {
|
|||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.breaks .break-day select {
|
||||
height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
#users-page .working-plan .checkbox,
|
||||
#users-page .working-plan input[type="text"],
|
||||
#users-page .working-plan button {
|
||||
|
|
|
@ -9,6 +9,14 @@
|
|||
* @since v1.0.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
body .checkbox input[type="checkbox"] {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
body .custom-qtip {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Reference in a new issue