You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/09 23:10:40 UTC

[2/2] git commit: updated refs/heads/ui-restyle to f302c86

Style data disk offering step


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f302c868
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f302c868
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f302c868

Branch: refs/heads/ui-restyle
Commit: f302c86855c7923e0ee9ae335cd19afb4f627050
Parents: bffb10a
Author: Brian Federle <br...@citrix.com>
Authored: Wed Oct 9 14:10:34 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Oct 9 14:10:34 2013 -0700

----------------------------------------------------------------------
 ui/stylesheets/_instance-wizard.scss | 34 +++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f302c868/ui/stylesheets/_instance-wizard.scss
----------------------------------------------------------------------
diff --git a/ui/stylesheets/_instance-wizard.scss b/ui/stylesheets/_instance-wizard.scss
index 42460c8..0797d38 100644
--- a/ui/stylesheets/_instance-wizard.scss
+++ b/ui/stylesheets/_instance-wizard.scss
@@ -75,4 +75,38 @@
             }
         }
     }
+
+    .step.data-disk-offering {
+        &.custom-disk-size {
+            .select-container {
+                height: 200px;
+            }
+        }
+
+        .section.custom-size {
+            label:not(.size) {
+                @include span-columns(12);
+            }
+
+            label.size {
+                text-align: center;
+                margin-top: 20px;
+                float: left;
+            }
+
+            .ui-slider {
+                @include span-columns(7);
+            }
+
+            input[type=text] {
+                @include shift(2);
+
+                padding: 5px;
+                float: left;
+                margin-right: 25px;
+            }
+
+            margin-top: 20px;
+        }
+    }
 }
\ No newline at end of file