diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 2fd350f3c4a..4edb29a8c6e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -650,7 +650,7 @@ td.avatar { width: 100%; text-align: center; } -#notification, #update-notification { +#notification { margin: 0 auto; max-width: 60%; z-index: 8000; @@ -665,7 +665,7 @@ td.avatar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; opacity: .9; } -#notification span, #update-notification span { +#notification span { cursor: pointer; margin-left: 1em; } |