X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fuser_management%2Fsrc%2Fdashboard%2FuserMgmt.scss;h=92df47b17b036904015eccaa718e79f831e83894;hp=d00be889d77ef4517b62f59fcdfd45ab46b449a8;hb=d5f18198d2750fb2a4613846a9885f7b74b6ca93;hpb=41f386a117ec725ad1eb49a9c571107a0c7d1c11 diff --git a/skyquake/plugins/user_management/src/dashboard/userMgmt.scss b/skyquake/plugins/user_management/src/dashboard/userMgmt.scss index d00be889d..92df47b17 100644 --- a/skyquake/plugins/user_management/src/dashboard/userMgmt.scss +++ b/skyquake/plugins/user_management/src/dashboard/userMgmt.scss @@ -64,7 +64,15 @@ } } - + .userInfo { + &-section { + padding: 0.5rem; + margin-bottom: 0; + &:nth-child(even) { + background:$neutral-dark-0; + } + } + } .userAdmin { -ms-flex: 1 1; flex: 1 1; @@ -83,72 +91,38 @@ } } - .buttonGroup { + .rbacButtonGroup, .buttonSection { margin: 0 0.5rem 0.5rem; background: #ddd; padding-bottom: 0.5rem; padding: 0.5rem 0; + } + .buttonGroup { border-top: #d3d3d3 1px solid; + padding-top:0.5rem; + } + table { + font-size: 0.8rem; + thead { + border-bottom:1px solid #d3d3d3; + td{ + font-weight:bold; + } + } + td{ + padding:0.25rem 0.5rem; + vertical-align: middle; + .checkbox { + -ms-flex-pack:center; + justify-content:center; + } + } } } -.FormSection { - &-title { - color: #000; - background: lightgray; - padding: 0.5rem; - border-top: 1px solid #f1f1f1; - border-bottom: 1px solid #f1f1f1; - } - &-body { - padding: 0.5rem 0.75rem; - } - label { - -ms-flex: 1 0; - flex: 1 0; - } - /* label {*/ - /* display: -ms-flexbox;*/ - /* display: flex;*/ - /* -ms-flex-direction: column;*/ - /* flex-direction: column;*/ - /* width: 100%;*/ - /* margin: 0.5rem 0;*/ - /* -ms-flex-align: start;*/ - /* align-items: flex-start;*/ - /* -ms-flex-pack: start;*/ - /* justify-content: flex-start;*/ - /* }*/ - select { - font-size: 1rem; - min-width: 75%; - height: 35px; - } -} - - -.InputCollection { - display:-ms-flexbox; - display:flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -ms-flex-align: center; - align-items: center; - button { - padding: 0.25rem; - height: 1.5rem; - font-size: 0.75rem; - } - select { - min-width: 100%; - } - margin-bottom:0.5rem; - &-wrapper { - } -} .tableRow { display:-ms-flexbox; display:flex; @@ -165,6 +139,9 @@ font-weight:bold; } &--data { + &:nth-child(even) { + background:$neutral-dark-0; + } &:hover:not(&-active) { background:$neutral-dark-1; } @@ -173,7 +150,22 @@ color:white; } .activeUser, &-active{ - background: #00acee; + background: #00acee !important; + } + } + + + .userProfile { + &-table { + thead{ + font-weight:bold; + } + font-size: 1rem; + tr { + td { + vertical-align:top; + } + } } } } @@ -200,3 +192,4 @@ text-transform: uppercase; } } +