diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/css/styles.css b/css/styles.css index c6a9854..8e208a1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -219,18 +219,17 @@ a:active { } +/* ###################### + # Style for negative notification popup + ###################### +*/ + .err-info { margin: 0px auto; max-width: 480px; /* depends on the tip backround image width */ color: #fff; } - -/* ###################### - # Style for negative notification popup - ###################### -*/ - .err-info .err-info-top .err-info-c, .err-info .err-info-bot .err-info-c { font-size: 1px; /* ensure minimum height */ |