comparison rhodecode/public/css/style.css @ 3551:f0384b9ed5b9 beta

codecleaner
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Mar 2013 16:41:39 +0100
parents 7abbb77b02d0
children 7967d00e4692
comparison
equal deleted inserted replaced
3550:7abbb77b02d0 3551:f0384b9ed5b9
3388 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); 3388 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3389 border-color: #c43c35 #c43c35 #882a25; 3389 border-color: #c43c35 #c43c35 #882a25;
3390 } 3390 }
3391 3391
3392 .error_msg a { 3392 .error_msg a {
3393 text-decoration: underline; 3393 text-decoration: underline;
3394 } 3394 }
3395 3395
3396 .warning_msg { 3396 .warning_msg {
3397 color: #404040 !important; 3397 color: #404040 !important;
3398 background-color: #eedc94; 3398 background-color: #eedc94;
3407 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); 3407 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3408 border-color: #eedc94 #eedc94 #e4c652; 3408 border-color: #eedc94 #eedc94 #e4c652;
3409 } 3409 }
3410 3410
3411 .warning_msg a { 3411 .warning_msg a {
3412 text-decoration: underline; 3412 text-decoration: underline;
3413 } 3413 }
3414 3414
3415 .success_msg { 3415 .success_msg {
3416 background-color: #57a957; 3416 background-color: #57a957;
3417 background-repeat: repeat-x !important; 3417 background-repeat: repeat-x !important;
3425 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); 3425 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3426 border-color: #57a957 #57a957 #3d773d; 3426 border-color: #57a957 #57a957 #3d773d;
3427 } 3427 }
3428 3428
3429 .success_msg a { 3429 .success_msg a {
3430 text-decoration: underline; 3430 text-decoration: underline;
3431 color: #FFF !important; 3431 color: #FFF !important;
3432 } 3432 }
3433 3433
3434 .notice_msg { 3434 .notice_msg {
3435 background-color: #339bb9; 3435 background-color: #339bb9;
3436 background-repeat: repeat-x; 3436 background-repeat: repeat-x;