summaryrefslogtreecommitdiffstats
path: root/bitbake/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:20:24 +0000
commit25b179d5c31ad12971aa2ff31ab72b6eae757a16 (patch)
tree6102ab5223da5d1545da1e2182fde11421264ec1 /bitbake/lib/toaster/toastergui/static/css
parenta97081ba5555691014312082037b8372ecd1e1e6 (diff)
downloadpoky-25b179d5c31ad12971aa2ff31ab72b6eae757a16.tar.gz
bitbake: 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. (Bitbake rev: 7833fab2e03f2d9a01ab9ad0a13c190382098b5e) 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 'bitbake/lib/toaster/toastergui/static/css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index ae9fa06071..b024d962aa 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -114,6 +114,7 @@ th > a, th > span { font-weight: normal; }
114/* Styles for the navbar actions */ 114/* Styles for the navbar actions */
115.btn-group + .btn-group { margin-right: 10px; } 115.btn-group + .btn-group { margin-right: 10px; }
116.navbar-inner > .btn-group { margin-top: 6px; } 116.navbar-inner > .btn-group { margin-top: 6px; }
117[id^="search-input-"], #search { width: 80%; }
117 118
118/* Styles for the parent item in the left navigation */ 119/* Styles for the parent item in the left navigation */
119 120