Showing
1 changed file
with
5 additions
and
4 deletions
@@ -318,12 +318,13 @@ | @@ -318,12 +318,13 @@ | ||
318 | .senior-sub { | 318 | .senior-sub { |
319 | box-sizing: border-box; | 319 | box-sizing: border-box; |
320 | position: absolute; | 320 | position: absolute; |
321 | - padding: 15px 0; | ||
322 | - left: 0; | ||
323 | - right: 0; | 321 | + padding: 15px 0 15px 91px; |
322 | + left: -91px; | ||
323 | + right: -1px; | ||
324 | top: 39px; | 324 | top: 39px; |
325 | background: #fff; | 325 | background: #fff; |
326 | - border: 1px solid #eaeceb; | 326 | + border: 1px solid #dfdfdf; |
327 | + border-top-color: #eaeceb; | ||
327 | z-index: 2; | 328 | z-index: 2; |
328 | 329 | ||
329 | ul { | 330 | ul { |
-
Please register or login to post a comment