Rename .fileNotReadable to .message-error

refs #9247
This commit is contained in:
Alexander A. Klimov 2015-06-05 12:38:55 +02:00
parent e15b144155
commit 0b1bb54c26
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@
echo (
0 === count($versionInfo)
? '<p class="fileNotReadable">' . $this->translate(
? '<p class="message-error">' . $this->translate(
'Can\'t determine Icinga Web 2\'s version'
)
: '<p>' . nl2br(implode("\n", $versionInfo), false)

View File

@ -331,8 +331,7 @@ html {
position: absolute;
}
/* TODO: replace this with .error */
.fileNotReadable {
.message-error {
padding: 0.5em;
background-color: @colorCritical;
font-weight: bold;