summaryrefslogtreecommitdiffstats
path: root/WebHob_1.5/b3/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebHob_1.5/b3/assets/css/default.css')
-rw-r--r--WebHob_1.5/b3/assets/css/default.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/WebHob_1.5/b3/assets/css/default.css b/WebHob_1.5/b3/assets/css/default.css
index e7cdbfd..fe6419f 100644
--- a/WebHob_1.5/b3/assets/css/default.css
+++ b/WebHob_1.5/b3/assets/css/default.css
@@ -48,8 +48,10 @@ img.logo { height: 30px; vertical-align: bottom; }
.rebuild-btn, .cancel-build-btn { cursor: pointer; }
/* Styles for the help information */
-.get-help { color: #CCCCCC; }
-.get-help:hover { color: #999999; cursor: pointer; }
+.get-help,
+.sdk-help { color: #CCCCCC; }
+.get-help:hover,
+.sdk-help:hover { color: #999999; cursor: pointer; }
.get-help-green { color: #3c763d; }
.get-help-green:hover { color: #2b542c; cursor: pointer; }
.get-help-blue { color: #3A87AD; }
@@ -130,8 +132,8 @@ h3 > .glyphicon-question-sign,
/* Style the build form in the project pages */
#project-topbar .input-lg { width: 18em; }
-#project-topbar form .glyphicon { top: 5px; right: 4px; }
-#build-button { padding: 10px 30px; }
+#project-topbar .form-group .glyphicon { top: 5px; right: 4px; }
+/*#build-button { padding: 10px 30px; }*/
/* Style the form links in the project page (all machines, all layers, etc) */
.form-link { margin-top: 10px; }
@@ -357,3 +359,8 @@ td .glyphicon-download-alt { margin-left: 5px; }
.dropdown-menu > li > a.action-menu-item { color: #337ab7; }
.dropdown-menu > li > a.action-menu-delete { color: #a94442; }
.actions-dropdown > li > a { line-height: 1.8; }
+.get-help-white { color: #fff; }
+.get-help-white:hover { cursor: pointer; color: #ccc; }
+#sdk-help .panel { margin-bottom: -2px; }
+#add-sstate_mirrors { margin-top: 20px; }
+#sdk-configuration legend { border-bottom: 1px solid #e5e5e5; }