diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-15 16:02:33 -0600 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-15 16:02:33 -0600 |
| commit | 7ad577a86afa379d67812ed184b7a59a32c64e9e (patch) | |
| tree | d8733254bcee69057c852d904b8b4876e18e6d79 /phpBB/styles/subsilver2/theme | |
| parent | cdc766c90f800af01e7d21b3d7bf3d017479cf73 (diff) | |
| download | forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.gz forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.bz2 forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.xz forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.zip | |
[ticket/11103] Add Notification Settings link in flyout menu
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
| -rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 0f8f9f0367..a78a84ab63 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -1167,6 +1167,12 @@ a.imageset { border-bottom: 0; } +#notification_list > .header > .header_settings { + float: right; + font-weight: normal; + text-transform: none; +} + #notification_list .footer { width: 300px; text-align: center; |
