From: Mark Otto Date: Sun, 18 Aug 2013 00:26:36 +0000 (-0700) Subject: Add alert for customizer errors X-Git-Tag: v3.0.0~75^2~12^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d5e48f5f2d9d9619eb819fc914804064a3adaa;p=thirdparty%2Fbootstrap.git Add alert for customizer errors --- diff --git a/assets/css/docs.css b/assets/css/docs.css index e792ae2cfd..da126d165f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -193,6 +193,27 @@ body { font-weight: normal; } +/* Alerts */ +.bs-customizer-alert { + position: fixed; + top: 51px; + left: 0; + right: 0; + z-index: 1030; + padding: 15px 0; + color: #fff; + background-color: #d9534f; + box-shadow: inset 0 1px 0 rgba(255,255,255,.25); + border-bottom: 1px solid #b94441; +} +.bs-customizer-alert .close { + margin-top: -2px; + color: #fff; + text-shadow: none; +} +.bs-customizer-alert p { + margin-bottom: 0; +} /* Docs pages and sections diff --git a/customize.html b/customize.html index dccd4df8d8..ccccdae51e 100644 --- a/customize.html +++ b/customize.html @@ -6,8 +6,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge base_url: "../" --- - + + + + + +