Commit 295e2396498bd02bdf2433411bd32a2529f8e0c0

Authored by Daniela Feitosa
1 parent 08e51abe

Fixed style of people/communities block buttons

Closes #183
Showing 1 changed file with 21 additions and 19 deletions   Show diff stats
style.css
... ... @@ -2031,6 +2031,23 @@ input.button.with-text {
2031 2031  
2032 2032 /*#content .tags-block .block-footer-content a, */
2033 2033  
  2034 +#content .tags-block .block-footer-content a,
  2035 +#content .people-block .block-footer-content a,
  2036 +#content .profile-list-block .block-footer-content a,
  2037 +#content .enterprises-block .block-footer-content a,
  2038 +#content .members-block .block-footer-content a,
  2039 +#content .communities-block .block-footer-content a,
  2040 +#content .friends-block .block-footer-content a {
  2041 + background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE;
  2042 + border: 1px solid #CCCCCC;
  2043 + border-radius: 5px 5px 5px 5px;
  2044 + display: inline;
  2045 + margin: 14px 0 14px 14px;
  2046 + padding: 5px 15px;
  2047 + position: relative;
  2048 + top: 5px;
  2049 +}
  2050 +
2034 2051 .action-home-index #content .people-block .block-footer-content a,
2035 2052 .action-home-index #content .profile-list-block .block-footer-content a,
2036 2053 .action-home-index #content .enterprises-block .block-footer-content a,
... ... @@ -2046,31 +2063,16 @@ input.button.with-text {
2046 2063 .action-environment_design-index .friends-block .block-footer-content a {
2047 2064  
2048 2065 background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent;
2049   - color: #000000;
  2066 + color: #333;
2050 2067 display: inline-block;
2051 2068 font-weight: bold;
2052 2069 margin-right: 0;
2053 2070 padding: 10px 20px 10px 50px;
2054 2071 position: relative;
2055 2072 text-align: left;
2056   - font-family: Arial, sans-serif;
2057   -}
2058   -
2059   -#content .tags-block .block-footer-content a,
2060   -#content .people-block .block-footer-content a,
2061   -#content .profile-list-block .block-footer-content a,
2062   -#content .enterprises-block .block-footer-content a,
2063   -#content .members-block .block-footer-content a,
2064   -#content .communities-block .block-footer-content a,
2065   -#content .friends-block .block-footer-content a {
2066   - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE;
2067   - border: 1px solid #CCCCCC;
2068   - border-radius: 5px 5px 5px 5px;
2069   - display: inline;
2070   - margin: 14px 0 14px 14px;
2071   - padding: 5px 15px;
2072   - position: relative;
2073   - top: 5px;
  2073 + font-family: Arial, sans-serif;
  2074 + border: none;
  2075 + border-radius: inherit;
2074 2076 }
2075 2077  
2076 2078 /*fim botoes ver todos*/
... ...