diff --git a/modules/about/client/less/about.less b/modules/about/client/less/about.less index 40f41f7b..60995552 100644 --- a/modules/about/client/less/about.less +++ b/modules/about/client/less/about.less @@ -19,54 +19,15 @@ line-height: 1.7; } + +.table-black-list { + table { + margin-bottom: 0 !important; + } +} + .black-list { .black-item { - cursor: pointer; - position: relative; - border: solid 1px #1a1a1a; - border-radius: 4px; - background-color: #2a2a2a; - padding: 10px 0 15px 0; - margin: 20px 0 0 0; - overflow: hidden; - - .fa { - transition-property: transform, opacity; - transition-duration: .5s; - transition-timing-function: ease; - font-size: 7em; - } - h4 { - color: #ddd; - position: relative; - z-index: 100; - } - span { - color: #999; - position: relative; - z-index: 100; - } - - &:hover { - .fa { - /* csslint ignore:start */ - transform: scale(1.5); - /* csslint ignore:end */ - } - h4, span { - color: #fff; - } - .black-icon { - opacity: 1; - } - } - } - - .black-icon { - position: absolute; - top: -20px; - right: -20px; - opacity: 0.5; } } diff --git a/modules/about/client/views/black.client.view.html b/modules/about/client/views/black.client.view.html index 69fb0020..1218c96f 100644 --- a/modules/about/client/views/black.client.view.html +++ b/modules/about/client/views/black.client.view.html @@ -8,20 +8,35 @@
| # | +{{ 'ABOUT.BLANK_NAME' | translate}} | +{{ 'ABOUT.BLANK_REASON' | translate}} | +
|---|---|---|
| + {{$index}} + | ++ {{b.name}} + | ++ {{b.reason | translate}} + | +