Fixed Firefox rendering issue

master-GE
Giulio Cesare Solaroli 2015-07-22 08:42:55 +02:00
parent a1fe0f2d8c
commit 06f5e77acf
4 changed files with 11 additions and 1 deletions

View File

@ -693,6 +693,8 @@ input[type=text] {
/* Firefox considers 100% respect to height of the whole window, this is rule is necessary to eliminate the card toolbar offset. */
@-moz-document url-prefix() {
#mainPanel.extra-wide .subpanel.cardContent {
height: calc(100% - 50px); }
#mainPanel.wide .cardContent {
height: calc(100% - 50px); } }
#mainPanel {
left: 0px; }

File diff suppressed because one or more lines are too long

View File

@ -106,6 +106,12 @@ input[type=text] {
}
}
}
&.wide {
.cardContent {
height: calc(100% - 50px);
}
}
}
}

View File

@ -215,3 +215,5 @@ refer to http://www.clipperz.com.
-moz-background-size: 3px 3px;
background-size: 3px 3px;
}