diff options
| author | PayBas <contact@paybas.com> | 2014-06-07 14:23:54 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-25 14:18:57 +0200 |
| commit | cf1b56af8dcf2fba2eaa5507504623732b5ec115 (patch) | |
| tree | 72c4122016d024492a46a785fd9458a56c3606a2 /phpBB/styles/prosilver/theme | |
| parent | a540cdc3b2efd6fdb10f6c7ce9de43ac04ad2897 (diff) | |
| download | forums-cf1b56af8dcf2fba2eaa5507504623732b5ec115.tar forums-cf1b56af8dcf2fba2eaa5507504623732b5ec115.tar.gz forums-cf1b56af8dcf2fba2eaa5507504623732b5ec115.tar.bz2 forums-cf1b56af8dcf2fba2eaa5507504623732b5ec115.tar.xz forums-cf1b56af8dcf2fba2eaa5507504623732b5ec115.zip | |
[ticket/12662] Enable responsive linkslist for IE8
Also fixed arrow color
PHPBB3-12662
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 | 10 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/images/icon_dropdown.png | bin | 197 -> 0 bytes | |||
| -rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 16 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/tweaks.css | 2 |
5 files changed, 10 insertions, 23 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 2d1401cc31..debbb198e8 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -369,11 +369,6 @@ a.arrow-right:hover { color: #368AD2; } -a.icon-dropdown:after { - background-image: url("./images/icon_dropdown.png"); -} - - /* -------------------------------------------------------------- Colours and backgrounds for content.css diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 67add8b90e..0d609f5653 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -452,6 +452,14 @@ ul.linklist.bulletin li.no-bulletin:before { width: auto; } +.header-avatar span:after { + content: '\25BC'; + display: inline-block; + float: right; + margin-left: 2px; + opacity: 0.7; +} + /* Dropdown menu ----------------------------------------*/ .dropdown-container { @@ -606,7 +614,7 @@ ul.linklist.bulletin li.no-bulletin:before { } .dropdown li.separator, ul.linklist .dropdown li.separator { - margin: 3px 0; + margin: 4px 0; padding: 0; } diff --git a/phpBB/styles/prosilver/theme/images/icon_dropdown.png b/phpBB/styles/prosilver/theme/images/icon_dropdown.png Binary files differdeleted file mode 100644 index d471eef450..0000000000 --- a/phpBB/styles/prosilver/theme/images/icon_dropdown.png +++ /dev/null diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 0ed0a5d139..89639dde02 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -75,22 +75,6 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { width: 40px; } -/* Dropdown links (inline) */ -a.icon-dropdown:after { - background-position: 0 0; - background-repeat: no-repeat; - content: ''; - display: inline-block; - float: right; - height: 8px; - width: 11px; - margin: 9px 0 0 2px; -} - -a.icon-dropdown:hover:after, .dropdown-visible a.icon-dropdown:after { - background-position: 0 -22px; -} - /* Links for forum/topic lists */ a.forumtitle { font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 9a8ed5d399..28eb328cb1 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -69,5 +69,5 @@ dd.option { /* Fixes header-avatar aspect-ratio in IE8 */ .header-avatar img { - height: 25px; + height: 20px; } |
