comparison rhodecode/public/css/style.css @ 4142:a9b24db8fb03 rhodecode-2.2.5-gpl

old style: adjust for renaming of messages to bootstrap-ish alerts
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:22 -0400
parents fe4e9a7d7bb7
children f6a012c28c71
comparison
equal deleted inserted replaced
4141:fe4e9a7d7bb7 4142:a9b24db8fb03
3397 3397
3398 .error_red { 3398 .error_red {
3399 color: red; 3399 color: red;
3400 } 3400 }
3401 3401
3402 .error_msg { 3402 .flash_msg .alert-error {
3403 background-color: #c43c35; 3403 background-color: #c43c35;
3404 background-repeat: repeat-x; 3404 background-repeat: repeat-x;
3405 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) ); 3405 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3406 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); 3406 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3407 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); 3407 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3411 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); 3411 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3412 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); 3412 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3413 border-color: #c43c35 #c43c35 #882a25; 3413 border-color: #c43c35 #c43c35 #882a25;
3414 } 3414 }
3415 3415
3416 .error_msg a { 3416 .flash_msg .alert-error a {
3417 text-decoration: underline; 3417 text-decoration: underline;
3418 } 3418 }
3419 3419
3420 .warning_msg { 3420 .flash_msg .alert-warning {
3421 color: #404040 !important; 3421 color: #404040 !important;
3422 background-color: #eedc94; 3422 background-color: #eedc94;
3423 background-repeat: repeat-x; 3423 background-repeat: repeat-x;
3424 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) ); 3424 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3425 background-image: -moz-linear-gradient(top, #fceec1, #eedc94); 3425 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3430 background-image: linear-gradient(to bottom, #fceec1, #eedc94); 3430 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3431 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); 3431 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3432 border-color: #eedc94 #eedc94 #e4c652; 3432 border-color: #eedc94 #eedc94 #e4c652;
3433 } 3433 }
3434 3434
3435 .warning_msg a { 3435 .flash_msg .alert-warning a {
3436 text-decoration: underline; 3436 text-decoration: underline;
3437 } 3437 }
3438 3438
3439 .success_msg { 3439 .flash_msg .alert-success {
3440 background-color: #57a957; 3440 background-color: #57a957;
3441 background-repeat: repeat-x !important; 3441 background-repeat: repeat-x !important;
3442 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) ); 3442 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3443 background-image: -moz-linear-gradient(top, #62c462, #57a957); 3443 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3444 background-image: -ms-linear-gradient(top, #62c462, #57a957); 3444 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3448 background-image: linear-gradient(to bottom, #62c462, #57a957); 3448 background-image: linear-gradient(to bottom, #62c462, #57a957);
3449 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); 3449 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3450 border-color: #57a957 #57a957 #3d773d; 3450 border-color: #57a957 #57a957 #3d773d;
3451 } 3451 }
3452 3452
3453 .success_msg a { 3453 .flash_msg .alert-success a {
3454 text-decoration: underline; 3454 text-decoration: underline;
3455 color: #FFF !important; 3455 color: #FFF !important;
3456 } 3456 }
3457 3457
3458 .notice_msg { 3458 .flash_msg .alert-info {
3459 background-color: #339bb9; 3459 background-color: #339bb9;
3460 background-repeat: repeat-x; 3460 background-repeat: repeat-x;
3461 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) ); 3461 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3462 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); 3462 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3463 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); 3463 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3467 background-image: linear-gradient(to bottom, #5bc0de, #339bb9); 3467 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3468 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); 3468 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3469 border-color: #339bb9 #339bb9 #22697d; 3469 border-color: #339bb9 #339bb9 #22697d;
3470 } 3470 }
3471 3471
3472 .notice_msg a { 3472 .flash_msg .alert-info a {
3473 text-decoration: underline; 3473 text-decoration: underline;
3474 } 3474 }
3475 3475
3476 .success_msg, .error_msg, .notice_msg, .warning_msg { 3476 .flash_msg .alert-error,
3477 .flash_msg .alert-warning,
3478 .flash_msg .alert-success,
3479 .flash_msg .alert-info {
3477 font-size: 12px; 3480 font-size: 12px;
3478 font-weight: 700; 3481 font-weight: 700;
3479 min-height: 14px; 3482 min-height: 14px;
3480 line-height: 14px; 3483 line-height: 14px;
3481 margin-bottom: 10px; 3484 margin-bottom: 10px;