[PATCH conductor 11/15] PriorityGroup views related CSS changes

ifarkas at redhat.com ifarkas at redhat.com
Sun Jul 22 10:16:31 UTC 2012


From: Imre Farkas <ifarkas at redhat.com>

---
 src/app/stylesheets/layout.scss |   41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
index e161f65..9c7ee93 100644
--- a/src/app/stylesheets/layout.scss
+++ b/src/app/stylesheets/layout.scss
@@ -1785,6 +1785,47 @@ ul.image_builds{
 }
 
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Priority Group form
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+div.priority-group .provider {
+
+  header {
+    background-color: #E5E5E5;
+    border: 1px solid #BCBCBC;
+    -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
+    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.20);
+    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.20);
+    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.20);
+    height: 37px;
+    position: relative;
+    width: 100%;
+
+    h3.name {
+      padding: 5px 100px 0px 5px;
+      float: left;
+    }
+
+    .score {
+      padding: 9px 0px 0px 0px;
+      color: #666666;
+      font-size: 15px;
+      font-family: $font-family-primary;
+    }
+  }
+
+  .button-group{
+    position: absolute;
+    right: 5px;
+    top: 5px;
+  }
+
+  .provider-accounts-table {
+    padding: 0px 0px 30px 0px;
+  }
+}
+
+
+/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Flat Table Component -- v.0.0.1 [flat_table] (flat_table.scss)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
-- 
1.7.10.4




More information about the aeolus-devel mailing list