Merged in dheeyi/processmaker/PM-1472 (pull request #1389)

PM-1472 16565: Red background graphic for error messages needs to be taller to see the text clearly
This commit is contained in:
Julio Cesar Laura Avendaño
2015-02-05 11:38:07 -04:00
2 changed files with 42 additions and 0 deletions

View File

@@ -68,6 +68,27 @@ img {
padding:0 20px;
vertical-align:middle;
font-weight: bold;
transition:2s all;
-webkit-transition:2s all;
-moz-transition:2s all;
-o-transition:2s all;
-ms-transition:2s all;
}
@media screen and (max-width: 768px) {
.temporalMessageERROR {
border-width: 0px;
font: normal 6pt "Open Sans", Tahoma, sans-serif, MiscFixed;
text-decoration: none;
height: 31px;
padding: 0 2px;
vertical-align: middle;
font-weight: bold;
transition:2s all;
-webkit-transition:2s all;
-moz-transition:2s all;
-o-transition:2s all;
-ms-transition:2s all;
}
}
.temporalMessageWARNING
{

View File

@@ -244,6 +244,27 @@ img {
padding: 0 20px;
vertical-align: middle;
font-weight: bold;
transition:2s all;
-webkit-transition:2s all;
-moz-transition:2s all;
-o-transition:2s all;
-ms-transition:2s all;
}
@media screen and (max-width: 768px) {
.temporalMessageERROR {
border-width: 0px;
font: normal 6pt "Open Sans", Tahoma, sans-serif, MiscFixed;
text-decoration: none;
height: 31px;
padding: 0 2px;
vertical-align: middle;
font-weight: bold;
transition:2s all;
-webkit-transition:2s all;
-moz-transition:2s all;
-o-transition:2s all;
-ms-transition:2s all;
}
}
.temporalMessageWARNING {
-moz-border-radius: 6px;