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