mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
bit of cleanup re. css font
This commit is contained in:
parent
7961c41986
commit
f067a95e01
7 changed files with 22 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
ul {
|
||||
padding-__MSG_@@bidi_start_edge__: 1em;
|
||||
margin-__MSG_@@bidi_start_edge__: 1em;
|
||||
}
|
||||
padding-__MSG_@@bidi_start_edge__: 1em;
|
||||
margin-__MSG_@@bidi_start_edge__: 1em;
|
||||
}
|
||||
|
|
|
@ -12,9 +12,11 @@
|
|||
line-height: 1;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
body {
|
||||
font: 14px/1.4 'Droid Sans', freesans, sans-serif;
|
||||
}
|
||||
.hiddenFileInput {
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0 0.5em 0.5em 0.5em;
|
||||
font: 14px sans-serif;
|
||||
}
|
||||
h2, h3 {
|
||||
margin: 1em 0;
|
||||
|
|
|
@ -2,18 +2,18 @@ html, body {
|
|||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
font: 15px httpsb,sans-serif;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
#dashboard-nav {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
#dashboard-nav-widgets {
|
||||
|
|
|
@ -2,7 +2,6 @@ body {
|
|||
border: 0;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
font: 12px monospace;
|
||||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
padding: 0;
|
||||
|
@ -53,6 +52,7 @@ input:focus {
|
|||
border: 0;
|
||||
border-collapse: collapse;
|
||||
direction: ltr;
|
||||
font: 12px monospace;
|
||||
width: 100%;
|
||||
}
|
||||
#content table tr.blocked {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
body {
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
overflow-y: hidden;
|
||||
padding: 0;
|
||||
|
|
|
@ -2,7 +2,6 @@ body {
|
|||
background-color: white;
|
||||
border: 0;
|
||||
float: left;
|
||||
font: 13px sans-serif;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
|
@ -29,18 +28,19 @@ a {
|
|||
outline: 0;
|
||||
}
|
||||
#gotoPrefs {
|
||||
display: block;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 4px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
background-color: #444;
|
||||
text-align: center;
|
||||
border: 0;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
#version {
|
||||
font-size: 11px;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
@ -235,7 +235,7 @@ body.dirty #refresh:hover {
|
|||
|
||||
#firewallContainer {
|
||||
border: 0;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: right;
|
||||
|
@ -291,6 +291,7 @@ body.dirty #refresh:hover {
|
|||
#firewallContainer > div > span:nth-of-type(4) {
|
||||
border-left: 1px solid white;
|
||||
color: #444;
|
||||
font-size: 11.5px;
|
||||
text-align: center;
|
||||
}
|
||||
#firewallContainer > div > span:nth-of-type(4) {
|
||||
|
|
Loading…
Reference in a new issue