1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge pull request #1834 from cyberalien/ticket/11984

Move responsive design adjustments
This commit is contained in:
Nathan Guse
2013-11-21 13:42:48 -08:00
5 changed files with 18 additions and 11 deletions

View File

@@ -381,6 +381,14 @@ li {
color: #BC2A4D;
}
#tabs a:hover {
background-position: 0 -69px;
}
#tabs a:hover span {
background-position: 100% -69px;
}
#tabs .activetab a {
background-position: 0 0;
border-bottom: 1px solid #DCDEE2;
@@ -392,14 +400,6 @@ li {
color: #23649F;
}
#tabs a:hover {
background-position: 0 -69px;
}
#tabs a:hover span {
background-position: 100% -69px;
}
#tabs .activetab a:hover span {
color: #115098;
}

View File

@@ -133,6 +133,9 @@ function parse_document(container)
column += colspan;
});
});
// Remove <dfn> in disabled extensions list
$this.find('tr.ext_disabled > .empty:nth-child(2) + .empty').siblings(':first-child').children('dfn').remove();
});
/**

View File

@@ -153,7 +153,6 @@ function popup(url, width, height, name)
</ul>
</div>
<!-- ENDIF -->
</ul>
</div>
<div id="main">