Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 17:29:36 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-03-17 18:54:42 +0300
commitce89f12566dff25981d5701a5f31a269dd1eae54 (patch)
tree756a3164b9998e6a2b5fca397f694512686420a5 /settings/css
parentc3ae01d66f46321ab79fa0a69597068e12ae72cb (diff)
add whitespace to prevent file deletion when wanting to scroll
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index e2349e9dd68..931c9a3533d 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -99,10 +99,14 @@ span.usersLastLoginTooltip { white-space: nowrap; }
display : none;
}
-td.remove { width:1em; padding-right:1em; }
tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
-tr:hover>td.remove>a { float:right; }
+td.remove {
+ width: 25px;
+}
+tr:hover>td.remove>a {
+ float: left;
+}
div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
input#recoveryPassword {width:15em;}