Styling corrections for firefox.

This commit is contained in:
alext 2018-01-02 13:05:10 +01:00
parent d4c3a68368
commit 1ecff848cd
2 changed files with 14 additions and 0 deletions

View File

@ -653,6 +653,12 @@ body .form-horizontal .controls {
padding: 4px 7px; padding: 4px 7px;
} }
@-moz-document url-prefix() {
.breaks .break-day select {
height: 36px;
}
}
#users-page .working-plan .checkbox, #users-page .working-plan .checkbox,
#users-page .working-plan input[type="text"], #users-page .working-plan input[type="text"],
#users-page .working-plan button { #users-page .working-plan button {

View File

@ -9,6 +9,14 @@
* @since v1.0.0 * @since v1.0.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
@-moz-document url-prefix() {
body .checkbox input[type="checkbox"] {
float: left;
}
}
body .custom-qtip { body .custom-qtip {
border: none; border: none;
border-radius: 0; border-radius: 0;