userChrome/urlbar: tweak padding (MR 19)
Add a bit of padding to the left and to the right.
This commit is contained in:
parent
fa17075a6d
commit
7b8adcd0c9
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#urlbar {
|
||||||
|
padding: 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Smaller font: show more of the URL */
|
/* Smaller font: show more of the URL */
|
||||||
#urlbar-input {
|
#urlbar-input {
|
||||||
font-size: 9pt !important;
|
font-size: 9pt !important;
|
||||||
|
|
Loading…
Reference in a new issue