summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2016-02-22 09:08:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-26 17:17:24 +0000
commit7833fab2e03f2d9a01ab9ad0a13c190382098b5e (patch)
tree5835cad1da91ae332e4027bc4febe457a4bde9d2 /lib/toaster/toastergui/static/css
parentccb90019489c2c324c2a5a60295e02280a2ec18f (diff)
downloadbitbake-contrib-7833fab2e03f2d9a01ab9ad0a13c190382098b5e.tar.gz
toaster: adjust the search field width
The search field at the top of our tables was using one of the Bootstrap classes for text field sizing. Those classes are a bit rigid, resulting in text fields too wide that made other table controls wrap. Setting a maximum width to the search form using one of the span classes, combined with a % width css declaration, make for text fields that adapt a bit better to the horizontal space available in each table. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/static/css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index ae9fa0607..b024d962a 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -114,6 +114,7 @@ th > a, th > span { font-weight: normal; }
/* Styles for the navbar actions */
.btn-group + .btn-group { margin-right: 10px; }
.navbar-inner > .btn-group { margin-top: 6px; }
+[id^="search-input-"], #search { width: 80%; }
/* Styles for the parent item in the left navigation */