From f664749c1f6ca8bd1f5744d4d8d0198f25ef8dce Mon Sep 17 00:00:00 2001 From: thusithakalugamage Date: Tue, 4 Oct 2016 15:22:41 +0530 Subject: [PATCH] platform configuration style defect fixes --- .../configuration.hbs | 34 +++++++++++-------- .../public/css/custom-common.css | 4 --- .../public/css/custom-desktop.css | 22 +++++++++--- 3 files changed, 36 insertions(+), 24 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.platform.configuration/configuration.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.platform.configuration/configuration.hbs index e856208e3a..1fdef264e8 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.platform.configuration/configuration.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.platform.configuration/configuration.hbs @@ -35,16 +35,26 @@
- - - + + + + + + + + General Configurations {{#each deviceTypes}} - - - + + + + + + + + {{label}} Configurations {{/each}} @@ -79,9 +89,7 @@ placeholder="[ Required Field ]">
- +
@@ -107,12 +115,8 @@ "Exit" to complete the process and go back to the dashboard.
- + onclick="window.location.href='{{@app.context}}/platform-configuration'">Go back to configurations + diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css index 0fede3d552..a0e5807636 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css @@ -16,10 +16,6 @@ * under the License. */ -.wr-content { - padding-left: 33px; - padding-right: 33px; -} .wr-input-control .helper { font-weight: 100; diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css index fe75cb54f0..6d253dcc0d 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css @@ -167,7 +167,7 @@ pre { position: absolute; right: 0; height: 10000px; - width: 60px; + width: 20px; } body.inverse .fade-edge:after { @@ -181,7 +181,7 @@ body.inverse .fade-edge:after { position: absolute; right: 0; height: 10000px; - width: 60px; + width: 20px; } .visible-block { @@ -4552,6 +4552,15 @@ a.wr-side-panel-toggle-btn.selected { background: #f4f4f4; } +.wr-advance-operations .wr-hidden-operations-nav a.selected span span > i{ + color: #526A84; +} +.wr-advance-operations .wr-hidden-operations-nav a.selected span span > i.fw.fw-circle.fw-stack-2x{ + color: #fff; +} +.wr-advance-operations .wr-hidden-operations-nav a.selected span span > i.fw.fw-circle.fw-stack-2x.fw-stroke.fw-inverse{ + color: #526A84; +} .wr-advance-operations .wr-hidden-operations-nav a.selected, .wr-hidden-operations .wr-hidden-operations-nav a.selected:hover { color: #ffffff; background: #526A84; @@ -5515,7 +5524,7 @@ ul.listing li.grouped-input ul.grouped-child-input.disabled { position: absolute; right: 0; height: 10000px; - width: 60px; + width: 20px; } body.inverse .fade-edge:after { content: ""; @@ -5528,7 +5537,7 @@ body.inverse .fade-edge:after { position: absolute; right: 0; height: 10000px; - width: 60px; + width: 20px; } /* ======================================================================== @@ -5752,7 +5761,7 @@ body.inverse .fade-edge:after { position: absolute; right: 0; height: 10000px; - width: 60px; + width: 20px; } .table.table-selectable > tbody > tr:hover { cursor: pointer; @@ -6495,3 +6504,6 @@ select > option:hover { /*background:url('http://cdn-sg1.pgimgs.com/images/pg/close-button.png') no-repeat center center;*/ } +.label-bold{ + font-weight:400; +}