projects
/
ryf-theme.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adjusted the way to set the width of search bar
[ryf-theme.git]
/
css
/
style.css
diff --git
a/css/style.css
b/css/style.css
index
d3ff81a
..
f6f4b19
100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-187,11
+187,6
@@
nav .search-block-form {
top: 30px;
}
top: 30px;
}
-input#edit-keys {
- max-width: 250px;
- float: right;
-}
-
/*
* @media screen and (min-width: 520px) and (max-width: 599px) {
* .logo img { margin-left: 50px; }
/*
* @media screen and (min-width: 520px) and (max-width: 599px) {
* .logo img { margin-left: 50px; }
@@
-211,6
+206,11
@@
input#edit-keys {
*
*/
*
*/
+.region-navigation-collapsible .search-block-form {
+ float: right;
+ width: 210px;
+}
+
@media screen and (min-width: 768px) {
.navbar-default {
@media screen and (min-width: 768px) {
.navbar-default {
@@
-226,9
+226,7
@@
input#edit-keys {
background: none;
}
.region-navigation-collapsible .search-block-form {
background: none;
}
.region-navigation-collapsible .search-block-form {
- float: right;
padding-top: 30px;
padding-top: 30px;
- width: 210px;
}
}
}
}