diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 98c0fa5..4f2e9c7 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -7047,7 +7047,7 @@ li.active-menu-admin:hover a .ico_num { border-bottom: 1px solid #fff; position: absolute; left: 0; - bottom: -1px; + bottom: 2px; content: ''; box-sizing: border-box; } @@ -8127,4 +8127,14 @@ li.active-menu-admin:hover a .ico_num { } .section-box.fix_padding_bottom_ { padding-bottom: 50px; +} +.project_status { + font-size: 13px; + color: #f10b00; + height: 29px; + position: absolute; + top: -22px; + right: 168px; + text-align: right; + width: 180px; } \ No newline at end of file -- libgit2 0.21.4