Selected Person Field CSS

Done
parent 08dcada6
......@@ -367,11 +367,15 @@ select {
.manager-view-inner {
height:calc(100% - 41px);
-webkit-height:calc(100% - 41px);
width:100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.manager-view-header {
......@@ -1159,7 +1163,7 @@ table.dataTable thead .sorting:after {
}
.right-sidebar {
width: 300px;
width: 0px;
background-color: #FFFFFF;
border-left: 1px solid #ccc;
height: calc(100% - 40px);
......@@ -1167,6 +1171,11 @@ table.dataTable thead .sorting:after {
top: 0px;
right: 0px;
overflow-y: auto;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.right-sidebar-box {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment