Commit 5dc2a568dedd05f6c34126dd17f7ff15aef80622
1 parent
13c00c74
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
23 additions
and
13 deletions
Show diff stats
style.css
... | ... | @@ -201,7 +201,7 @@ p { |
201 | 201 | width: auto !important; |
202 | 202 | } |
203 | 203 | |
204 | -#TB_window .login-box{} | |
204 | +#TB_window .login-box{width: 100%;} | |
205 | 205 | |
206 | 206 | #TB_window .login-box h2{ |
207 | 207 | background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFFFFF; |
... | ... | @@ -218,26 +218,36 @@ p { |
218 | 218 | } |
219 | 219 | |
220 | 220 | #TB_window .login-box .formfieldline input { |
221 | - width: 100%; | |
221 | + width: 95%; | |
222 | 222 | } |
223 | 223 | |
224 | -#TB_window .login-box .button-bar input.icon-login { | |
225 | - background: url("images/btn_entrar_login.png") repeat-x scroll 0 0 #FFFFFF; | |
226 | - height: 49px !important; | |
227 | - max-height: 49px !important; | |
228 | - width: 142px; | |
224 | +#TB_window .login-box .button-bar input.icon-login { | |
225 | + background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; | |
226 | + height: 50px !important; | |
227 | + max-height: 50px !important; | |
228 | + padding: 0; | |
229 | + width: 145px; | |
229 | 230 | } |
230 | 231 | |
231 | -#TB_window .login-box .button-bar input.icon-close { | |
232 | - background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF; | |
233 | - height: 47px !important; | |
234 | - max-height: 47px !important; | |
235 | - width: 123px; | |
232 | +#TB_window .login-box .button-bar a.icon-close { | |
233 | + /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ | |
234 | + background-color: #FCE9E8; | |
235 | + background-image: none; | |
236 | + border: 0 none; | |
237 | + border-radius: 5px 5px 5px 5px; | |
238 | + color: #CE5E5E; | |
239 | + font-size: 16px; | |
240 | + font-weight: bold; | |
241 | + height: 35px; | |
242 | + padding: 14px 13px 0; | |
243 | + text-align: center; | |
244 | + text-transform: uppercase; | |
245 | + width: 115px; | |
236 | 246 | } |
237 | 247 | |
238 | 248 | #TB_window .login-box .button-bar input.submit, |
239 | 249 | #TB_window .login-box .button-bar a.icon-close { |
240 | - | |
250 | + border: 0px none; | |
241 | 251 | } |
242 | 252 | |
243 | 253 | #TB_window .login-box .button-bar { | ... | ... |