diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-06 15:15:20 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-06 15:15:20 +0100 |
commit | 964ff88f7168cf07965faa5b4e1b6d588298bd11 (patch) | |
tree | dfc2f5bcfa840d1f33afab89dd77177fa7c1610c /core/css | |
parent | 825cdf8560e6b9f6dda9debdd271494fdfd3fcf7 (diff) | |
download | nextcloud-server-964ff88f7168cf07965faa5b4e1b6d588298bd11.tar.gz nextcloud-server-964ff88f7168cf07965faa5b4e1b6d588298bd11.zip |
move inline style to CSS file, fix details
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 7fb800f79e2..64246c63129 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -175,6 +175,10 @@ fieldset.warning { } fieldset.warning legend { color:#b94a48 !important; } +/* Alternative Logins */ +#alternative-logins legend { margin-bottom:10px; } +#alternative-logins li { height:40px; display:inline-block; white-space:nowrap; } + /* NAVIGATION ------------------------------------------------------------- */ #navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right:1px #ccc solid; -moz-box-shadow:-3px 0 7px #000; -webkit-box-shadow:-3px 0 7px #000; box-shadow:-3px 0 7px #000; overflow:hidden;} |