aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-05-16 10:15:02 -0400
committergorhill <rhill@raymondhill.net>2015-05-16 10:15:02 -0400
commite0284b89086caa3bc851e59fc14455e33e503ff2 (patch)
tree26bdb4795463f68da989e5e4d0c88c7e51a95f2d /src/css
parent20f5794b3788f3fe9146009402c8054969155691 (diff)
downloaduBlock-e0284b89086caa3bc851e59fc14455e33e503ff2.zip
uBlock-e0284b89086caa3bc851e59fc14455e33e503ff2.tar.gz
uBlock-e0284b89086caa3bc851e59fc14455e33e503ff2.tar.bz2
this fixes #193
Diffstat (limited to 'src/css')
-rw-r--r--src/css/logger-ui.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css
index 13de2dc..00b8f9b 100644
--- a/src/css/logger-ui.css
+++ b/src/css/logger-ui.css
@@ -7,7 +7,6 @@ body {
margin: 0;
overflow-x: hidden;
padding: 0;
- white-space: nowrap;
width: 100%;
}
#toolbar {
@@ -16,7 +15,7 @@ body {
box-sizing: border-box;
left: 0;
margin: 0;
- padding: 0 1em;
+ padding: 0.5em 1em;
position: fixed;
top: 0;
width: 100%;
@@ -28,7 +27,7 @@ body {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
- font-size: 20px;
+ font-size: 150%;
margin: 0;
padding: 8px;
}
@@ -39,6 +38,19 @@ body {
#toolbar .button:hover {
background-color: #eee;
}
+#toolbar > div {
+ white-space: nowrap;
+ }
+#toolbar > div:first-of-type {
+ font-size: 120%;
+ }
+#toolbar > div > * {
+ vertical-align: middle;
+ }
+#pageSelector {
+ width: 28em;
+ padding: 0.2em 0;
+ }
body #compactViewToggler.button:before {
content: '\f102';
}
@@ -55,14 +67,13 @@ body.f #filterButton {
background-color: #fee;
}
#maxEntries {
- margin-left: 3em;
+ margin: 0 2em;
}
input:focus {
background-color: #ffe;
}
#content {
font: 13px sans-serif;
- margin-top: 3.5em;
width: 100%;
}