aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/theme
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-14 13:46:15 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-14 13:46:15 -0500
commitc1f8c96bd705f7c87826c65947a8292debf0bd4a (patch)
tree3765d5ce971e90280d2b886555df74276da4f8cc /phpBB/styles/subsilver2/theme
parent2284a14813ec0d6ef82a622f33c70d442a761f38 (diff)
downloadforums-c1f8c96bd705f7c87826c65947a8292debf0bd4a.tar
forums-c1f8c96bd705f7c87826c65947a8292debf0bd4a.tar.gz
forums-c1f8c96bd705f7c87826c65947a8292debf0bd4a.tar.bz2
forums-c1f8c96bd705f7c87826c65947a8292debf0bd4a.tar.xz
forums-c1f8c96bd705f7c87826c65947a8292debf0bd4a.zip
[ticket/11103] subsilver2 overall_header.html
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 977e5c20c6..1312d9edd4 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -1141,3 +1141,19 @@ a.imageset {
padding-right: 18px;
padding-left: 0;
}
+
+#notification_list {
+ display: none;
+ position: absolute;
+ width: 330px;
+ max-height: 350px;
+ z-index: 1;
+ overflow-y: auto;
+ overflow-x: hidden;
+ background-color: #FFFFFF;
+}
+
+.notification_list img {
+ max-width: 50px;
+ max-height: 50px;
+} \ No newline at end of file