- Timestamp:
- 10/11/2015 06:24:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r10224 r10249 289 289 } 290 290 291 /*__ Horizontal menus __*/291 /*__ Horizontal menus & small screen __*/ 292 292 #object-nav { 293 293 294 294 ul { 295 295 overflow: hidden; 296 li {float: none;} 296 297 li { 298 @media screen and (max-width: 38.75em) { 299 &:focus, 300 &:hover { 301 background: darken($cream-background, 2%); 302 } 303 } 304 305 float: none; 306 } 307 308 @media screen and (max-width: 38.75em) { 309 li:not(:last-child) { 310 border-bottom: 1px solid $border-light; 311 } 312 } 313 297 314 li:not(.selected) { 298 315 a {opacity: 0.7;} … … 453 470 border-bottom: 1px solid $border-med; 454 471 overflow: visible; 455 padding -bottom: 0;472 padding: 0; 456 473 457 474 li { … … 1649 1666 1650 1667 #profile-edit-form { 1668 1651 1669 .button-nav:before, 1652 1670 .button-nav:after { … … 1662 1680 border-bottom: 1px solid $border-light; 1663 1681 margin-left: 0; 1682 padding: 0; 1664 1683 1665 1684 li { … … 1812 1831 } 1813 1832 1833 .thread-checkbox { 1834 padding: 0 0 0 0.3em; 1835 } 1836 1814 1837 td.bulk-select-check, 1815 1838 td.thread-from { 1816 height: 2.6em;1839 height: 3em; 1817 1840 @media screen and (max-width: 38.75em) { 1818 1841 height: 5.2em; … … 1835 1858 @include font-size(12); 1836 1859 } 1837 } 1860 1861 .thread-excerpt { 1862 @include font-size(14); 1863 } 1864 } 1865 1866 1838 1867 1839 1868 td.thread-options { … … 1856 1885 @media screen and (max-width: 38.75em) { 1857 1886 clear: both; 1858 @include font-size(1 1);1887 @include font-size(12); 1859 1888 width: 100%; 1860 1889 } … … 2107 2136 } 2108 2137 2109 div.message-search {margin-right: $spacing-val-sm;}2110 2138 } // close @media 2111 2139 … … 2134 2162 // a more general typography section to manage BP elements grouped under 2135 2163 // breakpoints. Provide top/bottom margins for tables, lacking in BP styles 2164 2136 2165 #buddypress { 2166 2137 2167 table { 2138 2168 @include font-size(14); … … 2143 2173 border-color: darken($border-light, 20%); 2144 2174 color: $content-background; 2175 } 2176 2177 // twentythirteen removes left padding, replace! 2178 th, 2179 td { 2180 padding: 0.3em; 2145 2181 } 2146 2182
Note: See TracChangeset
for help on using the changeset viewer.