Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
90d5e48f
Commit
90d5e48f
authored
Aug 17, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add alert for customizer errors
parent
b3e06aea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
+32
-2
assets/css/docs.css
assets/css/docs.css
+21
-0
customize.html
customize.html
+11
-2
No files found.
assets/css/docs.css
View file @
90d5e48f
...
@@ -193,6 +193,27 @@ body {
...
@@ -193,6 +193,27 @@ body {
font-weight
:
normal
;
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
/* Docs pages and sections
...
...
customize.html
View file @
90d5e48f
...
@@ -6,8 +6,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -6,8 +6,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
base_url: "../"
base_url: "../"
---
---
<!-- Customize
================================================== -->
<!-- Customizer errors -->
<div
class=
"bs-customizer-alert"
style=
"display: none;"
>
<div
class=
"container"
>
<button
type=
"button"
class=
"close pull-right"
>
×
</button>
<p
class=
"bs-customizer-alert-text"
></p>
</div>
</div>
<!-- Customizer form -->
<form
class=
"bs-customizer"
role=
"form"
>
<form
class=
"bs-customizer"
role=
"form"
>
<div
class=
"bs-docs-section"
id=
"less-section"
>
<div
class=
"bs-docs-section"
id=
"less-section"
>
<div
class=
"page-header"
>
<div
class=
"page-header"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment