From 45086d05af34f281efb0d7c1085f8f4677795933 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 21 Sep 2013 09:51:48 -0300 Subject: [PATCH] Fixing search bar for xs and sm screens --- src/colab/deprecated/templates/base.html | 8 ++++---- src/colab/static/css/screen.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index d4869f7..a88eee9 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -55,7 +55,7 @@ - Colab + Colab -
+
{% endif %} - diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index 25f11bf..b645e8a 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -8,7 +8,7 @@ body { #header-searchbox { - width: 200px; + width: 140px; } #header-hr { @@ -124,7 +124,7 @@ body { .container { /* Overwritting max-width for better web responsive */ - max-width: 95% !important; + /* max-width: 95% !important; */ } /* Forms */ -- libgit2 0.21.2