インフォメーションアーカイブ サイドメニューのスタイル修正
Showing
1 changed file
with
26 additions
and
1 deletions
... | @@ -3432,4 +3432,29 @@ body.itemid-132 table { | ... | @@ -3432,4 +3432,29 @@ body.itemid-132 table { |
3432 | .archive-module-custom { | 3432 | .archive-module-custom { |
3433 | height: 460px; | 3433 | height: 460px; |
3434 | overflow: auto; | 3434 | overflow: auto; |
3435 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
3435 | } | ||
3436 | |||
3437 | #aside > .custom-archive-module { | ||
3438 | position: relative; | ||
3439 | } | ||
3440 | |||
3441 | #aside > .custom-archive-module:after { | ||
3442 | content: ' '; | ||
3443 | position: absolute; | ||
3444 | bottom: 12px; | ||
3445 | left: calc(50% - 6px); | ||
3446 | display: block; | ||
3447 | width: 12px; | ||
3448 | height: 12px; | ||
3449 | border: 2px solid; | ||
3450 | border-color: transparent transparent #009fa8 #009fa8; | ||
3451 | transform: rotate(-45deg); | ||
3452 | opacity: 0.6; | ||
3453 | border-radius: 4px; | ||
3454 | } | ||
3455 | |||
3456 | @media (max-width: 980px) { | ||
3457 | #aside > .custom-archive-module:after { | ||
3458 | bottom: 47px; | ||
3459 | } | ||
3460 | } | ... | ... |
-
Please register or sign in to post a comment