Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap-multiselect
Project
Project
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-multiselect
Commits
a398af0f
Commit
a398af0f
authored
Oct 30, 2015
by
Ashok Ramnath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website overflow issues fixed
parent
03582561
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bootstrap-example.css
docs/css/bootstrap-example.css
+1
-1
index.html
index.html
+2
-2
No files found.
docs/css/bootstrap-example.css
View file @
a398af0f
.example
{
position
:
relative
;
padding
:
45px
15px
15px
;
margin
:
0
-15px
15px
;
background-color
:
#fafafa
;
box-shadow
:
inset
0
3px
6px
rgba
(
0
,
0
,
0
,
.05
);
border-color
:
#e5e5e5
#eee
#eee
;
border-style
:
solid
;
border-width
:
1px
0
}
.example
:after
{
content
:
"Example"
;
position
:
absolute
;
top
:
15px
;
left
:
15px
;
font-size
:
12px
;
font-weight
:
700
;
color
:
#bbb
;
text-transform
:
uppercase
;
letter-spacing
:
1px
}
.example
+
.highlight
{
margin
:
-15px
-15px
15px
;
border-radius
:
0
;
border-width
:
0
0
1px
}
@media
(
min-width
:
768px
){
.example
{
margin-left
:
0
;
margin-right
:
0
;
background-color
:
#fff
;
border-width
:
1px
;
border-color
:
#ddd
;
border-radius
:
4px
4px
0
0
;
box-shadow
:
none
}
.example
+
.highlight
{
margin-top
:
-16px
;
margin-left
:
0
;
margin-right
:
0
;
border-width
:
1px
;
border-bottom-left-radius
:
4px
;
border-bottom-right-radius
:
4px
}}
.example
>
.btn
,
.example
>
.btn-group
{
margin-top
:
5px
;
margin-bottom
:
5px
}
.example
{
position
:
relative
;
padding
:
45px
15px
15px
;
margin
:
0
-15px
15px
;
background-color
:
#fafafa
;
box-shadow
:
inset
0
3px
6px
rgba
(
0
,
0
,
0
,
.05
);
border-color
:
#e5e5e5
#eee
#eee
;
border-style
:
solid
;
border-width
:
1px
0
}
.example
:after
{
content
:
"Example"
;
position
:
absolute
;
top
:
15px
;
left
:
15px
;
font-size
:
12px
;
font-weight
:
700
;
color
:
#bbb
;
text-transform
:
uppercase
;
letter-spacing
:
1px
}
.example
+
.highlight
{
margin
:
-15px
-15px
15px
;
border-radius
:
0
;
border-width
:
0
0
1px
}
@media
(
min-width
:
768px
){
.example
{
margin-left
:
0
;
margin-right
:
0
;
background-color
:
#fff
;
border-width
:
1px
;
border-color
:
#ddd
;
border-radius
:
4px
4px
0
0
;
box-shadow
:
none
}
.example
+
.highlight
{
margin-top
:
-16px
;
margin-left
:
0
;
margin-right
:
0
;
border-width
:
1px
;
border-bottom-left-radius
:
4px
;
border-bottom-right-radius
:
4px
}}
.example
>
.btn
,
.example
>
.btn-group
{
margin-top
:
5px
;
margin-bottom
:
5px
}
.layout-fixed
{
table-layout
:
fixed
;}
\ No newline at end of file
\ No newline at end of file
index.html
View file @
a398af0f
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
Use Firebug, Chrome Developer Tools to get the best out of the below examples.
Use Firebug, Chrome Developer Tools to get the best out of the below examples.
</p>
</p>
<table
class=
"table"
>
<table
class=
"table
layout-fixed
"
>
<tbody>
<tbody>
<tr>
<tr>
<td><code
id=
"configuration-options-multiple"
>
multiple
</code></td>
<td><code
id=
"configuration-options-multiple"
>
multiple
</code></td>
...
@@ -2988,7 +2988,7 @@
...
@@ -2988,7 +2988,7 @@
<h2
id=
"methods"
>
Methods
</h2>
<h2
id=
"methods"
>
Methods
</h2>
</div>
</div>
<table
class=
"table"
>
<table
class=
"table
layout-fixed
"
>
<tbody>
<tbody>
<tr>
<tr>
<td>
<td>
...
...
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