diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 61e5ab4d94f..32111309c2e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -2277,6 +2277,34 @@ div.detail-group.actions td { top: 13px; } +/** Zone filter (mixed zone management)*/ +#header .zone-filter { + float: left; + width: 111px; + margin: 9px 20px 0 2px; +} + +#header .zone-filter label { + position: absolute; + top: -3px; + color: #FFFFFF; + font-size: 11px; +} + +#header .zone-filter select { + width: 100%; + font-size: 12px; + border: 1px solid #000000; + border-bottom: #FFFFFF; + /*+border-radius:4px;*/ + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + -khtml-border-radius: 4px; + border-radius: 4px; + background: #ECECEC; + margin-top: 2px; +} + /*Navigation*/ #navigation, #browser { @@ -8930,6 +8958,8 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; + background: #ECECEC; + margin-top: 2px; } /*** Select project*/ diff --git a/ui/index.jsp b/ui/index.jsp index 5b3ef3abada..6b7d431c7fa 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1659,7 +1659,6 @@ under the License. - @@ -1681,6 +1680,7 @@ under the License. + diff --git a/ui/scripts/ui-custom/zoneFilter.js b/ui/scripts/ui-custom/zoneFilter.js index d298e4ff78a..9e6a4936e2b 100644 --- a/ui/scripts/ui-custom/zoneFilter.js +++ b/ui/scripts/ui-custom/zoneFilter.js @@ -20,12 +20,20 @@ var $header = $('#header .controls'); var $zoneFilter = $('