From: Jan-Christoph Borchardt Date: Wed, 6 Feb 2013 14:15:20 +0000 (+0100) Subject: move inline style to CSS file, fix details X-Git-Tag: v5.0.0alpha1~105^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=964ff88f7168cf07965faa5b4e1b6d588298bd11;p=nextcloud-server.git move inline style to CSS file, fix details --- 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;} diff --git a/core/templates/login.php b/core/templates/login.php index 7616b93f9a5..c6d0b5a9b97 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -42,12 +42,12 @@ -
+
- t('Alternative Logins:') ?> + t('Alternative Logins') ?>
    -
  • +