Restore error message styling.

This commit is contained in:
Michael Jumper
2012-11-22 15:58:20 -08:00
parent 59c276e887
commit 3efd88db9a
2 changed files with 14 additions and 16 deletions

View File

@@ -72,7 +72,6 @@ div.dialog {
text-align: left;
display: inline-block;
visibility: visible;
}
div.dialog h1 {
@@ -131,17 +130,6 @@ div.dialog p {
margin: 0;
}
#statusText {
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
font-size: xx-large;
color: white;
}
.guac-error #statusText {
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
color: #D44;
}
div.displayOuter {
height: 100%;
width: 100%;
@@ -191,7 +179,7 @@ div.magnifier {
}
.pan-overlay {
position: absolute;
position: fixed;
left: 0;
top: 0;
width: 100%;
@@ -270,3 +258,8 @@ div#viewportClone {
color: white;
}
.guac-error .status {
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
color: #D44;
}