summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2015-03-23 17:15:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:57 +0000
commit3190ab644199ea8e7d765783d71ed1cb39ac8e1b (patch)
tree111a6c4262340f57d250ea339bebc5a93b730534 /bitbake/lib/toaster/toastergui/static/css/default.css
parent38c3f2ec5ee30a6ff12e7f0794452bd3379a0fb7 (diff)
downloadpoky-3190ab644199ea8e7d765783d71ed1cb39ac8e1b.tar.gz
bitbake: toasterui: small changes to empty states
This commit: * Makes some changes to the layout and styles of the landing.html template * Adds the empty state to layers.html * Changes the message of the empty state of machines.html to use the same wording used in all other pages * Adds the project name and the right styles to the empty state of the project.html template * Makes small changes in style and wording to the empty state of targets.html * Updates all "configure a layer source" links to point to the new Toaster manual. (Bitbake rev: d886db3add1351a806ab58ec7519d2321687187b) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 0e5c0f9773..7ee1251529 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -130,10 +130,19 @@ select { width: auto; }
130.task-name { margin-left: 7px; } 130.task-name { margin-left: 7px; }
131.icon-hand-right {color: #CCCCCC; } 131.icon-hand-right {color: #CCCCCC; }
132.help-inline { margin: 5px; } 132.help-inline { margin: 5px; }
133.dashboard-section { background-color: transparent; }
134
135/* styles for landing page - analysis mode */
133.hero-unit { margin: 20px 0 30px; } 136.hero-unit { margin: 20px 0 30px; }
134.hero-unit > .close { font-size:40px; } 137.hero-unit > .close { font-size:40px; }
135.hero-actions { margin-top: 30px; } 138.hero-actions { margin-top: 30px; }
136.dashboard-section { background-color: transparent; } 139
140/* styles for landing page - build mode */
141.hero-unit p { line-height: 25px; }
142.hero-unit p, .hero-unit .btn-large { margin-top: 15px; }
143.hero-unit ul { margin-top: 20px; }
144.hero-unit li { line-height: 30px; }
145.hero-unit img { background-color: #eee; margin-top: 15px; }
137 146
138/* make tables Chrome-happy (me, not so much) */ 147/* make tables Chrome-happy (me, not so much) */
139#otable { table-layout: fixed; word-wrap: break-word; } 148#otable { table-layout: fixed; word-wrap: break-word; }