diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-04-17 22:14:04 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:57 +0200 |
commit | a9bd416643ad950de5f21aaaa4f5c77dd51c787a (patch) | |
tree | 5f7d969e3229d9473a6c591c3354317a94ac720f /settings/css | |
parent | 3ff123f247b8bc29665a28c3641c3fc445a4a161 (diff) | |
download | nextcloud-server-a9bd416643ad950de5f21aaaa4f5c77dd51c787a.tar.gz nextcloud-server-a9bd416643ad950de5f21aaaa4f5c77dd51c787a.zip |
add reset button for the filter field
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e6ad4fd304f..604b5024371 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -63,8 +63,8 @@ li.active span.utils .delete { } li.active .rename { padding: 8px 14px 20px 14px; - top: 0px; position: absolute; width: 16px; height: 16px; - opacity: 0.5; + top: 0px; position: absolute; width: 16px; height: 16px; + opacity: 0.5; display: inline-block !important; } li.active span.utils .delete img { margin: 14px; } @@ -108,6 +108,12 @@ div.quota>span { } select.quota.active { background: #fff; } +input.userFilter {width: 200px;} +span.userFilterReset { + width: 16px; height: 16px; position: absolute; + padding-top: 20px; margin-left: -20px; +} + /* positioning fixes */ #newuser .multiselect { min-width: 150px !important; |