diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index 98c6e4f0..236d8b28 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -245,46 +245,6 @@ div.blankSpace { div.footerWithBorder { border-top: 1px solid #cfd4d6; } - -.blockRow > a:hover { - text-decoration: none; -} - -.block { - height: 114px; - width: 114px; - display: inline-block; - border: 1px solid #c9cfd7; - background-color: #fff; - border-radius: 4px; - font-size: .83em; - margin-right: 5px; - vertical-align: top; -} - -.block > .upper { - height:57px; - padding-top:10px; -} - -.block > .upper > img { - padding-top:5px; - padding-bottom:5px; - padding-left:41px; -} - -.block > .lower { - height:57px; - text-align:center; -} - -.block > .lower > p:hover { - text-decoration: underline; -} - -div.block:hover { - background-color: #e9ecef; -} div.rightSideDash { padding-left: 18px; padding-right: 18px; diff --git a/css/hesk_newStyleRTL.php b/css/hesk_newStyleRTL.php index 39d18ff9..5355d765 100644 --- a/css/hesk_newStyleRTL.php +++ b/css/hesk_newStyleRTL.php @@ -244,46 +244,6 @@ div.blankSpace { div.footerWithBorder { border-top: 1px solid #cfd4d6; } - -.blockRow > a:hover { - text-decoration: none; -} - -.block { - height: 114px; - width: 114px; - display: inline-block; - border: 1px solid #c9cfd7; - background-color: #fff; - border-radius: 4px; - font-size: .83em; - margin-left: 5px; - vertical-align: top; -} - -.block > .upper { - height:57px; - padding-top:10px; -} - -.block > .upper > img { - padding-top:5px; - padding-bottom:5px; - padding-right:41px; -} - -.block > .lower { - height:57px; - text-align:center; -} - -.block > .lower > p:hover { - text-decoration: underline; -} - -div.block:hover { - background-color: #e9ecef; -} div.rightSideDash { padding-right: 18px; padding-left: 18px;