diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 20:17:53 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 20:17:53 +0100 |
commit | 3bd2288ea91b512503df3e76b5e2f11f774d87c5 (patch) | |
tree | a2f604d2d60da59e616e4606768de68b6e22ed92 /view/css | |
parent | f8f69767b7099c1803fbebcd10c51b63918be38c (diff) | |
download | volse-hubzilla-3bd2288ea91b512503df3e76b5e2f11f774d87c5.tar.gz volse-hubzilla-3bd2288ea91b512503df3e76b5e2f11f774d87c5.tar.bz2 volse-hubzilla-3bd2288ea91b512503df3e76b5e2f11f774d87c5.zip |
fix icon position and make string translatable
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 03150c67a..f97029aad 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -179,14 +179,14 @@ a.wikilist { overflow: auto; } -.notifications-textinput input { - font-family: sans-serif, ForkAwesome; -} - .notifications-textinput { padding: .75rem 0.85rem; } +.notifications-textinput input { + padding-left: 1.75rem; +} + .notifications-textinput-clear { padding: .5rem; line-height: 1; @@ -196,6 +196,14 @@ a.wikilist { cursor: pointer; } +.notifications-textinput-filter { + padding: .5rem; + line-height: 1; + position: absolute; + top: .75rem; + left: 0.75rem; +} + .notification-content.collapsing { overflow: hidden; } |