- Timestamp:
- 10/09/2015 09:50:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
r10216 r10224 42 42 6.2.1.1 - Management settings screens 43 43 6.2.1.2 - Group members list 44 6.2.1.3 - Group send Invites 44 45 6.2.2 - item-body: User Accounts 45 46 6.2.2.1 - classes, pag, filters … … 1163 1164 .groups.group-members #subnav li #search-members-form label input[type="text"] { 1164 1165 width: 100%; 1166 } 1167 } 1168 1169 /** 1170 *----------------------------------------- 1171 * @subsection 6.2.1.3 - Group send Invites 1172 *----------------------------------------- 1173 */ 1174 #buddypress div.invite .left-menu { 1175 float: none; 1176 } 1177 1178 @media screen and (min-width: 46.25em) { 1179 #buddypress div.invite .left-menu { 1180 float: right; 1181 } 1182 } 1183 1184 #buddypress div.invite #invite-list { 1185 border: 1px solid #eaeaea; 1186 height: auto; 1187 min-height: 3.125em; 1188 padding: 0 0.3em 0.5em; 1189 width: auto; 1190 } 1191 1192 @media screen and (min-width: 46.25em) { 1193 #buddypress div.invite #invite-list { 1194 width: 220px; 1195 } 1196 } 1197 1198 #buddypress div.invite #invite-list ul { 1199 padding-right: 0; 1200 } 1201 1202 #buddypress div.invite .main-column { 1203 margin-right: 0; 1204 } 1205 1206 @media screen and (min-width: 46.25em) { 1207 #buddypress div.invite .main-column { 1208 margin-right: 235px; 1165 1209 } 1166 1210 }
Note: See TracChangeset
for help on using the changeset viewer.