mirror of https://github.com/gorhill/uBlock.git
fine tuning layout
This commit is contained in:
parent
53b55a6b13
commit
7497dcfe16
|
@ -13,13 +13,13 @@ body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 0;
|
border: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 36px;
|
height: 40px;
|
||||||
left: 1em;
|
left: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0 1em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: center;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
#toolbar .button {
|
#toolbar .button {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -47,7 +47,7 @@ input:focus {
|
||||||
background-color: #ffe;
|
background-color: #ffe;
|
||||||
}
|
}
|
||||||
#content {
|
#content {
|
||||||
margin-top: 36px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
#content table {
|
#content table {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue