Changeset 10319
- Timestamp:
- 10/28/2015 09:52:33 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
r10295 r10319 1710 1710 #buddypress .group-create-form li { 1711 1711 float: none; 1712 list-style: none; 1712 1713 } 1713 1714 -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r10295 r10319 1710 1710 #buddypress .group-create-form li { 1711 1711 float: none; 1712 list-style: none; 1712 1713 } 1713 1714 -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r10295 r10319 2016 2016 */ 2017 2017 2018 #buddypress { 2019 2018 2020 // Match BP form elements to Themes(2015) styling where styles 2019 2021 // are not inherited or being overriden. 2020 #buddypress {2021 2022 2022 2023 div.activity-comments { … … 2056 2057 .standard-form, 2057 2058 .group-create-form { 2058 li {float: none;} 2059 li { 2060 float: none; 2061 list-style: none; 2062 } 2063 2059 2064 input[type='text'], 2060 2065 textarea {
Note: See TracChangeset
for help on using the changeset viewer.