X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fproject_management%2Fsrc%2Fdashboard%2FprojectMgmt.scss;h=dc8fcce606e8a79685f4f0200d8bd7e85a71f044;hb=e8b5e73cb3b410744daf1c096ae2697da171f9bb;hp=3c2b58e5b49f7cfba2c4fd9e613d6f3cf9605e77;hpb=fcd961a41694875eee6f2ed7ac0e7d3fcd5e8cac;p=osm%2FUI.git diff --git a/skyquake/plugins/project_management/src/dashboard/projectMgmt.scss b/skyquake/plugins/project_management/src/dashboard/projectMgmt.scss index 3c2b58e5b..dc8fcce60 100644 --- a/skyquake/plugins/project_management/src/dashboard/projectMgmt.scss +++ b/skyquake/plugins/project_management/src/dashboard/projectMgmt.scss @@ -131,6 +131,23 @@ background:none; color: black; } + + table { + 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; + } + } + } } @@ -198,7 +215,7 @@ padding: 0.25rem; margin: .125rem 0; >div { - padding:0.25rem 1rem 0.25rem 0; + padding: 0.25rem; -ms-flex: 1 1 33%; flex: 1 1 33%; display: -ms-flexbox;