Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
8710253c
Commit
8710253c
authored
Jan 23, 2016
by
Thomas Park
Browse files
paper: fix select elements inside form-group-lg, closes #546
parent
8d0b8bd3
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
8710253c
...
...
@@ -410,6 +410,13 @@ input[type="checkbox"],
}
}
.form-group-lg
{
select
,
select
.form-control
{
line-height
:
1
.5
;
}
}
// Navs =======================================================================
.nav-tabs
{
...
...
paper/bootstrap.css
View file @
8710253c
...
...
@@ -2,7 +2,7 @@
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
* Copyright 2012-201
5
Thomas Park
* Copyright 2012-201
6
Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
...
...
@@ -7352,6 +7352,10 @@ input[type="checkbox"]:disabled:checked:after,
border-color
:
transparent
;
background-color
:
transparent
;
}
.form-group-lg
select
,
.form-group-lg
select
.form-control
{
line-height
:
1.5
;
}
.nav-tabs
>
li
>
a
,
.nav-tabs
>
li
>
a
:focus
{
margin-right
:
0
;
...
...
paper/bootstrap.min.css
View file @
8710253c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
8710253c
...
...
@@ -414,6 +414,13 @@ input[type="checkbox"],
}
}
.form-group-lg {
select,
select.form-control {
line-height: 1.5;
}
}
// Navs =======================================================================
.nav-tabs {
...
...
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