limit the size of the search bar on tablet screens
[ryf-theme.git] / css / style.css
index b18812c805a870d1349d8a689b45ed5556b3e89b..d3ff81aada6200696057a3aedc146534ef6519ce 100644 (file)
@@ -52,16 +52,18 @@ section { position: relative; }
 .main-container { min-height: 50vh; }
 
 h2.block-title {
-  background: #000;
+  background: #337AB7;
   color: #FFF;
   padding: 0.5em;
 }
 
+
+
 h2.block-title a:visited,
 h2.block-title a:focus,
 h2.block-title a:active,
 h2.block-title a {
-  color: #DDCC00;
+  color: #FFF;
 }
 
 h2.block-title a:hover {
@@ -185,6 +187,11 @@ nav .search-block-form {
   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; }
@@ -365,9 +372,8 @@ nav .search-block-form {
   width: auto;
   border-radius: 0.5em;
   padding: 0.3em 0.5em;
-  position: absolute;
-  bottom: 15px;
-  right: 15px;
+  margin-top: 5px;
+  float: right;
 }
 
 .ryf-list h2 a {