mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
[EMM-1571] Add policies page wizard styling and layout defects
This commit is contained in:
parent
a448959fe0
commit
2f5d90cb6c
@ -69,7 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.itm-wiz {
|
.itm-wiz {
|
||||||
font-weight: 100;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itm-wiz div {
|
.itm-wiz div {
|
||||||
|
|||||||
@ -3369,7 +3369,7 @@ span.ico-sort-desc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wr-input-label {
|
.wr-input-label {
|
||||||
font-weight:100;
|
font-weight:300;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
color:#555;
|
color:#555;
|
||||||
}
|
}
|
||||||
@ -4060,7 +4060,7 @@ a.wr-side-panel-toggle-btn.selected {
|
|||||||
.wr-input-control.switch .text {
|
.wr-input-control.switch .text {
|
||||||
display: none;
|
display: none;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
font-weight: 100;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wr-input-control.switch input[type="checkbox"]:checked + .helper + .text {
|
.wr-input-control.switch input[type="checkbox"]:checked + .helper + .text {
|
||||||
@ -4606,28 +4606,26 @@ a.wr-side-panel-toggle-btn.selected {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wr-hidden-operations-content .panel-body {
|
.wr-hidden-operations-content .panel-body {
|
||||||
margin: 5px;
|
padding: 0px 20px 20px;
|
||||||
/*border: 1px solid #e8e8e8;*/
|
|
||||||
padding: 5px 20px 30px;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.wr-hidden-operations-content .panel-body hr{
|
||||||
|
margin:0px;
|
||||||
|
margin-bottom:20px;
|
||||||
|
}
|
||||||
.wr-advance-operations.wizard-content .panel-title .fw-stack {
|
.wr-advance-operations.wizard-content .panel-title .fw-stack {
|
||||||
width: 5px;
|
width: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wr-hidden-operations-content .sub-title {
|
.wr-hidden-operations-content .sub-title {
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wr-hidden-operations-content .panel-title {
|
.wr-hidden-operations-content .panel-title {
|
||||||
margin-left: 5px;
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-right: 5px;
|
|
||||||
/*border: 1px solid #e8e8e8;*/
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #555;
|
color: #555;
|
||||||
|
font-weight:400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-title hr{
|
.panel-title hr{
|
||||||
@ -4635,10 +4633,13 @@ a.wr-side-panel-toggle-btn.selected {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wr-hidden-operations-content .panel-title-description {
|
.wr-hidden-operations-content .panel-title-description {
|
||||||
padding-right: 20px;
|
font-size: 16px;
|
||||||
|
padding:0px 20px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #555;
|
color: #555;
|
||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
|
font-weight:300;
|
||||||
|
text-align:justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wr-hidden-operations-content .panel-title a {
|
.wr-hidden-operations-content .panel-title a {
|
||||||
|
|||||||
@ -5195,6 +5195,7 @@ button.list-group-item-danger.active:focus {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
|
border:none;
|
||||||
}
|
}
|
||||||
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
||||||
border-top-color: #ddd;
|
border-top-color: #ddd;
|
||||||
@ -8084,7 +8085,7 @@ a.list-group-item:hover {
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
.switch {
|
.switch {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 40px;
|
width: 90px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
@base-dark-color: #222;
|
@base-dark-color: #222;
|
||||||
@base-light-color: #ffffff;
|
@base-light-color: #ffffff;
|
||||||
@base-success-color: #5cb85c;
|
@base-success-color: #5cb85c;
|
||||||
@base-info-color: #009DA7;
|
@base-info-color: #526A84;
|
||||||
@base-warning-color: #f0ad4e;
|
@base-warning-color: #f0ad4e;
|
||||||
@base-danger-color: #d9534f;
|
@base-danger-color: #d9534f;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user