Commit e75f545799e7a8df8ffbca20e6c5f63fa7111df1
1 parent
d9dbf69b
Exists in
master
and in
79 other branches
margin adjustment
Showing
1 changed file
with
20 additions
and
5 deletions
Show diff stats
css/tabs.css
| 1 | +#block-community-tabs, | |
| 1 | 2 | .profile-members-tabs-container{ |
| 2 | 3 | font-family: Arial; |
| 3 | 4 | } |
| 4 | 5 | |
| 6 | +#block-community-tabs .ui-corner-all, | |
| 5 | 7 | .profile-members-tabs-container .ui-corner-all{ |
| 6 | 8 | overflow: visible; |
| 7 | 9 | } |
| 8 | 10 | |
| 11 | +#block-community-tabs .iu-widget, | |
| 12 | +.profile-members-tabs-container .iu-widget{ | |
| 13 | + font-size: 0px; | |
| 14 | +} | |
| 15 | + | |
| 16 | +#block-community-tabs .ui-widget-header, | |
| 9 | 17 | .profile-members-tabs-container .ui-widget-header{ |
| 10 | 18 | background:#ECEDF1; |
| 11 | 19 | border:none; |
| 12 | 20 | border-bottom: 3px solid #D3D6DE; |
| 13 | 21 | } |
| 14 | 22 | |
| 23 | +#block-community-tabs .ui-widget-content, | |
| 15 | 24 | .profile-members-tabs-container .ui-widget-content{ |
| 16 | 25 | border:none; |
| 17 | 26 | background:none; |
| 18 | 27 | } |
| 19 | - | |
| 28 | +/*#block-community-tabs .ui-corner-all,*/ | |
| 29 | +/*#block-community-tabs .ui-corner-all,*/ | |
| 30 | +#block-community-tabs .ui-corner-all, | |
| 20 | 31 | .profile-members-tabs-container .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, |
| 21 | 32 | .profile-members-tabs-container .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, |
| 22 | 33 | .profile-members-tabs-container .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{ |
| 23 | 34 | border-radius:0px; |
| 24 | 35 | } |
| 25 | 36 | |
| 37 | +#block-community-tabs .ui-state-default | |
| 38 | +#block-community-tabs .ui-widget-content .ui-state-default, | |
| 39 | +#block-community-tabs .ui-widget-header .ui-state-default, | |
| 26 | 40 | .profile-members-tabs-container .ui-state-default, |
| 27 | 41 | .profile-members-tabs-container .ui-widget-content .ui-state-default, |
| 28 | 42 | .profile-members-tabs-container .ui-widget-header .ui-state-default{ |
| ... | ... | @@ -32,6 +46,7 @@ |
| 32 | 46 | color:#172738; |
| 33 | 47 | } |
| 34 | 48 | |
| 49 | +#block-community-tabs .ui-tabs .ui-tabs-nav, | |
| 35 | 50 | .profile-members-tabs-container .ui-tabs .ui-tabs-nav { |
| 36 | 51 | font-size: 15px; |
| 37 | 52 | } |
| ... | ... | @@ -44,17 +59,17 @@ |
| 44 | 59 | .profile-members-tabs-container .ui-tabs .ui-tabs-panel { |
| 45 | 60 | padding: 0px; |
| 46 | 61 | }*/ |
| 47 | - | |
| 62 | +#block-community-tabs .ui-tabs .ui-tabs-nav li, | |
| 48 | 63 | #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li{ |
| 49 | 64 | padding-right: 3px; |
| 50 | 65 | } |
| 51 | - | |
| 66 | +#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active, | |
| 52 | 67 | #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { |
| 53 | 68 | margin-bottom: -3px !important; |
| 54 | 69 | padding-bottom: 1px; |
| 55 | 70 | border-bottom: 3px solid #FF0366; |
| 56 | 71 | } |
| 57 | - | |
| 72 | +#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:before, | |
| 58 | 73 | #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:before{ |
| 59 | 74 | content:"\f0dd"; |
| 60 | 75 | font-family: FontAwesome; |
| ... | ... | @@ -64,7 +79,7 @@ |
| 64 | 79 | margin:0px 45%; |
| 65 | 80 | color:#FF0366; |
| 66 | 81 | } |
| 67 | - | |
| 82 | +#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a, | |
| 68 | 83 | #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active a { |
| 69 | 84 | color: #FF0366; |
| 70 | 85 | font-weight: 700; | ... | ... |