Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8350F108BB for ; Mon, 4 Nov 2013 18:59:30 +0000 (UTC) Received: (qmail 53675 invoked by uid 500); 4 Nov 2013 18:59:30 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 53646 invoked by uid 500); 4 Nov 2013 18:59:30 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 53639 invoked by uid 99); 4 Nov 2013 18:59:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Nov 2013 18:59:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 173C53AC17; Mon, 4 Nov 2013 18:59:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to ed6c2d2 Date: Mon, 4 Nov 2013 18:59:30 +0000 (UTC) Updated Branches: refs/heads/master 70330f5cf -> ed6c2d27a New login screen colors Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ed6c2d27 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ed6c2d27 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ed6c2d27 Branch: refs/heads/master Commit: ed6c2d27a610fc137c97f204e8ee997aea53eda2 Parents: 70330f5 Author: Brian Federle Authored: Mon Nov 4 10:59:01 2013 -0800 Committer: Brian Federle Committed: Mon Nov 4 10:59:01 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 48 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ed6c2d27/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 3473524..ba2439a 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -316,23 +316,19 @@ table th div.ui-resizable-handle { /*Login screen*/ body.login { - background: transparent url(../images/bg-login.png) repeat 50% -82px; + background: url(../images/overlay-pattern.png) repeat center, #106CA9 url(../images/bg-login.jpg) no-repeat center; + background-size: auto, cover; } .login { display: block; width: 100%; - height: 245px; - /*+placement:shift 0 100px;*/ + height: 350px; + /*+placement:shift 0 80px;*/ position: relative; left: 0; - top: 100px; - background: #FFFFFF; - /*+box-shadow:0px 3px 5px #D5D5D5;*/ - -moz-box-shadow: 0px 3px 5px #D5D5D5; - -webkit-box-shadow: 0px 3px 5px #D5D5D5; - -o-box-shadow: 0px 3px 5px #D5D5D5; - box-shadow: 0px 3px 5px #D5D5D5; + top: 80px; + background: #053663; } .login .select-language { @@ -341,8 +337,9 @@ body.login { } .login .select-language select { - width: 125px; + width: 260px; border: 1px solid #808080; + margin-top: 30px; /*+border-radius:4px;*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; @@ -368,33 +365,34 @@ body.login { } .login .fields .field label { - font-size: 11px; + font-size: 12px; color: #4E4F53; - /*+placement:displace 10px 12px;*/ + /*+placement:displace 9px 14px;*/ position: absolute; - margin-left: 10px; - margin-top: 12px; + margin-left: 9px; + margin-top: 14px; } .login .fields .field label.error { color: #FF0000; float: right; - left: 204px; + left: 264px; top: 0; } .login .fields input { - width: 204px; + width: 248px; height: 20px; margin: 5px 0 0; - text-indent: 7px; + text-indent: 1px; + font-size: 13px; border: none; - /*+border-radius:4px;*/ - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - -khtml-border-radius: 4px; - border-radius: 4px; - border-radius: 4px 4px 4px 4px; + padding: 5px; + /*+border-radius:3px;*/ + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + border-radius: 3px; /*+box-shadow:inset 0px 1px 1px #4E4E4E;*/ -moz-box-shadow: inset 0px 1px 1px #4E4E4E; -webkit-box-shadow: inset 0px 1px 1px #4E4E4E; @@ -449,7 +447,7 @@ body.login { width: 1000px; height: 100%; margin: auto; - background: #FFFFFF; + background: #053663; } /*About dialog*/