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/12/03 21:33:33 UTC

[1/3] git commit: updated refs/heads/4.3 to b5527e1

Updated Branches:
  refs/heads/4.3 2d90ee469 -> b5527e1f1


Zone wizard UI: Fix CSS for progress box at end of flow


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

Branch: refs/heads/4.3
Commit: 97d62d22e65800dad79e1e378a9368622f9759c8
Parents: 2d90ee4
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 3 12:02:43 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 3 12:02:43 2013 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/97d62d22/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 2acc6b4..50f2471 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -6453,15 +6453,20 @@ label.error {
   left: 0;
   top: 0;
   margin: 23px 0 0px 6px;
+  font-weight: 100;
+  font-size: 14px;
+  color: #424242;
 }
 
 .multi-wizard.zone-wizard .review .main-desc.pre-setup {
-  width: 100%;
+  width: 90%;
   font-size: 18px;
   color: #2C4159;
   background: url(../images/icons.png) no-repeat 74px -224px;
-  padding: 6px 0 1px;
+  padding: 1px 0 1px 20px;
   text-align: center;
+  margin-left: 50px;
+  font-weight: 100;
   /*+placement:shift 0px 153px;*/
   position: relative;
   left: 0px;
@@ -7362,18 +7367,22 @@ label.error {
   overflow: auto;
   overflow-x: hidden;
   float: left;
-  background: #FFFFFF;
+  background: #ECECEC 0px -12px;
+  background: #F7F7F7;
+  background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaeaea));
+  background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
+  background: -o-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
+  background: -ms-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
+  background: linear-gradient(to bottom, #f7f7f7 0%,#eaeaea 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
   margin: 11px 0 0 7px;
-  /*+box-shadow:inset 0px 1px 4px #979797;*/
-  -moz-box-shadow: inset 0px 1px 4px #979797;
-  -webkit-box-shadow: inset 0px 1px 4px #979797;
-  -o-box-shadow: inset 0px 1px 4px #979797;
-  box-shadow: inset 0px 1px 4px #979797;
   /*+border-radius:4px;*/
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
   border-radius: 4px;
+  border: 1px solid #CACACA;
   border-radius: 4px 4px 4px 4px;
 }
 


[3/3] git commit: updated refs/heads/4.3 to b5527e1

Posted by bf...@apache.org.
CLOUDSTACK-5114: Remove checkbox column from dialog list view


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

Branch: refs/heads/4.3
Commit: b5527e1f157c7f5701e10f117c1d1e18bdbfee93
Parents: 42fe605
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 3 12:32:26 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 3 12:32:26 2013 -0800

----------------------------------------------------------------------
 ui/scripts/ui-custom/enableStaticNAT.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b5527e1f/ui/scripts/ui-custom/enableStaticNAT.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/enableStaticNAT.js b/ui/scripts/ui-custom/enableStaticNAT.js
index e46ae19..e469ca9 100644
--- a/ui/scripts/ui-custom/enableStaticNAT.js
+++ b/ui/scripts/ui-custom/enableStaticNAT.js
@@ -33,6 +33,8 @@
                     uiCustom: true
                 });
 
+                instances.listView.multiSelect = false;
+
                 instances.listView.actions = {
                     select: {
                         label: _l('label.select.instance'),


[2/3] git commit: updated refs/heads/4.3 to b5527e1

Posted by bf...@apache.org.
Dialog list view: Fix toolbar/header positioning


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

Branch: refs/heads/4.3
Commit: 42fe605afe011b36d1578aa96efddbee53488cdc
Parents: 97d62d2
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 3 12:30:59 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 3 12:30:59 2013 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/42fe605a/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 50f2471..96196a0 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7507,16 +7507,16 @@ div.detail-group td.view-all div.view-all div.end {
 }
 
 .ui-dialog .list-view .toolbar {
-  top: 33px;
-  width: 824px;
+  top: 50px;
+  width: 854px;
 }
 
 div.panel.ui-dialog div.list-view div.fixed-header {
-  top: 42px;
-  left: 20px;
+  top: 55px;
+  left: 35px;
   width: 759px;
   height: 49px;
-  background-color: #EAECEF;
+  background-color: #FFFFFF;
   margin: 0;
   z-index: 1;
 }