diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-09-20 10:36:11 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-09-20 10:36:11 -0500 |
| commit | 98731b127748af4673fdee92db2e139e84fd4d4b (patch) | |
| tree | 9c06bcf6c2fd3604a2a338ed633c93e6f1776ef1 /phpBB/styles/prosilver/theme/common.css | |
| parent | 661dd09d6f44b46e5a30b37bb3425058f055ea01 (diff) | |
| download | forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.gz forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.bz2 forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.xz forums-98731b127748af4673fdee92db2e139e84fd4d4b.zip | |
[ticket/11103] Prettify the output for prosilver.
Create a way to mark items read from the output list.
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index d459c6e559..1f5b45e006 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -666,6 +666,26 @@ p.rules a { vertical-align: text-bottom; } +#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 ul li { + padding: 10px; + width: 310px; +} + +#notification_list ul li a { + text-decoration: none; +} + #notification_list ul li img { float: left; padding: 0 10px 10px 0; |
