##// END OF EJS Templates
old style: adjust for renaming of messages to bootstrap-ish alerts
Mads Kiilerich -
r4142:a9b24db8 rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -3399,7 +3399,7 b' table.code-browser .submodule-dir {'
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) );
@@ -3413,11 +3413,11 b' table.code-browser .submodule-dir {'
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;
@@ -3432,11 +3432,11 b' table.code-browser .submodule-dir {'
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) );
@@ -3450,12 +3450,12 b' table.code-browser .submodule-dir {'
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) );
@@ -3469,11 +3469,14 b' table.code-browser .submodule-dir {'
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;
General Comments 0
You need to be logged in to leave comments. Login now