Commit 64b5f6c166390f9c50dd191f81159f18f9a39267
1 parent
2ce08ad8
Exists in
master
and in
5 other branches
Fix style Panel Menu left
Showing
1 changed file
with
34 additions
and
17 deletions
Show diff stats
style.css
| 1 | 1 | @import url(../profile-base/style.css); |
| 2 | 2 | |
| 3 | -/* Painel lateral de menus */ | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | +/* Panel Right Style */ | |
| 4 | 7 | .box-1 { |
| 5 | 8 | margin: 0 0 0 170px; |
| 6 | 9 | } |
| 7 | 10 | |
| 11 | + | |
| 12 | +/* Panel Left Style */ | |
| 13 | + | |
| 8 | 14 | .box-2 { |
| 9 | -width: 160px; | |
| 15 | + width: 160px; | |
| 10 | 16 | } |
| 11 | 17 | |
| 18 | + | |
| 19 | +/* Menu List left */ | |
| 20 | + | |
| 12 | 21 | #content .box-2 .block-title { |
| 13 | 22 | font-size: 14px; |
| 14 | 23 | text-align: left; |
| ... | ... | @@ -22,27 +31,35 @@ width: 160px; |
| 22 | 31 | } |
| 23 | 32 | |
| 24 | 33 | #content .box-2 .link-list-block li a.link-this-page { |
| 25 | -width: auto; | |
| 26 | -border-right: none; | |
| 34 | + width: auto; | |
| 35 | + border-right: none; | |
| 36 | + font-weight: bold; | |
| 37 | + color: #436976 !important; | |
| 38 | + border-top: 2px solid #64946e !important; | |
| 39 | + border-bottom: 2px solid #64946e !important; | |
| 40 | + background-color: #eeefff; | |
| 41 | + border-radius: 0px; | |
| 27 | 42 | } |
| 28 | 43 | |
| 29 | 44 | #content .box-2 .link-list-block li a { |
| 30 | -font-size: 14px; | |
| 31 | -line-height: 1em; | |
| 32 | -color: #436976; | |
| 33 | -background-color: #FFF; | |
| 34 | -border-radius: none; | |
| 35 | -padding: 0.6em 1.5em; | |
| 45 | + font-size: 14px; | |
| 46 | + line-height: 1em; | |
| 47 | + color: #436976; | |
| 48 | + background-color: #FFF; | |
| 49 | + border-radius: none; | |
| 50 | + padding: 0.6em 1.5em; | |
| 36 | 51 | } |
| 37 | 52 | |
| 38 | 53 | #content .box-2 .link-list-block li a:hover { |
| 39 | -background-color: #FFF; | |
| 40 | -color: #000; | |
| 54 | + background-color: #FFF; | |
| 55 | + color: #000; | |
| 41 | 56 | } |
| 42 | 57 | |
| 43 | -.box-2 .link-list-block li { | |
| 44 | -border-bottom: 1px solid #ddd; | |
| 45 | -border-top: none; | |
| 46 | -padding: 0 !important; | |
| 47 | -margin: 0 !important; | |
| 58 | +#content .box-2 .link-list-block li { | |
| 59 | + border-bottom: 1px solid #ddd; | |
| 60 | + border-top: none; | |
| 61 | + padding: 0; | |
| 62 | + margin: 0; | |
| 48 | 63 | } |
| 64 | + | |
| 65 | +/* */ | ... | ... |