diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:41:10 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:41:10 +0100 |
| commit | 9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7 (patch) | |
| tree | 3d0676a91b26bb4fabdefe52836d60aa65071489 /phpBB/styles/prosilver/theme | |
| parent | 2319748c08539301242e5c5c713c3841b8067e6d (diff) | |
| parent | 372324cead4f9068ebe3ca10c85858af833a8026 (diff) | |
| download | forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar.gz forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar.bz2 forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar.xz forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.zip | |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 5 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 20 |
2 files changed, 21 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index d76fd0852a..cf21ac216b 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1168,3 +1168,8 @@ input.disabled { li.notification-reported strong, li.notification-disapproved strong { color: #D31141; } + +.badge { + background-color: #D31141; + color: #ffffff; +} diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index e800c63294..8368fc158c 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1205,6 +1205,22 @@ ul.linklist:after, margin-left: 58px; } +.badge { + border-radius: 10px; + opacity: 0.8; + text-align: center; + white-space: nowrap; + font-size: 10px; + line-height: 1; + float: right; + display: inline-block; + margin-left: 3px; + vertical-align: baseline; + position: relative; + top: 3px; + padding: 4px 6px; +} + /* Navbar specific list items ----------------------------------------*/ @@ -1216,10 +1232,6 @@ ul.linklist:after, display: none; } -.linklist.compact .rightside > a strong { - padding-left: 2px; -} - .dropdown-page-jump .dropdown { top: 20px; } |
