diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-29 17:36:59 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-29 17:36:59 +0300 |
commit | dec7b2fa40a7eeb0c0640a798e4c7443d1511bd5 (patch) | |
tree | 176fc3ea7e784088a1d1869b1d809777293dde2a /core | |
parent | 97f2c393c122409f1c90234935a8ebbca962cb44 (diff) | |
download | nextcloud-server-dec7b2fa40a7eeb0c0640a798e4c7443d1511bd5.tar.gz nextcloud-server-dec7b2fa40a7eeb0c0640a798e4c7443d1511bd5.zip |
Move styles from core to app
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 1e2ce3862a3..0dd66fb5b7c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -304,18 +304,6 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } #body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; } #body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;} -#body-login .error-broken-link{ - text-align:left; -} - -#body-login .error-broken-link ul{ - margin:10px 0 10px 0; -} - -#body-login .error-broken-link ul li{ - list-style: disc;list-style-position:inside; -} - /* Show password toggle */ #show, #dbpassword { position: absolute; |