diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2014-06-30 18:33:04 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 20:06:58 +0100 |
| commit | 6e71c276b582135228419d95174b7e7784d496b2 (patch) | |
| tree | b9facea21ed3a3af49c80c01275ee1d0b64f8075 /bitbake/lib/toaster/toastergui/static/css | |
| parent | 8a3789a7b11565aa2ceae0b79f93edb0d353173b (diff) | |
| download | poky-6e71c276b582135228419d95174b7e7784d496b2.tar.gz | |
bitbake: toaster: add project main edit page
This is the first commit on the project main edit page.
At this point we have:
* the default settings for a newly created project
* the ability to add targets
* the ability to trigger a build command, and have
the build executed
Project layers now have an optional field, allowing for
removal. Default meta, meta-yocto and meta-yocto-bsp
layers cannot be optional.
We add XHR calls for interactivity in the main page.
(Bitbake rev: 4e438854120cbd10319df1b571ec93e334002325)
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')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 42 |
1 files changed, 28 insertions, 14 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 2c283feccf..778d8b8456 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -116,17 +116,31 @@ select { width: auto; } | |||
| 116 | /* make tables Chrome-happy (me, not so much) */ | 116 | /* make tables Chrome-happy (me, not so much) */ |
| 117 | #otable { table-layout: fixed; word-wrap: break-word; } | 117 | #otable { table-layout: fixed; word-wrap: break-word; } |
| 118 | 118 | ||
| 119 | 119 | /* Configuration styles */ | |
| 120 | 120 | .icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } | |
| 121 | 121 | .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } | |
| 122 | 122 | .icon-pencil, .icon-download-alt { font-size: 16px; color: #0088CC; padding-left: 2px; } | |
| 123 | 123 | .icon-pencil:hover, .icon-download-alt:hover { color: #005580; text-decoration: none; cursor: pointer; } | |
| 124 | 124 | .configuration-list li { line-height: 35px; font-size: 21px; font-weight: 200; } | |
| 125 | 125 | .configuration-list { font-size: 16px; margin-bottom: 1.5em; } | |
| 126 | 126 | .configuration-list i { font-size: 16px; } | |
| 127 | 127 | /*.configuration-layers { height: 135px; overflow: scroll; }*/ | |
| 128 | 128 | .counter { font-weight: normal; } | |
| 129 | 129 | .well-alert { background-color: #FCF8E3; border: 1px solid #FBEED5; border-radius: 4px; } | |
| 130 | 130 | .well-alert > .lead { color: #C09853; padding-bottom: .75em; } | |
| 131 | 131 | .configuration-alert { margin-bottom: 0px; padding: 8px 14px; } | |
| 132 | 132 | .configuration-alert p { margin-bottom: 0px; } | |
| 133 | fieldset { padding-left: 19px; } | ||
| 134 | .project-form { margin-top: 10px; } | ||
| 135 | .add-layers .btn-block + .btn-block { margin-top: 0px; } | ||
| 136 | input.huge { font-size: 17.5px; padding: 11px 19px; } | ||
| 137 | .build-form { margin-bottom: 0px; padding-left: 20px; } | ||
| 138 | a code { color: #0088CC; } | ||
| 139 | a code:hover { color: #005580; } | ||
| 140 | .localconf { font-size: 17.5px; margin-top: 40px; } | ||
| 141 | .localconf code { font-size: 17.5px; } | ||
| 142 | #add-layer-dependencies { margin-top: 5px; } | ||
| 143 | .artifact { width: 9em; } | ||
| 144 | .control-group { margin-bottom: 0px; } | ||
| 145 | #project-details form { margin: 0px; } | ||
| 146 | dd form { margin: 10px 0 0 0; } | ||
