diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-03 12:24:24 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-03 12:24:24 +0100 |
commit | b8e6b8692b0c306de6ebfe0a82bfe7bab304cd0a (patch) | |
tree | 1540390c22e562dc64dc49018ec987a1fa8eab21 /core | |
parent | 3bcf3c91e18e5863cb6b6a34eb80ae218f028022 (diff) | |
download | nextcloud-server-b8e6b8692b0c306de6ebfe0a82bfe7bab304cd0a.tar.gz nextcloud-server-b8e6b8692b0c306de6ebfe0a82bfe7bab304cd0a.zip |
fix CSS to coding guideline
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 8bca96349ad..19cfad76268 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -65,6 +65,19 @@ float: right; width: 24px; position: absolute !important; height: 14px; right: 1 #login form input[name="show"]:checked + label { background:url("../img/actions/toggle.png") no-repeat; opacity:0.8; } + +/* SHOW PASSWORD TOGGLE */ +#show { + position:absolute; right:1em; top:.8em; float:right; + display:none; +} +#login form input[name="show"] + label { + position:absolute !important; height:14px; width:24px; right:1em; top:1.25em; float:right; + background-image:url("../img/actions/toggle.png"); background-repeat:no-repeat; opacity:.3; +} +#login form input[name="show"]:checked + label { opacity:.8; } + + /* BUTTONS */ input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a { width:auto; padding:.4em; |