Commit afc8cd18b8563bc102212e7ea5f5c83728912924
1 parent
5dc2a568
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
style.css
| @@ -223,9 +223,14 @@ p { | @@ -223,9 +223,14 @@ p { | ||
| 223 | 223 | ||
| 224 | #TB_window .login-box .button-bar input.icon-login { | 224 | #TB_window .login-box .button-bar input.icon-login { |
| 225 | background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; | 225 | background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; |
| 226 | + border: 0px none; | ||
| 227 | + font-family: arial,sans-serif; | ||
| 228 | + font-size: 16px; | ||
| 229 | + font-weight: bold; | ||
| 226 | height: 50px !important; | 230 | height: 50px !important; |
| 227 | max-height: 50px !important; | 231 | max-height: 50px !important; |
| 228 | padding: 0; | 232 | padding: 0; |
| 233 | + text-transform: uppercase; | ||
| 229 | width: 145px; | 234 | width: 145px; |
| 230 | } | 235 | } |
| 231 | 236 |