X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fcyborg.css;h=6dafa4dcdc72c0adf8f33bbe65a50b3269f84f29;hb=df86015756b63f9cf38dd4c9636eef8833b7176f;hp=e02b2dbbb2e6b64579a972cc89111aa4444ceac5;hpb=ccf9e35df81869a7cb2cde2d9cb90d569c99c71c;p=plack-app-gruntmaster.git diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index e02b2db..6dafa4d 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -2963,6 +2963,81 @@ tbody.collapse.in { background-color: #222222; 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: #77b300; + border-color: #809a00; + color: #ffffff; +} +.alert-success hr { + border-top-color: #6a8000; +} +.alert-success .alert-link { + color: #e6e6e6; +} +.alert-info { + background-color: #9933cc; + border-color: #6e2caf; + color: #ffffff; +} +.alert-info hr { + border-top-color: #61279b; +} +.alert-info .alert-link { + color: #e6e6e6; +} +.alert-warning { + background-color: #ff8800; + border-color: #f05800; + color: #ffffff; +} +.alert-warning hr { + border-top-color: #d64f00; +} +.alert-warning .alert-link { + color: #e6e6e6; +} +.alert-danger { + background-color: #cc0000; + border-color: #bd001f; + color: #ffffff; +} +.alert-danger hr { + border-top-color: #a3001b; +} +.alert-danger .alert-link { + color: #e6e6e6; +} .list-group { margin-bottom: 20px; padding-left: 0;