diff --git a/frontend/src/css/groups.css b/frontend/src/css/groups.css index ac307cba3d..f832f7a8fc 100644 --- a/frontend/src/css/groups.css +++ b/frontend/src/css/groups.css @@ -1,3 +1,17 @@ +.group-table-container { + padding-top: 0.625rem !important; +} + +.group-table-container thead th { /* overwrite bootstrap styles */ + padding: 0; + font-size: 0; + border: 0; +} + +.group-table-container td { /* overwrite bootstrap styles */ + border-top:0; +} + .group-item-heading { font-size: 16px; font-weight: normal; @@ -12,14 +26,7 @@ border-bottom: 1px solid #e5e5e5; margin: 0 0 32px; } -.group-item-table thead th { /* overwrite bootstrap styles */ - padding: 0; - font-size: 0; - border: 0; -} -.group-item-table td { /* overwrite bootstrap styles */ - border-top:0; -} + .group-top-op-icon { display: inline-block; font-size: 22px; diff --git a/frontend/src/css/layout.css b/frontend/src/css/layout.css index 5df3fb6d06..d910ab4335 100644 --- a/frontend/src/css/layout.css +++ b/frontend/src/css/layout.css @@ -95,7 +95,7 @@ } .cur-view-content { - padding: 0.625rem 1rem 1.25rem; + padding: 1.625rem 1rem 1.25rem; height: calc(100% - 40px); flex: 1; min-height: 0; diff --git a/frontend/src/pages/groups/groups-view.js b/frontend/src/pages/groups/groups-view.js index 8eca160b1b..6b9cb5c7fb 100644 --- a/frontend/src/pages/groups/groups-view.js +++ b/frontend/src/pages/groups/groups-view.js @@ -139,7 +139,7 @@ class GroupsView extends React.Component {