delete working for deployments, confirmation dialog
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminSite.css
index 1a6680f..f09bbcf 100644 (file)
@@ -6,51 +6,17 @@
     color:blue;
     text-decoration:underline;
 }
-#logTable td, th {
-    border: 1px solid black;
+
+.xos-log.xos-success {
+    background-color: #00ff00;
 }
 
-#navigationPanel {
-  position: absolute;
-  top: 100px;
-  left: 0;
-  width: 220px;
-  bottom: 0;
-  overflow: hidden;
-  background-color: #F0F0F0;
-}
-
-#headerPanel {
-  position: absolute;
-  top: 0;
-  left: 0;
-  right: 0;
-  width: auto;
-  height: 100px;
-  overflow: hidden;
-  background-color: #F0E0E0;
-}
-
-#logPanel {
-  position: absolute;
-  top: auto;
-  left: 220px;
-  right: 0;
-  bottom: 0;
-  width: auto;
-  height: 100px;
-  overflow: hidden;
-  background-color: #F0E0E0;
-}
-
-#contentPanel {
-    position: fixed;
-    top: 100px;
-    bottom: 100px;
-    left: 220px;
-    right: 0;
-    overflow: auto;
-    background: #f0F0E0;
+.xos-log.xos-inprog {
+    background-color: #ffff00;
+}
+
+.xos-log.xos-failure {
+    background-color: #ff0000;
 }
 
 .btn-xosnav {
     text-decoration:none;
 }
 
+/* these are for the inline list and detail titles */
+
 .xos-list-title {
     display: none;
 }
     display: none;
 }
 
+/* this one goes with contenttitle */
+
+#xos-list-title-spinner {
+    display: none;
+}
+
+/* undo what planetstack.css does to the progressbar */
+#xos-startup-progress .ui-progressbar-value {
+    background-color: rgb(204,204,204) !important;
+    background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
+    border-top: 1px !important;
+    border-right: 1px !important;
+    border-left: 1px !important;
+}
+
+#xos-detail-button-box {
+    display: none;
+}
+
+#xos-listview-button-box {
+    display: none;
+}
+
+#xos-confirm-dialog {
+    display: none;
+}