http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Default/admin/main.css ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Default/admin/main.css index 0000000,0000000..25f4dfe new file mode 100644 --- /dev/null +++ b/products/stratos/resources/allthemes/Default/admin/main.css @@@ -1,0 -1,0 +1,250 @@@ ++/* ++ * ++ * Licensed to the Apache Software Foundation (ASF) under one ++ * or more contributor license agreements. See the NOTICE file ++ * distributed with this work for additional information ++ * regarding copyright ownership. The ASF licenses this file ++ * to you under the Apache License, Version 2.0 (the ++ * "License"); you may not use this file except in compliance ++ * with the License. You may obtain a copy of the License at ++ * ++ * http://www.apache.org/licenses/LICENSE-2.0 ++ * ++ * Unless required by applicable law or agreed to in writing, ++ * software distributed under the License is distributed on an ++ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ++ * KIND, either express or implied. See the License for the ++ * specific language governing permissions and limitations ++ * under the License. ++ * ++*/ ++ ++/* ---------------- template styles ------------------------- */ ++body { ++ background-image: url( def-body-bg.gif); ++ background-position: left top; ++ background-repeat: repeat-x; ++} ++ ++table#main-table td#header { ++ background-image: url( def-header-region-bg.gif); ++ background-position: right top; ++ background-repeat: no-repeat; ++} ++ ++table#main-table td#menu-panel { ++ border-right: solid 0px #78BDE8; ++ padding-right: 10px; ++} ++ ++table#main-table td#menu-panel table#menu-table { ++ background-image: none; ++ background-position:left bottom; ++ background-repeat:no-repeat; ++} ++table#main-table td#menu-panel table#menu-table { ++ background-image: none; ++ background-position:left bottom; ++ background-repeat:no-repeat; ++ border-right:1px solid #B6D8F2; ++ border-bottom:1px solid #B6D8F2; ++} ++table#main-table td#menu-panel table#menu-table tbody tr td img { ++ height: 17px; ++} ++/* ---------------- header styles ------------------ */ ++div#header-div { ++ background-image: url( def-header-bg.gif); ++ height: 121px; ++} ++ ++div#header-div div.left-logo { ++ background-image:url("logo.gif"); ++ background-position:left center; ++ height:50px; ++ margin-left:50px; ++ margin-top:37px; ++} ++ ++div#header-div div.middle-ad { ++ float: left; ++ margin-top: 18px; ++ height: 55px; ++ width: 35%; ++ display:none; ++} ++ ++div#header-div div.right-logo { ++ background-image:url("../../../../../../../../../carbon/admin/images/t-right-logo.gif"); ++ background-position:right top; ++ background-repeat:no-repeat; ++ color:#B6D8F2; ++ font-size:0; ++ height:45px; ++ line-height:0; ++ margin-right:20px; ++ margin-top:20px; ++ padding-right:0; ++ padding-top:5px; ++ width:500px; ++} ++div#header-div div.header-links { ++ margin-top: 8px; ++} ++div#header-div div.header-links div.right-links { ++ margin-right: 0px; ++ height: 20px; ++ padding-top: 0px; ++} ++div#header-div div.header-links div.right-links ul { ++ background-image: none; ++ background-position:left top; ++ background-repeat:repeat-x; ++ padding-left: 25px; ++ padding-right: 15px; ++ padding-top: 6px; ++ padding-bottom: 7px; ++} ++/* ------------- menu styles ---------------------- */ ++div#menu { ++} ++ ++div#menu ul.main { ++} ++ ++div#menu ul.main li { ++} ++ ++div#menu ul.main li.normal { ++} ++ ++div#menu ul.main li a.menu-home { ++ display: block !important; ++} ++ ++div#menu ul.main li.menu-header { ++ background-image:none; ++ background-position:center top; ++ border-top: 1px solid #CFE3F6; ++ border-bottom:1px solid #78BDE8; ++ height:25px; ++} ++ ++div#menu ul.main li a.menu-default { ++} ++ ++div#menu ul.main li a.menu-default:hover { ++ background-color: #DAF0FC; ++ border-bottom: solid 1px #72CDF4; ++ border-top: solid 1px #72CDF4; ++ color: #00447C; ++} ++ ++div#menu ul.sub { ++} ++ ++/* -------------- child no-01 styles -------------- */ ++ ++div#menu ul.sub li.normal { ++ ++} ++ ++div#menu ul.sub li a.menu-default { ++} ++ ++/* ----------- child no-01 (disabled) styles ------------------- */ ++ ++div#menu ul.sub li a.menu-disabled-link { ++ } ++ ++ div#menu ul.sub li a.menu-disabled-link:hover { ++ } ++ ++/* -------------- child no-02 styles -------------- */ ++ ++div#menu ul.sub li.normal ul.sub li a.menu-default { ++ ++} ++ ++/* -------------- child no-03 styles -------------- */ ++ ++div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default { ++} ++ ++/* ------------- footer styles -------------------- */ ++ ++div#footer-div div.footer-content { ++ background-image: url(../../../../../../../../../carbon/admin/images/powered.gif); ++ background-position: right center; ++ background-repeat: no-repeat; ++ margin-right: 10px; ++} ++ ++div#middle { ++ background-color: #fff; ++} ++ ++/* ---- login styles ----- */ ++ ++ ++/* --------------- table styles -------------------- */ ++ ++.tableOddRow{background-color: white;} ++.tableEvenRow{background-color: #EFECF5;} ++ ++.button:hover{ ++ border:solid 1px #8268A8; ++} ++ ++/* =============================================================================================================== */ ++ ++ ++ ++.cornerExpand { ++ position: relative; ++ top: 3px; ++ left: -12px; ++ cursor: pointer; ++} ++ ++.cornerCollapse { ++ position: relative; ++ top: 3px; ++ left: -12px; ++ cursor: pointer; ++} ++ ++/* chanaka */ ++ ++.form-table td{ ++ padding-bottom:5px !important; ++ padding-left:5px !important; ++ padding-top:5px !important; ++ padding-right:10px !important; ++} ++.form-table td div.indented{ ++ padding-left:7px !important; ++ color:#595959 !important; ++} ++.form-table-left{ ++width:100px; ++} ++ ++.longTextField{ ++width:270px; ++} ++.rowAlone{ ++padding-top:10px; ++padding-bottom:10px; ++} ++.tabedBox{ ++border:solid 1px #cccccc; ++margin-left:10px; ++padding:10px; ++margin-bottom:10px; ++} ++/* chanaka end */ ++ ++table#main-table td#middle-content { ++ background-color: #fff; ++}
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Default/admin/powered-stratos.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Default/admin/powered-stratos.gif index 0000000,0000000..6597d26 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Default/admin/right-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Default/admin/right-logo.gif index 0000000,0000000..f118904 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Default/thumb.png ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Default/thumb.png index 0000000,0000000..46fc8e6 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/logo.gif index 0000000,0000000..3b1e913 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/main.css ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/main.css index 0000000,0000000..7d8f94e new file mode 100644 --- /dev/null +++ b/products/stratos/resources/allthemes/Light/admin/main.css @@@ -1,0 -1,0 +1,250 @@@ ++/* ++ * ++ * Licensed to the Apache Software Foundation (ASF) under one ++ * or more contributor license agreements. See the NOTICE file ++ * distributed with this work for additional information ++ * regarding copyright ownership. The ASF licenses this file ++ * to you under the Apache License, Version 2.0 (the ++ * "License"); you may not use this file except in compliance ++ * with the License. You may obtain a copy of the License at ++ * ++ * http://www.apache.org/licenses/LICENSE-2.0 ++ * ++ * Unless required by applicable law or agreed to in writing, ++ * software distributed under the License is distributed on an ++ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ++ * KIND, either express or implied. See the License for the ++ * specific language governing permissions and limitations ++ * under the License. ++ * ++*/ ++ ++/* ---------------- template styles ------------------------- */ ++ ++table#main-table td#header { ++ background-image: url( theme-header-region-bg.gif); ++} ++ ++table#main-table td#menu-panel { ++ border-right: solid 0px #73559D; ++ background-image: url(theme-menu-panel-l-bg.gif); ++ background-position: left top; ++ background-repeat: no-repeat; ++ padding-left: 0; ++ background-color: #F4F4F4; ++} ++ ++table#main-table td#menu-panel table#menu-table { ++ background-image:url("theme-menu-table-bg.gif"); ++ background-position:left bottom; ++ background-repeat:no-repeat; ++} ++table#main-table td#menu-panel table#menu-table td { ++ padding-left: 6px; ++ padding-right:16px; ++} ++table#main-table td#menu-panel table#menu-table tbody tr td img { ++ height: 17px; ++} ++/* ---------------- header styles ------------------ */ ++div#header-div { ++ background-image: url( theme-header-bg.gif); ++ height: 103px; ++} ++ ++div#header-div div.left-logo { ++ background-image: url( logo.gif ); ++ background-position: left center; ++ height: 80px; ++ margin-left:65px; ++ margin-top:0px; ++} ++ ++div#header-div div.middle-ad { ++ float: left; ++ margin-top: 18px; ++ height: 55px; ++ width: 35%; ++ display:none; ++} ++ ++div#header-div div.right-logo { ++ background-image:url("../../../../../../../../../carbon/admin/images/t-right-logo.gif"); ++ background-position:right top; ++ background-repeat:no-repeat; ++ height:45px; ++ margin-right:20px; ++ line-height: 0px; ++ margin-top:10px; ++ padding-right:0px; ++ padding-top:5px; ++ color: #fff; ++ font-size: 0px; ++ width:500px; ++} ++div#header-div div.header-links { ++ margin-top:-10px; ++} ++div#header-div div.header-links div.right-links { ++ margin-right: 0px; ++ height: 35px; ++ padding-top: 0px; ++} ++div#header-div div.header-links div.right-links ul { ++ background-position:left top; ++ background-repeat:repeat-x; ++ padding-left: 25px; ++ padding-right: 15px; ++ padding-top: 6px; ++ padding-bottom: 7px; ++} ++/* ------------- menu styles ---------------------- */ ++div#menu { ++} ++ ++div#menu ul.main { ++} ++ ++div#menu ul.main li { ++} ++ ++div#menu ul.main li.normal { ++} ++ ++div#menu ul.main li a.menu-home { ++ display:block !important; ++} ++ ++div#menu ul.main li.menu-header { ++ background-position: top; ++ height: 28px; ++} ++ ++div#menu ul.main li a.menu-default { ++} ++ ++div#menu ul.main li a.menu-default:hover { ++ background-color: #EFECF5; ++ border-bottom: solid 1px #C2B7D8; ++ border-top: solid 1px #C2B7D8; ++ color: #00447C; ++} ++ ++div#menu ul.sub { ++} ++ ++/* -------------- child no-01 styles -------------- */ ++ ++div#menu ul.sub li.normal { ++ ++} ++ ++div#menu ul.sub li a.menu-default { ++} ++ ++/* ----------- child no-01 (disabled) styles ------------------- */ ++ ++div#menu ul.sub li a.menu-disabled-link { ++ } ++ ++ div#menu ul.sub li a.menu-disabled-link:hover { ++ } ++ ++/* -------------- child no-02 styles -------------- */ ++ ++div#menu ul.sub li.normal ul.sub li a.menu-default { ++ ++} ++ ++/* -------------- child no-03 styles -------------- */ ++ ++div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default { ++} ++ ++/* ------------- footer styles -------------------- */ ++ ++ ++div#footer-div div.footer-content { ++ background-image: url(../../../../../../../../../carbon/admin/images/powered.gif); ++ background-position: right center; ++ background-repeat: no-repeat; ++ margin-right: 10px; ++} ++ ++/* ---- login styles ----- */ ++ ++ ++/* --------------- table styles -------------------- */ ++ ++.tableOddRow{background-color: white;} ++.tableEvenRow{background-color: #EFECF5;} ++ ++.button:hover{ ++ border:solid 1px #8268A8; ++} ++ ++/* =============================================================================================================== */ ++ ++ ++ ++.cornerExpand { ++ position: relative; ++ top: 3px; ++ left: -12px; ++ cursor: pointer; ++} ++ ++.cornerCollapse { ++ position: relative; ++ top: 3px; ++ left: -12px; ++ cursor: pointer; ++} ++ ++/* chanaka */ ++ ++.form-table td{ ++ padding-bottom:5px !important; ++ padding-left:5px !important; ++ padding-top:5px !important; ++ padding-right:10px !important; ++} ++.form-table td div.indented{ ++ padding-left:7px !important; ++ color:#595959 !important; ++} ++.form-table-left{ ++width:100px; ++} ++ ++.longTextField{ ++width:270px; ++} ++.rowAlone{ ++padding-top:10px; ++padding-bottom:10px; ++} ++.tabedBox{ ++border:solid 1px #cccccc; ++margin-left:10px; ++padding:10px; ++margin-bottom:10px; ++} ++/* chanaka end */ ++ ++a.fact-selector-icon-link { ++ background-repeat: no-repeat; ++ background-position: left top; ++ padding-left: 20px; ++ line-height: 17px; ++ height: 17px; ++ float: left; ++ position: relative; ++ margin-left: 10px; ++ margin-top: 5px; ++ margin-bottom: 3px; ++ white-space: nowrap; ++} ++table#main-table td#middle-content { ++ ++} http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/menu_header.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/menu_header.gif index 0000000,0000000..6887ec4 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/powered-stratos.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/powered-stratos.gif index 0000000,0000000..6597d26 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/right-links-bg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/right-links-bg.gif index 0000000,0000000..ba9d5d0 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/right-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/right-logo.gif index 0000000,0000000..e6c3d13 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/theme-header-bg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/theme-header-bg.gif index 0000000,0000000..4d47044 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/theme-header-region-b-bg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/theme-header-region-b-bg.gif index 0000000,0000000..463b157 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/theme-header-region-bg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/theme-header-region-bg.gif index 0000000,0000000..57a2ec1 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif index 0000000,0000000..bafb43a new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/admin/theme-menu-table-bg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/admin/theme-menu-table-bg.gif index 0000000,0000000..9582772 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/allthemes/Light/thumb.png ---------------------------------------------------------------------- diff --cc products/stratos/resources/allthemes/Light/thumb.png index 0000000,0000000..6dba1ff new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/appserver.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/appserver.gif index 0000000,0000000..b760eb0 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/bam.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/bam.gif index 0000000,0000000..264f289 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/bps.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/bps.gif index 0000000,0000000..1cd9d5e new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/brs-old.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/brs-old.gif index 0000000,0000000..c5a7dd8 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/brs.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/brs.gif index 0000000,0000000..38f20e3 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/cep.png ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/cep.png index 0000000,0000000..3a481b1 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/cg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/cg.gif index 0000000,0000000..1e8ad73 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/csg-inactive.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/csg-inactive.gif index 0000000,0000000..00d542c new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/csg.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/csg.gif index 0000000,0000000..df9da9f new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/ds.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/ds.gif index 0000000,0000000..5721908 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/esb.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/esb.gif index 0000000,0000000..bb43e99 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/gadget.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/gadget.gif index 0000000,0000000..55b41de new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/governance.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/governance.gif index 0000000,0000000..f9dfce4 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/identity.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/identity.gif index 0000000,0000000..40f1fb7 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-appserver.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-appserver.gif index 0000000,0000000..2e7b33f new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-bam.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-bam.gif index 0000000,0000000..2401c11 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-brs.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-brs.gif index 0000000,0000000..3e29688 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-cep.png ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-cep.png index 0000000,0000000..e454bab new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-esb.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-esb.gif index 0000000,0000000..8ae52bc new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-gadget.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-gadget.gif index 0000000,0000000..243f893 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-governance.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-governance.gif index 0000000,0000000..fba1531 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-identity.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-identity.gif index 0000000,0000000..6f5e1be new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-mashup.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-mashup.gif index 0000000,0000000..17c74c4 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/inactive-mb.png ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/inactive-mb.png index 0000000,0000000..275136b new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/mashup.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/mashup.gif index 0000000,0000000..58d91af new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/mb.png ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/mb.png index 0000000,0000000..928c95e new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/pom.xml ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/pom.xml index 0000000,0000000..98902da new file mode 100755 --- /dev/null +++ b/products/stratos/resources/cloud-services-icons/pom.xml @@@ -1,0 -1,0 +1,58 @@@ ++<!-- ++ ~ Licensed to the Apache Software Foundation (ASF) under one ++ ~ or more contributor license agreements. See the NOTICE file ++ ~ distributed with this work for additional information ++ ~ regarding copyright ownership. The ASF licenses this file ++ ~ to you under the Apache License, Version 2.0 (the ++ ~ "License"); you may not use this file except in compliance ++ ~ with the License. You may obtain a copy of the License at ++ ~ ++ ~ http://www.apache.org/licenses/LICENSE-2.0 ++ ~ ++ ~ Unless required by applicable law or agreed to in writing, ++ ~ software distributed under the License is distributed on an ++ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ++ ~ KIND, either express or implied. See the License for the ++ ~ specific language governing permissions and limitations ++ ~ under the License. ++ --> ++<project xmlns="http://maven.apache.org/POM/4.0.0" ++ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ++ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> ++ ++ <modelVersion>4.0.0</modelVersion> ++ <groupId>org.wso2.manager</groupId> ++ <artifactId>cloud-services-icons</artifactId> ++ <version>1.0.0</version> ++ <packaging>pom</packaging> ++ <name>Apache Stratos - Manager Cloud Services Icons</name> ++ <description>Apache Stratos - Manager Cloud Services Icons</description> ++ ++ <build> ++ <plugins> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-war-plugin</artifactId> ++ <executions> ++ <execution> ++ <id>war</id> ++ <phase>package</phase> ++ <goals> ++ <goal>war</goal> ++ </goals> ++ </execution> ++ </executions> ++ <configuration> ++ <warName>cloud-services-icons</warName> ++ <failOnMissingWebXml>false</failOnMissingWebXml> ++ <webResources> ++ <resource> ++ <directory>.</directory> ++ </resource> ++ </webResources> ++ </configuration> ++ </plugin> ++ </plugins> ++ </build> ++ ++</project> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/ss.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/ss.gif index 0000000,0000000..f2bcc75 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/cloud-services-icons/ts.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/cloud-services-icons/ts.gif index 0000000,0000000..a2f3ebc new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/appserver-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/appserver-logo.gif index 0000000,0000000..55e4751 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/bam-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/bam-logo.gif index 0000000,0000000..f8b6a74 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/bps-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/bps-logo.gif index 0000000,0000000..5dd2171 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/brs-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/brs-logo.gif index 0000000,0000000..ccba887 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/csg-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/csg-logo.gif index 0000000,0000000..e69aaa6 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/ds-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/ds-logo.gif index 0000000,0000000..f70a205 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/esb-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/esb-logo.gif index 0000000,0000000..95cb5b3 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/gadget-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/gadget-logo.gif index 0000000,0000000..8e89ef5 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/governance-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/governance-logo.gif index 0000000,0000000..af1ac45 new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/identity-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/identity-logo.gif index 0000000,0000000..a2447bc new file mode 100755 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/429144b8/products/stratos/resources/powerded-by-logos/mashup-logo.gif ---------------------------------------------------------------------- diff --cc products/stratos/resources/powerded-by-logos/mashup-logo.gif index 0000000,0000000..f8ed9be new file mode 100755 Binary files differ
