[fix] Generic alert-log style. Reduce font size.

This commit is contained in:
opi 2015-11-14 14:54:46 +01:00
parent d59576a3a1
commit 5ecc73ca26

View file

@ -488,7 +488,14 @@ input[type='radio'].nice-radio {
padding-right: 25px; padding-right: 25px;
& + p {margin-top: 0.5em;} & + p {margin-top: 0.5em;}
} }
}
.alert-log {
background-color: #eee;
color: #333;
// YNH custom
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
} }
} }
@ -524,12 +531,5 @@ input[type='radio'].nice-radio {
& + .alert {margin-top: 0;} & + .alert {margin-top: 0;}
} }
.alert-log {
background-color: #eee;
color: #333;
// YNH custom
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
} }
} }