Commit dd486d25d5ff90bcdad67029f70f50b1efd9cf5d
1 parent
b3c92cdd
Exists in
master
and in
79 other branches
Fix profile info block buttons
Showing
1 changed file
with
11 additions
and
1 deletions
Show diff stats
css/community-pages.css
@@ -8,6 +8,16 @@ | @@ -8,6 +8,16 @@ | ||
8 | font-family: Arial, open_sansbold, Helvetica, sans-serif; | 8 | font-family: Arial, open_sansbold, Helvetica, sans-serif; |
9 | } | 9 | } |
10 | 10 | ||
11 | +/*** Profile info block ***/ | ||
12 | +#content .profile-info-options{ | ||
13 | + padding-right: 0; | ||
14 | + text-align: center; | ||
15 | +} | ||
16 | + | ||
17 | +#content .profile-info-options a.button.with-text{ | ||
18 | + font-size: 11px; | ||
19 | +} | ||
20 | + | ||
11 | /* Search form */ | 21 | /* Search form */ |
12 | 22 | ||
13 | .action-profile-index .main-block #public-profile-search, | 23 | .action-profile-index .main-block #public-profile-search, |
@@ -50,7 +60,7 @@ | @@ -50,7 +60,7 @@ | ||
50 | border-radius: 4px; | 60 | border-radius: 4px; |
51 | border: 1px solid #2B51A8; | 61 | border: 1px solid #2B51A8; |
52 | font-size: 14px; | 62 | font-size: 14px; |
53 | - line-height: 14px | 63 | + line-height: 14px; |
54 | text-transform: uppercase; | 64 | text-transform: uppercase; |
55 | } | 65 | } |
56 | 66 |