aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 09:33:11 +0200
committerMark Otto <[email protected]>2013-09-01 09:33:11 +0200
commitf29ec45715d33c7667682517bbab4ec285716bde (patch)
tree67f82cc5df0578ed9685f876447b31776c9cea51 /dist/css/bootstrap.css
parent5491d53b99c3dfa54622ca0d0bba52206c883a14 (diff)
parente47ebf3686440df07a83a9d2643b70087ec4fb81 (diff)
downloadbootstrap-f29ec45715d33c7667682517bbab4ec285716bde.tar.xz
bootstrap-f29ec45715d33c7667682517bbab4ec285716bde.zip
Merge branch 'master' into deprecate_screen_containers
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css62
1 files changed, 49 insertions, 13 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 79b6985a2..856e378cb 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -316,13 +316,6 @@ textarea {
line-height: inherit;
}
-button,
-input,
-select[multiple],
-textarea {
- background-image: none;
-}
-
a {
color: #428bca;
text-decoration: none;
@@ -1724,6 +1717,7 @@ output {
color: #555555;
vertical-align: middle;
background-color: #ffffff;
+ background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
@@ -2006,6 +2000,7 @@ textarea.input-lg {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
+ background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
@@ -2409,6 +2404,10 @@ input[type="button"].btn-block {
line-height: 1;
}
+.glyphicon:empty {
+ width: 1em;
+}
+
.glyphicon-asterisk:before {
content: "\2a";
}
@@ -3895,6 +3894,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
}
.nav-tabs.nav-justified > li > a {
+ margin-bottom: 5px;
text-align: center;
}
@@ -3903,15 +3903,32 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: table-cell;
width: 1%;
}
+ .nav-tabs.nav-justified > li > a {
+ margin-bottom: 0;
+ }
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
- border-bottom: 1px solid #dddddd;
+ border-radius: 4px;
}
-.nav-tabs.nav-justified > .active > a {
- border-bottom-color: #ffffff;
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+ border: 1px solid #dddddd;
+}
+
+@media (min-width: 768px) {
+ .nav-tabs.nav-justified > li > a {
+ border-bottom: 1px solid #dddddd;
+ border-radius: 4px 4px 0 0;
+ }
+ .nav-tabs.nav-justified > .active > a,
+ .nav-tabs.nav-justified > .active > a:hover,
+ .nav-tabs.nav-justified > .active > a:focus {
+ border-bottom-color: #ffffff;
+ }
}
.nav-pills > li {
@@ -3951,6 +3968,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
}
.nav-justified > li > a {
+ margin-bottom: 5px;
text-align: center;
}
@@ -3959,6 +3977,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: table-cell;
width: 1%;
}
+ .nav-justified > li > a {
+ margin-bottom: 0;
+ }
}
.nav-tabs-justified {
@@ -3967,11 +3988,25 @@ textarea.input-group-sm > .input-group-btn > .btn {
.nav-tabs-justified > li > a {
margin-right: 0;
- border-bottom: 1px solid #dddddd;
+ border-radius: 4px;
}
-.nav-tabs-justified > .active > a {
- border-bottom-color: #ffffff;
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+ border: 1px solid #dddddd;
+}
+
+@media (min-width: 768px) {
+ .nav-tabs-justified > li > a {
+ border-bottom: 1px solid #dddddd;
+ border-radius: 4px 4px 0 0;
+ }
+ .nav-tabs-justified > .active > a,
+ .nav-tabs-justified > .active > a:hover,
+ .nav-tabs-justified > .active > a:focus {
+ border-bottom-color: #ffffff;
+ }
}
.tabbable:before,
@@ -4970,6 +5005,7 @@ a.list-group-item.active > .badge,
height: auto;
max-width: 100%;
padding: 4px;
+ margin-bottom: 20px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;