Commit 6999dbdb09838e5ed5687943eb1ea6c57f497e6f

Authored by Gustavo Cruz
1 parent 3a5ae9c8

updating theme

Showing 1 changed file with 24 additions and 6 deletions   Show diff stats
@@ -201,7 +201,10 @@ p { @@ -201,7 +201,10 @@ p {
201 width: auto !important; 201 width: auto !important;
202 } 202 }
203 203
204 -#TB_window .login-box{width: 100%;} 204 +#TB_window .login-box{
  205 + width: 100%;
  206 + background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF;
  207 +}
205 208
206 #TB_window .login-box h2{ 209 #TB_window .login-box h2{
207 background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFFFFF; 210 background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFFFFF;
@@ -215,7 +218,7 @@ p { @@ -215,7 +218,7 @@ p {
215 #TB_window .login-box form { 218 #TB_window .login-box form {
216 margin: 0; 219 margin: 0;
217 width: 45%; 220 width: 45%;
218 - background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF; 221 + /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/
219 } 222 }
220 223
221 #TB_window .login-box .formfieldline input { 224 #TB_window .login-box .formfieldline input {
@@ -236,7 +239,7 @@ p { @@ -236,7 +239,7 @@ p {
236 } 239 }
237 240
238 #TB_window .login-box .button-bar a.icon-close { 241 #TB_window .login-box .button-bar a.icon-close {
239 - /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ 242 + /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/
240 background-color: #FCE9E8; 243 background-color: #FCE9E8;
241 background-image: none; 244 background-image: none;
242 border: 0 none; 245 border: 0 none;
@@ -257,14 +260,29 @@ p { @@ -257,14 +260,29 @@ p {
257 } 260 }
258 261
259 #TB_window .login-box .button-bar { 262 #TB_window .login-box .button-bar {
260 - float: right; 263 + float: none;
261 margin-bottom: 1em; 264 margin-bottom: 1em;
262 margin-top: 1em; 265 margin-top: 1em;
263 - width: 45%; 266 + width: 100%;
264 } 267 }
265 268
266 #TB_window .login-box .button-bar .icon-add{ 269 #TB_window .login-box .button-bar .icon-add{
267 - 270 + background-color: #F7E074;
  271 + background-image: none;
  272 + color: #004B82;
  273 + float: right;
  274 + font-size: 16px;
  275 + font-weight: bold;
  276 + margin-right: 75px;
  277 + padding: 10px;
  278 + position: relative;
  279 + text-align: center;
  280 + top: -3em;
  281 + width: 30%;
  282 +}
  283 +
  284 +#TB_window .login-box .button-bar .icon-add span{
  285 + border-bottom: 1px solid #F7E074;
268 } 286 }
269 287
270 #TB_window .login-box .button-bar .icon-help{ 288 #TB_window .login-box .button-bar .icon-help{