diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2017-11-22 21:48:05 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2017-11-22 21:48:05 +0000 |
commit | daa74a164f24e3850c30018626547921e7a3f23c (patch) | |
tree | 9eb7140b91530d3afc27505c20018a5d3e7c53a5 /css | |
parent | 31fc24fdf7220be8147ff8e0e9a8f33af0b43880 (diff) |
Logging setting
Diffstat (limited to 'css')
-rw-r--r-- | css/popup.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/popup.css b/css/popup.css index 1f0069c..85768c1 100644 --- a/css/popup.css +++ b/css/popup.css @@ -29,4 +29,11 @@ button { color:red; height:13px; font-size:12px; +} + +label { + display:inline-block; + position: relative; + top:5px; + margin-top:4px; }
\ No newline at end of file |