Commit 1dbeca00a15d42c3b5cef203f5d640fce18998ce
Exists in
master
and in
79 other branches
Merge branch 'v2_members_page_and_block' of gitlab.com:softwarepublico/noosfero-…
…spb-theme into v2_members_page_and_block Conflicts: css/community-pages.css
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -151,7 +151,6 @@ |
151 | 151 | |
152 | 152 | /*Members Page*/ |
153 | 153 | |
154 | - | |
155 | 154 | /*area do select*/ |
156 | 155 | |
157 | 156 | .action-profile-members #profile-members-sort-options{ |
... | ... | @@ -165,7 +164,6 @@ |
165 | 164 | .action-profile-members #profile-members-sort-options label{ |
166 | 165 | font-weight: 700; |
167 | 166 | color:#172738; |
168 | -} | |
169 | 167 | |
170 | 168 | .action-profile-members #profile-members-sort-options select{ |
171 | 169 | background: none; |
... | ... | @@ -176,14 +174,14 @@ |
176 | 174 | font-size: 14px; |
177 | 175 | } |
178 | 176 | /*fim select*/ |
177 | + | |
179 | 178 | .action-profile-members .profile-members{ |
180 | 179 | padding-left: 5px; /*34px;*/ |
181 | - /*background-image: url(members.png);*/ | |
182 | 180 | } |
183 | 181 | .action-profile-members .profile-admins{ |
184 | 182 | padding-left: 5px; |
185 | - /*background-image: url(members.png);*/ | |
186 | 183 | } |
184 | + | |
187 | 185 | /*area da imagem*/ |
188 | 186 | .action-profile-members .box-1 .common-profile-list-block span{ |
189 | 187 | margin-right: 9px; | ... | ... |