Commit 067425898481a6fc1f7dc1f5d685930ceea1112d
1 parent
d0f3b99f
git
Showing
1 changed file
with
11 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -7047,7 +7047,7 @@ li.active-menu-admin:hover a .ico_num { |
7047 | 7047 | border-bottom: 1px solid #fff; |
7048 | 7048 | position: absolute; |
7049 | 7049 | left: 0; |
7050 | - bottom: -1px; | |
7050 | + bottom: 2px; | |
7051 | 7051 | content: ''; |
7052 | 7052 | box-sizing: border-box; |
7053 | 7053 | } |
... | ... | @@ -8127,4 +8127,14 @@ li.active-menu-admin:hover a .ico_num { |
8127 | 8127 | } |
8128 | 8128 | .section-box.fix_padding_bottom_ { |
8129 | 8129 | padding-bottom: 50px; |
8130 | +} | |
8131 | +.project_status { | |
8132 | + font-size: 13px; | |
8133 | + color: #f10b00; | |
8134 | + height: 29px; | |
8135 | + position: absolute; | |
8136 | + top: -22px; | |
8137 | + right: 168px; | |
8138 | + text-align: right; | |
8139 | + width: 180px; | |
8130 | 8140 | } |
8131 | 8141 | \ No newline at end of file | ... | ... |