mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 13:46:42 +02:00
Merge branch '2.0.2-wip-nowrapfix' of https://github.com/andriijas/bootstrap into andriijas-2.0.2-wip-nowrapfix
Conflicts: docs/assets/bootstrap.zip
This commit is contained in:
Binary file not shown.
9
docs/assets/css/bootstrap.css
vendored
9
docs/assets/css/bootstrap.css
vendored
@@ -887,6 +887,8 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
|||||||
}
|
}
|
||||||
.input-prepend input,
|
.input-prepend input,
|
||||||
.input-append input,
|
.input-append input,
|
||||||
|
.input-prepend select,
|
||||||
|
.input-append select,
|
||||||
.input-prepend .uneditable-input,
|
.input-prepend .uneditable-input,
|
||||||
.input-append .uneditable-input {
|
.input-append .uneditable-input {
|
||||||
-webkit-border-radius: 0 3px 3px 0;
|
-webkit-border-radius: 0 3px 3px 0;
|
||||||
@@ -895,6 +897,8 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
|||||||
}
|
}
|
||||||
.input-prepend input:focus,
|
.input-prepend input:focus,
|
||||||
.input-append input:focus,
|
.input-append input:focus,
|
||||||
|
.input-prepend select:focus,
|
||||||
|
.input-append select:focus,
|
||||||
.input-prepend .uneditable-input:focus,
|
.input-prepend .uneditable-input:focus,
|
||||||
.input-append .uneditable-input:focus {
|
.input-append .uneditable-input:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -931,7 +935,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
|||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
}
|
}
|
||||||
.input-append input, .input-append .uneditable-input {
|
.input-append input, .input-append select .uneditable-input {
|
||||||
float: left;
|
float: left;
|
||||||
-webkit-border-radius: 3px 0 0 3px;
|
-webkit-border-radius: 3px 0 0 3px;
|
||||||
-moz-border-radius: 3px 0 0 3px;
|
-moz-border-radius: 3px 0 0 3px;
|
||||||
@@ -2376,6 +2380,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
|
|||||||
}
|
}
|
||||||
.tab-content {
|
.tab-content {
|
||||||
display: table;
|
display: table;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
|
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
@@ -3175,6 +3180,7 @@ a.thumbnail:hover {
|
|||||||
padding: 2px 4px 3px;
|
padding: 2px 4px 3px;
|
||||||
font-size: 11.049999999999999px;
|
font-size: 11.049999999999999px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
@@ -3220,6 +3226,7 @@ a.thumbnail:hover {
|
|||||||
padding: 2px 10px 3px;
|
padding: 2px 10px 3px;
|
||||||
font-size: 12.025px;
|
font-size: 12.025px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
|
@@ -6,6 +6,7 @@
|
|||||||
padding: 2px 10px 3px;
|
padding: 2px 10px 3px;
|
||||||
font-size: @baseFontSize * .925;
|
font-size: @baseFontSize * .925;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
color: @white;
|
color: @white;
|
||||||
background-color: @grayLight;
|
background-color: @grayLight;
|
||||||
.border-radius(10px);
|
.border-radius(10px);
|
||||||
|
@@ -6,6 +6,7 @@
|
|||||||
padding: 2px 4px 3px;
|
padding: 2px 4px 3px;
|
||||||
font-size: @baseFontSize * .85;
|
font-size: @baseFontSize * .85;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
color: @white;
|
color: @white;
|
||||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||||
background-color: @grayLight;
|
background-color: @grayLight;
|
||||||
|
Reference in New Issue
Block a user