mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
38c3f2ec5e
commit
3190ab6441
@@ -130,10 +130,19 @@ select { width: auto; }
|
||||
.task-name { margin-left: 7px; }
|
||||
.icon-hand-right {color: #CCCCCC; }
|
||||
.help-inline { margin: 5px; }
|
||||
.dashboard-section { background-color: transparent; }
|
||||
|
||||
/* styles for landing page - analysis mode */
|
||||
.hero-unit { margin: 20px 0 30px; }
|
||||
.hero-unit > .close { font-size:40px; }
|
||||
.hero-actions { margin-top: 30px; }
|
||||
.dashboard-section { background-color: transparent; }
|
||||
|
||||
/* styles for landing page - build mode */
|
||||
.hero-unit p { line-height: 25px; }
|
||||
.hero-unit p, .hero-unit .btn-large { margin-top: 15px; }
|
||||
.hero-unit ul { margin-top: 20px; }
|
||||
.hero-unit li { line-height: 30px; }
|
||||
.hero-unit img { background-color: #eee; margin-top: 15px; }
|
||||
|
||||
/* make tables Chrome-happy (me, not so much) */
|
||||
#otable { table-layout: fixed; word-wrap: break-word; }
|
||||
|
||||
Reference in New Issue
Block a user