Changeset 10493 for trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
- Timestamp:
- 02/02/2016 12:08:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r10487 r10493 1503 1503 height: auto; 1504 1504 width: auto; 1505 }1506 }1505 } 1506 } 1507 1507 1508 1508 .main-column { 1509 1509 margin-left: 0; 1510 }1510 } 1511 1511 1512 1512 .submit { … … 1514 1514 display: inline-block; 1515 1515 width: 100%; 1516 } 1517 } 1518 } 1519 } 1520 1521 } 1516 } 1517 } 1518 1519 } // close @media 1520 } // close .item-body 1521 1522 } // close .groups.group-invites 1522 1523 1523 1524 /** … … 1728 1729 1729 1730 #message-thread { 1730 //Single message view1731 //Single message view 1731 1732 a { 1732 1733 border-bottom: 0; … … 1893 1894 } 1894 1895 1895 /* Auto Complete background */1896 1896 .acfb-holder { 1897 1897 … … 1913 1913 } 1914 1914 1915 /* Sitewide Notices loop */1916 1915 #message-threads.sitewide-notices { 1917 1916 td { … … 1936 1935 1937 1936 td:first-child + td + td { 1938 // notice date1937 // notice date 1939 1938 border-bottom: 0; 1940 1939 … … 1945 1944 1946 1945 td:last-child { 1947 // notice actions1946 // notice actions 1948 1947 border-bottom-color: darken($border-light, 20%); 1949 1948 line-height: 1; … … 1951 1950 1952 1951 a:last-child { 1953 // hide the 'x' text1952 // hide the 'x' text 1954 1953 line-height: 0; 1955 1954 margin-left: 0.7em; … … 2032 2031 #buddypress { 2033 2032 2034 // Match BP form elements to Themes(2015) styling where styles2035 // are not inherited or being overriden.2033 // Match BP form elements to Themes(2015) styling where styles 2034 // are not inherited or being overriden. 2036 2035 2037 2036 div.activity-comments { … … 2084 2083 div.dir-search, 2085 2084 div.message-search, 2086 li.groups-members-search 2087 { 2085 li.groups-members-search { 2088 2086 float: none; 2089 2087 margin: $spacing-val-sm 0; … … 2148 2146 } 2149 2147 } // close @media 2150 2151 // Attempt to replicate the 2015 breakpoint font resizing for buttons/submits2152 // @media screen and (min-width: 59.6875em) {2153 // .dir-search,2154 // .message-search {2155 // form {2156 // input[type='text'] { @include font-size(14) ;}2157 // input[type='submit'] {@include font-size(14);}2158 // }2159 // }2160 // }2161 2148 2162 2149 @media screen and (min-width: 77.5em) { … … 2312 2299 2313 2300 #buddypress { 2314 /* Auto Complete background */2315 2301 .acfb-holder { 2316 2302 … … 2318 2304 background: $notice-info; 2319 2305 border: inherit; 2320 2321 } 2322 } 2306 } 2307 } 2308 }
Note: See TracChangeset
for help on using the changeset viewer.