You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/05/28 00:35:41 UTC

[30/50] [abbrv] git commit: CS-13739: Localize 'login' button

CS-13739: Localize 'login' button


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/40c1cdd4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/40c1cdd4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/40c1cdd4

Branch: refs/heads/3.0.x
Commit: 40c1cdd4c8732f289020222f91342f261fc46d34
Parents: ff3c236
Author: Brian Federle <br...@citrix.com>
Authored: Thu May 24 12:40:02 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu May 24 12:40:17 2012 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |   14 ++++++++++++--
 ui/images/sprites.png  |  Bin 180840 -> 178421 bytes
 ui/index.jsp           |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/40c1cdd4/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 25ce542..5d27ee8 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -311,10 +311,20 @@ body.login {
   background: transparent url(../images/sprites.png) -563px -747px;
   cursor: pointer;
   border: none;
-  margin: 7px 0 0;
-  width: 68px;
+  margin: 7px 238px 0 -1px;
+  text-align: center;
+  width: 69px;
   height: 25px;
   display: block;
+  color: #FFFFFF;
+  font-weight: bold;
+  float: left;
+  text-indent: -1px;
+  /*+text-shadow:0px 1px 2px #000000;*/
+  -moz-text-shadow: 0px 1px 2px #000000;
+  -webkit-text-shadow: 0px 1px 2px #000000;
+  -o-text-shadow: 0px 1px 2px #000000;
+  text-shadow: 0px 1px 2px #000000;
 }
 
 .login .fields input[type=submit]:hover {

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/40c1cdd4/ui/images/sprites.png
----------------------------------------------------------------------
diff --git a/ui/images/sprites.png b/ui/images/sprites.png
index 21ef1ad..86437fc 100644
Binary files a/ui/images/sprites.png and b/ui/images/sprites.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/40c1cdd4/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index 43281bb..3414a86 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -52,7 +52,7 @@
             </div>
 
             <!-- Submit (login) -->
-            <input type="submit" value="" />
+            <input type="submit" value="<fmt:message key="label.login"/>" />
 
             <!-- Select language -->
             <div class="select-language">