X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fcerulean.css;h=bb94fe9f9bacfafe11dd4f0b5dbf3dd3b5144474;hb=df86015756b63f9cf38dd4c9636eef8833b7176f;hp=9e2aa29387a8f1262b6088801102b969ffb398a8;hpb=ccf9e35df81869a7cb2cde2d9cb90d569c99c71c;p=plack-app-gruntmaster.git diff --git a/css/themes/cerulean.css b/css/themes/cerulean.css index 9e2aa29..bb94fe9 100644 --- a/css/themes/cerulean.css +++ b/css/themes/cerulean.css @@ -2963,6 +2963,81 @@ tbody.collapse.in { background-color: #ffffff; cursor: not-allowed; } +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; +} +.alert-dismissable .close, +.alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #468847; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #356635; +} +.alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #3a87ad; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #2d6987; +} +.alert-warning { + background-color: #fcf8e3; + border-color: #fbeed5; + color: #c09853; +} +.alert-warning hr { + border-top-color: #f8e5be; +} +.alert-warning .alert-link { + color: #a47e3c; +} +.alert-danger { + background-color: #f2dede; + border-color: #eed3d7; + color: #b94a48; +} +.alert-danger hr { + border-top-color: #e6c1c7; +} +.alert-danger .alert-link { + color: #953b39; +} .list-group { margin-bottom: 20px; padding-left: 0;