aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-25 22:40:25 -0800
committerMark Otto <[email protected]>2014-12-25 22:40:25 -0800
commit489f2bc1fa9e9ed8262f61df7deaefc639ec9000 (patch)
treefa8d8ff7db6cb84499304f752e1938a979fcea12 /docs/assets/scss
parent7e25a958a2699a0f34c2b9d7c68bd0ea7555d5d2 (diff)
downloadbootstrap-489f2bc1fa9e9ed8262f61df7deaefc639ec9000.tar.xz
bootstrap-489f2bc1fa9e9ed8262f61df7deaefc639ec9000.zip
no results in search form accounted for
Diffstat (limited to 'docs/assets/scss')
-rw-r--r--docs/assets/scss/docs.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index b9c70e1d7..1051e4021 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -643,9 +643,9 @@ body {
.bs-docs-search {
position: relative;
- margin-left: 1.25rem;
margin-right: 1.25rem;
margin-bottom: 1.5rem;
+ margin-left: 1.25rem;
.form-control {
height: 2.45rem;
@@ -667,8 +667,8 @@ body {
right: 0;
display: block;
padding: 0;
- font-size: .9rem;
overflow: hidden;
+ font-size: .9rem;
border: 0;
> li > a {
@@ -676,8 +676,14 @@ body {
padding-right: .75rem;
}
- > li:first-child { padding-top: .25rem; }
- > li:last-child { padding-bottom: .25rem; }
+ > li:first-child { margin-top: .25rem; }
+ > li:last-child { margin-bottom: .25rem; }
+
+ > .no-results {
+ padding: .75rem 1rem;
+ color: #7a7a7a;
+ text-align: center;
+ }
}