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
2372a8ee
Commit
2372a8ee
authored
Jul 18, 2013
by
David Stutz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #117 from ZuBB/patch-4
Move style that makes 'select all' item bold into common CSS (v2)
parents
52b974a3
ac3a321c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
index.html
index.html
+0
-5
bootstrap-multiselect.less
less/bootstrap-multiselect.less
+10
-6
No files found.
index.html
View file @
2372a8ee
...
...
@@ -14,11 +14,6 @@
<script
type=
"text/javascript"
src=
"js/bootstrap-2.3.2.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/bootstrap-multiselect.js"
></script>
<script
type=
"text/javascript"
src=
"js/prettify.js"
></script>
<style>
.multiselect-all
label
{
font-weight
:
bold
;
}
</style>
</head>
<body>
<a
href=
"https://github.com/davidstutz/bootstrap-multiselect"
><img
style=
"position: absolute; top: 0; right: 0; border: 0;"
src=
"https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
alt=
"Fork me on GitHub"
></a>
...
...
less/bootstrap-multiselect.less
View file @
2372a8ee
...
...
@@ -3,30 +3,34 @@
list-style-type: none;
margin: 0;
padding: 0;
input[type="text"] {
width: 70%;
}
.input-prepend {
padding: 3px;
}
> li {
padding: 0;
> a.multiselect-all label {
font-weight: bold;
}
> label {
margin: 0;
padding: 3px 20px 3px 20px;
height: 100%;
cursor: pointer;
&.multiselect-header {
margin: 0;
padding: 3px 20px 3px 20px;
height: 100%;
}
> input[type="checkbox"] {
margin-bottom:5px;
}
...
...
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