summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css60
1 files changed, 53 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 8e0df591df..8780c4f23d 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -8,10 +8,14 @@
8 8
9/* Styles for the help information */ 9/* Styles for the help information */
10.get-help { color: #CCCCCC; } 10.get-help { color: #CCCCCC; }
11.get-help:hover { color: #999999; cursor: pointer; } 11.get-help:hover, .icon-plus-sign:hover { color: #999999; cursor: pointer; }
12.get-help-blue { color: #3A87AD; } 12.get-help-blue { color: #3A87AD; }
13.get-help-blue:hover { color: #005580; cursor: pointer; } 13.get-help-blue:hover { color: #005580; cursor: pointer; }
14.manual { margin-top: 11px; } 14.get-help-yellow { color: #C09853; }
15.get-help-yellow:hover { color: #B38942; cursor: pointer; }
16.get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; }
17.get-help-red:hover { color: #943A38; cursor: pointer; }
18.manual { margin: 11px 15px;}
15.heading-help { font-size: 14px; } 19.heading-help { font-size: 14px; }
16 20
17/* Styles for the external link */ 21/* Styles for the external link */
@@ -44,6 +48,7 @@ dd p { line-height: 20px; }
44 48
45/* Some extra space before headings when needed */ 49/* Some extra space before headings when needed */
46.details { margin-top: 30px; } 50.details { margin-top: 30px; }
51.air { margin-top: 30px; }
47 52
48/* Required classes for the highlight behaviour in tables */ 53/* Required classes for the highlight behaviour in tables */
49.highlight { -webkit-animation: target-fade 10s 1; -moz-animation: target-fade 10s 1; animation: target-fade 10s 1; } 54.highlight { -webkit-animation: target-fade 10s 1; -moz-animation: target-fade 10s 1; animation: target-fade 10s 1; }
@@ -96,6 +101,10 @@ th > a, th > span { font-weight: normal; }
96.content-directory a:hover { color: #005580; text-decoration: underline; } 101.content-directory a:hover { color: #005580; text-decoration: underline; }
97.symlink { color: #CCCCCC; } 102.symlink { color: #CCCCCC; }
98 103
104/* Styles for the navbar actions */
105.btn-group + .btn-group { margin-right: 10px; }
106.navbar-inner > .btn-group { margin-top: 6px; }
107
99/* Other styles */ 108/* Other styles */
100.dropdown-menu { padding: 10px; } 109.dropdown-menu { padding: 10px; }
101select { width: auto; } 110select { width: auto; }
@@ -104,6 +113,7 @@ select { width: auto; }
104.progress { margin-bottom: 0px; } 113.progress { margin-bottom: 0px; }
105.lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } 114.lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; }
106.well > .lead, .alert .lead { margin-bottom: 0px; } 115.well > .lead, .alert .lead { margin-bottom: 0px; }
116.well-transparent { background-color: transparent; }
107.no-results { margin: 10px 0; } 117.no-results { margin: 10px 0; }
108.task-name { margin-left: 7px; } 118.task-name { margin-left: 7px; }
109.icon-hand-right {color: #CCCCCC; } 119.icon-hand-right {color: #CCCCCC; }
@@ -119,9 +129,14 @@ select { width: auto; }
119/* Configuration styles */ 129/* Configuration styles */
120.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } 130.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; }
121.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } 131.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; }
122.icon-pencil, .icon-download-alt { font-size: 16px; color: #0088CC; padding-left: 2px; } 132.icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star, .icon-tasks { font-size: 16px; color: #0088CC; padding-left: 2px; }
123.icon-pencil:hover, .icon-download-alt:hover { color: #005580; text-decoration: none; cursor: pointer; } 133.icon-pencil:hover, .icon-download-alt:hover, .icon-refresh:hover, .icon-star-empty:hover, .icon-star:hover, .icon-tasks:hover { color: #005580; text-decoration: none; cursor: pointer; }
124.configuration-list li { line-height: 35px; font-size: 21px; font-weight: 200; } 134.icon-share { padding-left: 2px; }
135.alert-success .icon-refresh, .alert-success .icon-tasks { color: #468847; }
136.alert-success .icon-refresh:hover, .alert-success .icon-tasks:hover { color: #347132; }
137.alert-error .icon-refresh, .alert-error .icon-tasks { color: #b94a48; }
138.alert-error .icon-refresh:hover, .alert-error .icon-tasks:hover { color: #943A38; }
139.configuration-list li, .configuration-list label { line-height: 35px; font-size: 21px; font-weight: 200; margin-bottom: 0px;}
125.configuration-list { font-size: 16px; margin-bottom: 1.5em; } 140.configuration-list { font-size: 16px; margin-bottom: 1.5em; }
126.configuration-list i { font-size: 16px; } 141.configuration-list i { font-size: 16px; }
127/*.configuration-layers { height: 135px; overflow: scroll; }*/ 142/*.configuration-layers { height: 135px; overflow: scroll; }*/
@@ -132,15 +147,46 @@ select { width: auto; }
132.configuration-alert p { margin-bottom: 0px; } 147.configuration-alert p { margin-bottom: 0px; }
133fieldset { padding-left: 19px; } 148fieldset { padding-left: 19px; }
134.project-form { margin-top: 10px; } 149.project-form { margin-top: 10px; }
135.add-layers .btn-block + .btn-block { margin-top: 0px; } 150.add-layers .btn-block + .btn-block, .build .btn-block + .btn-block { margin-top: 0px; }
136input.huge { font-size: 17.5px; padding: 11px 19px; } 151input.huge { font-size: 17.5px; padding: 11px 19px; }
137.build-form { margin-bottom: 0px; padding-left: 20px; } 152.build-form { margin-bottom: 0px; }
153.build-form .input-append { margin-bottom: 0px; }
154.build-form .btn-large { padding: 11px 35px; }
155.build-form p { font-size:17.5px ;margin:12px 0 0 10px;}
156.btn-primary .icon-question-sign, .btn-danger .icon-question-sign { color: #fff; }
157.btn-primary .icon-question-sign:hover, .btn-danger .icon-question-sign:hover { color: #999; }
138a code { color: #0088CC; } 158a code { color: #0088CC; }
139a code:hover { color: #005580; } 159a code:hover { color: #005580; }
140.localconf { font-size: 17.5px; margin-top: 40px; } 160.localconf { font-size: 17.5px; margin-top: 40px; }
141.localconf code { font-size: 17.5px; } 161.localconf code { font-size: 17.5px; }
142#add-layer-dependencies { margin-top: 5px; } 162#add-layer-dependencies { margin-top: 5px; }
163.link-action { font-size: 17.5px; margin-top: 40px; }
164.link-action code { font-size: 17.5px; }
143.artifact { width: 9em; } 165.artifact { width: 9em; }
144.control-group { margin-bottom: 0px; } 166.control-group { margin-bottom: 0px; }
145#project-details form { margin: 0px; } 167#project-details form { margin: 0px; }
146dd form { margin: 10px 0 0 0; } 168dd form { margin: 10px 0 0 0; }
169dd form { margin-bottom: 0px; }
170dl textarea { resize: vertical; }
171.navbar-fixed-top { z-index: 1; }
172.popover { z-index: 2; }
173.btn-danger .icon-trash { color: #fff; }
174.bbappends { list-style-type: none; margin-left: 0; }
175.bbappends li { line-height: 25px; }
176.configuration-list input[type="checkbox"] { margin-top:13px;margin-right:10px; }
177.alert input[type="checkbox"] { margin-top: 0px; margin-right: 3px; }
178.alert ol { padding: 10px 0px 0px 20px; }
179.alert ol > li { line-height: 35px; }
180.dl-vertical form { margin-top: 10px; }
181.scrolling { border: 1px solid #dddddd; height: 154px; overflow: auto; padding: 8px; width: 27.5%; margin-bottom: 10px; }
182.lead .help-block { font-size: 14px; line-height: 20px; font-weight: normal; }
183.button-place .btn { margin: 0 0 20px 0; }
184.tooltip-inner { max-width: 250px; }
185dd > span { line-height: 20px; }
186.new-build { padding: 20px; }
187.new-build li { line-height: 30px; }
188.new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; }
189.new-build h3 { margin: 0; color: #5a5a5a; }
190.new-build form { margin: 5px 0 0; }
191.new-build .input-append { margin-bottom: 0; }
192#build-selected { margin-top: 15px; }