mirror of https://github.com/apache/cloudstack.git
CS-13739: Localize 'login' button
This commit is contained in:
parent
c4e82930a8
commit
45311fefc1
|
|
@ -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 {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 174 KiB |
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue