diff options
| author | PayBas <contact@paybas.com> | 2014-06-13 10:28:04 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-15 10:02:12 +0200 |
| commit | c805e53da3fd7578205133b0749e5fd989ad7095 (patch) | |
| tree | 18b92c06c2a91b6f2c533d41f20bf5f7989a0aca /phpBB/styles/subsilver2/theme | |
| parent | 8e06d76aaa5179096923971893c26a7f8bfe2fbe (diff) | |
| download | forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar.gz forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar.bz2 forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar.xz forums-c805e53da3fd7578205133b0749e5fd989ad7095.zip | |
[ticket/12608] Add subSilver
PHPBB3-12608
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
| -rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index e69eec4f14..596ebdc29f 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -1189,12 +1189,21 @@ a.imageset { overflow-x: hidden; } +#notification_list table { + width: 100%; +} + #notification_list .notification_title { - padding: 5px; + padding: 3px; +} + +#notification_list .notification_title:after { + clear: both; + content: ''; + display: block; } #notification_list .header { - width: 298px; padding: 5px; font-weight: bold; border: 1px solid #A9B8C2; @@ -1208,7 +1217,6 @@ a.imageset { } #notification_list .footer { - width: 300px; text-align: center; font-size: 1.2em; border: 1px solid #A9B8C2; @@ -1223,3 +1231,12 @@ a.imageset { #notification_list .footer > a { display: block; } + +#notification_list .notification-time { + font-size: 0.9em; + float: right; +} + +.notification_list .notifications_time { + font-size: 0.8em; +} |
