mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 03:53:44 +00:00
Merge branch 'master' into derp
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
This commit is contained in:
commit
ae9c160932
9 changed files with 78 additions and 6 deletions
31
dist/css/bootstrap.css
vendored
31
dist/css/bootstrap.css
vendored
|
|
@ -1606,7 +1606,6 @@ table th[class*="col-"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||||
border: 1px solid #eceeef;
|
border: 1px solid #eceeef;
|
||||||
}
|
}
|
||||||
|
|
@ -1798,6 +1797,36 @@ input[type="month"].input-lg {
|
||||||
line-height: 3.2625rem;
|
line-height: 3.2625rem;
|
||||||
line-height: 1.33 \0;
|
line-height: 1.33 \0;
|
||||||
}
|
}
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="date"],
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="time"],
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="datetime-local"],
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="month"] {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="date"].input-sm,
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="time"].input-sm,
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="datetime-local"].input-sm,
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="month"].input-sm {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="date"].input-lg,
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="time"].input-lg,
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="datetime-local"].input-lg,
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="month"].input-lg {
|
||||||
|
line-height: 1.33;
|
||||||
|
}
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
31
docs/dist/css/bootstrap.css
vendored
31
docs/dist/css/bootstrap.css
vendored
|
|
@ -1606,7 +1606,6 @@ table th[class*="col-"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||||
border: 1px solid #eceeef;
|
border: 1px solid #eceeef;
|
||||||
}
|
}
|
||||||
|
|
@ -1798,6 +1797,36 @@ input[type="month"].input-lg {
|
||||||
line-height: 3.2625rem;
|
line-height: 3.2625rem;
|
||||||
line-height: 1.33 \0;
|
line-height: 1.33 \0;
|
||||||
}
|
}
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="date"],
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="time"],
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="datetime-local"],
|
||||||
|
_:-ms-fullscreen,
|
||||||
|
:root input[type="month"] {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="date"].input-sm,
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="time"].input-sm,
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="datetime-local"].input-sm,
|
||||||
|
_:-ms-fullscreen.input-sm,
|
||||||
|
:root input[type="month"].input-sm {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="date"].input-lg,
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="time"].input-lg,
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="datetime-local"].input-lg,
|
||||||
|
_:-ms-fullscreen.input-lg,
|
||||||
|
:root input[type="month"].input-lg {
|
||||||
|
line-height: 1.33;
|
||||||
|
}
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -194,6 +194,21 @@ input[type="month"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// IE 11 hack to reverse the iOS temporal input hack.
|
||||||
|
_:-ms-fullscreen, :root input[type="date"],
|
||||||
|
_:-ms-fullscreen, :root input[type="time"],
|
||||||
|
_:-ms-fullscreen, :root input[type="datetime-local"],
|
||||||
|
_:-ms-fullscreen, :root input[type="month"] {
|
||||||
|
line-height: @line-height-base;
|
||||||
|
|
||||||
|
&.input-sm {
|
||||||
|
line-height: @line-height-small;
|
||||||
|
}
|
||||||
|
&.input-lg {
|
||||||
|
line-height: @line-height-large;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Form groups
|
// Form groups
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,6 @@ table {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||||
border: 1px solid @table-border-color;
|
border: 1px solid @table-border-color;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
|
|
||||||
// Tighten up spacing
|
// Tighten up spacing
|
||||||
> .table {
|
> .table {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue