From fdde6bd7c3555aefc3e3d5b652dd77f03ba85a27 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 11 Oct 2016 12:52:01 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index b357d13..36ed8f8 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1690,7 +1690,7 @@ p.right{text-align: right;} position: absolute; width: 100%; left: 0; - bottom: 0; + bottom: calc(0% - 40px); font-size: 14px; font-weight: 500; display: flex; @@ -1698,6 +1698,9 @@ p.right{text-align: right;} align-items: center; letter-spacing: 0.4px; } +.cols a .label:hover{ + bottom:0; +} .cols a .label span{font-weight: 600;padding-right: 5px;} .menu .container ul li:hover .dropd_menu{ display: block; -- libgit2 0.21.4