Commit d9dbf69b2ccc4b3cce8ec32778c39434d672f9ad
1 parent
872f06f2
Exists in
master
and in
54 other branches
General Settings tabs - color, icon and measures
Showing
2 changed files
with
72 additions
and
0 deletions
Show diff stats
| @@ -0,0 +1,71 @@ | @@ -0,0 +1,71 @@ | ||
| 1 | +.profile-members-tabs-container{ | ||
| 2 | + font-family: Arial; | ||
| 3 | +} | ||
| 4 | + | ||
| 5 | +.profile-members-tabs-container .ui-corner-all{ | ||
| 6 | + overflow: visible; | ||
| 7 | +} | ||
| 8 | + | ||
| 9 | +.profile-members-tabs-container .ui-widget-header{ | ||
| 10 | + background:#ECEDF1; | ||
| 11 | + border:none; | ||
| 12 | + border-bottom: 3px solid #D3D6DE; | ||
| 13 | +} | ||
| 14 | + | ||
| 15 | +.profile-members-tabs-container .ui-widget-content{ | ||
| 16 | + border:none; | ||
| 17 | + background:none; | ||
| 18 | +} | ||
| 19 | + | ||
| 20 | +.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, | ||
| 22 | +.profile-members-tabs-container .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{ | ||
| 23 | + border-radius:0px; | ||
| 24 | +} | ||
| 25 | + | ||
| 26 | +.profile-members-tabs-container .ui-state-default, | ||
| 27 | +.profile-members-tabs-container .ui-widget-content .ui-state-default, | ||
| 28 | +.profile-members-tabs-container .ui-widget-header .ui-state-default{ | ||
| 29 | + border:none; | ||
| 30 | + background:#ECEDF1; | ||
| 31 | + font-weight: normal; | ||
| 32 | + color:#172738; | ||
| 33 | +} | ||
| 34 | + | ||
| 35 | +.profile-members-tabs-container .ui-tabs .ui-tabs-nav { | ||
| 36 | + font-size: 15px; | ||
| 37 | +} | ||
| 38 | + | ||
| 39 | +/*.profile-members-tabs-container .ui-tabs .ui-tabs-nav{ | ||
| 40 | + margin: 0px; | ||
| 41 | + padding: 0px; | ||
| 42 | +} | ||
| 43 | + | ||
| 44 | +.profile-members-tabs-container .ui-tabs .ui-tabs-panel { | ||
| 45 | + padding: 0px; | ||
| 46 | +}*/ | ||
| 47 | + | ||
| 48 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li{ | ||
| 49 | + padding-right: 3px; | ||
| 50 | +} | ||
| 51 | + | ||
| 52 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { | ||
| 53 | + margin-bottom: -3px !important; | ||
| 54 | + padding-bottom: 1px; | ||
| 55 | + border-bottom: 3px solid #FF0366; | ||
| 56 | +} | ||
| 57 | + | ||
| 58 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:before{ | ||
| 59 | + content:"\f0dd"; | ||
| 60 | + font-family: FontAwesome; | ||
| 61 | + font-size: 16px; | ||
| 62 | + position:absolute; | ||
| 63 | + top:26px; | ||
| 64 | + margin:0px 45%; | ||
| 65 | + color:#FF0366; | ||
| 66 | +} | ||
| 67 | + | ||
| 68 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active a { | ||
| 69 | + color: #FF0366; | ||
| 70 | + font-weight: 700; | ||
| 71 | +} |
style.css
| @@ -13,6 +13,7 @@ | @@ -13,6 +13,7 @@ | ||
| 13 | @import url(css/news-page.css); | 13 | @import url(css/news-page.css); |
| 14 | @import url(css/community-pages.css); | 14 | @import url(css/community-pages.css); |
| 15 | @import url(css/edition-pages.css); | 15 | @import url(css/edition-pages.css); |
| 16 | +@import url(css/tabs.css); | ||
| 16 | /* | 17 | /* |
| 17 | @import url(css/use-report.css); | 18 | @import url(css/use-report.css); |
| 18 | @import url(css/tooltips.css); | 19 | @import url(css/tooltips.css); |