1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 08:39:37 +02:00
This commit is contained in:
gorhill 2017-03-20 16:25:40 -04:00
parent 2dcf7b7974
commit b19dfb2dce
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 14 additions and 11 deletions

View File

@ -41,7 +41,7 @@ html, body {
cursor: pointer;
display: inline-block;
font-size: 110%;
margin: 0;
margin: 0 1px 0 0;
padding: 4px;
position: relative;
text-decoration: none;
@ -70,15 +70,18 @@ iframe {
position: relative;
}
#dashboard-nav-widgets {
padding: 0;
padding: 1px 0 0 0;
white-space: normal;
}
[data-i18n="extName"] {
display: none;
}
.tabButton {
border-radius: 0;
border-top: 0;
display: block;
display: inline-block;
font-size: 100%;
margin-bottom: 1px;
top: 0;
}
.tabButton.selected {
border-bottom: 1px solid #ccc;

View File

@ -12,13 +12,13 @@
<body>
<div id="dashboard-nav">
<div id="dashboard-nav-widgets">
<span data-i18n="extName"></span>
<a class="tabButton" href="#settings.html" data-i18n="settingsPageName"></a>
<a class="tabButton" href="#3p-filters.html" data-i18n="3pPageName"></a>
<a class="tabButton" href="#1p-filters.html" data-i18n="1pPageName"></a>
<a class="tabButton" href="#dyna-rules.html" data-i18n="rulesPageName"></a>
<a class="tabButton" href="#whitelist.html" data-i18n="whitelistPageName"></a>
<a class="tabButton" href="#about.html" data-i18n="aboutPageName"></a>
<span data-i18n="extName"></span><!--
--><a class="tabButton" href="#settings.html" data-i18n="settingsPageName"></a><!--
--><a class="tabButton" href="#3p-filters.html" data-i18n="3pPageName"></a><!--
--><a class="tabButton" href="#1p-filters.html" data-i18n="1pPageName"></a><!--
--><a class="tabButton" href="#dyna-rules.html" data-i18n="rulesPageName"></a><!--
--><a class="tabButton" href="#whitelist.html" data-i18n="whitelistPageName"></a><!--
--><a class="tabButton" href="#about.html" data-i18n="aboutPageName"></a>
</div>
</div>