diff --git a/module/block/view/docstatisticblock.html.php b/module/block/view/docstatisticblock.html.php index 27b0706732..dd2fcd8af0 100644 --- a/module/block/view/docstatisticblock.html.php +++ b/module/block/view/docstatisticblock.html.php @@ -16,22 +16,37 @@ .block-statistic .statistic {flex: 0 1 32%;} .block-statistic .created {flex: 0 1 48%;} .block-statistic .edited {flex: 0 1 16%; padding-left: 20px;} -.block-statistic .divider {border-right: 1px solid #eee; padding-right: 35px;} +.block-statistic .divider {border-right: 1px solid #eee; padding-right: 12%;} .block-statistic .title-line {height: 32px;} .block-statistic .panel-title {display: none;} .block-statistic .panel-body {margin-top: -32px; padding: 30px;} .block-statistic .tile-title {white-space: nowrap;} + +.block-statistic.block-sm .flex {justify-content: start;} +.block-statistic.block-sm .panel-body.flex {flex-direction: column;} +.block-statistic.block-sm .divider {border-right: none;} +.block-statistic.block-sm .panel-title {display: block;} +.block-statistic.block-sm .statistic .title-line {display: none;} +.block-statistic.block-sm .statistic .flex {margin-top: -28px;} +.block-statistic.block-sm .title-line {height: 0; padding-top: 10px;} +.block-statistic.block-sm .tile {padding: 10px 32px 20px;} +.block-statistic.block-sm .panel-body {margin-top: 0px; padding: 10px;} +.block-statistic.block-sm .flex-column .flex .tile:nth-child(1) {padding-left: 0;} +.block-statistic.block-sm .edited {padding-left: 10px;} +.block-statistic.block-sm .flex-column {border-bottom: 1px solid #eee;} +.block-statistic.block-sm .flex-column:last-child {border-bottom: none;} +