org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / styles / change-management.css
index 68a06ee..7edbea0 100644 (file)
@@ -90,7 +90,7 @@
 }
 
 .jobs-table {
-    background-color: #f8f8f8;
+    background-color: #ffffff;
     padding: 40px;
 }
 
     border: 1px solid #eaeaea;
     box-sizing: border-box;
     background-color: #ffffff;
-    box-shadow: 0px 2px 7px 0px rgba(34, 31, 31, 0.17);
+   /* box-shadow: 0px 2px 7px 0px rgba(34, 31, 31, 0.17);*/
     font-family: "Open Sans";
     color: #5a5a5a;
     font-size: 14px;
 }
 
 .table>thead {
-    background-color: #d2d2d2;
+    background-color: #F2F2F2;
     font-family: "Open Sans";
     color: #191919;
     font-size: 13px;
     color: #00aeef;
     font-size: 14px;
     font-weight: 600;
-    background-color: #eaeaea;
+    background-color: #EAEAEA;
     box-shadow: 0px 1px 1px 0px rgba(34, 31, 31, 0.19);
 }
 
 
 .centered {
     text-align: center;
+}
+.table-wrapper{
+}
+
+.refresh-cm {
+    float: right;
+    position: relative;
+    right: 45px;
+    top: 50px;
+    z-index: 900;
+    color: #191919;
+    font-size: 14px;
+}
+.refresh-cm .last-time-updated {
+    color: #5A5A5A;
+}
+.refresh-cm i.icon-sync {
+    padding-left: 10px;
+    top: 3px;
+    position: relative;
 }
\ No newline at end of file