Commit dd486d25d5ff90bcdad67029f70f50b1efd9cf5d

Authored by Melissa Wen
1 parent b3c92cdd

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 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 21 /* Search form */
12 22  
13 23 .action-profile-index .main-block #public-profile-search,
... ... @@ -50,7 +60,7 @@
50 60 border-radius: 4px;
51 61 border: 1px solid #2B51A8;
52 62 font-size: 14px;
53   - line-height: 14px
  63 + line-height: 14px;
54 64 text-transform: uppercase;
55 65 }
56 66  
... ...