Ticket #8810: 8810.patch
| File 8810.patch, 2.0 KB (added by , 3 years ago) |
|---|
-
buddypress.org/public_html/wp-content/themes/bb-base/style.css
1801 1801 } 1802 1802 } 1803 1803 1804 @media screen and (max-width: 460px){ 1805 #wpadminbar #wp-toolbar #wp-admin-bar-bp-login a.ab-item { 1806 padding: 5px; 1807 } 1808 } 1809 1810 @media screen and (max-width: 782px){ 1811 #wpadminbar #wp-toolbar #wp-admin-bar-my-account a.ab-item { 1812 font-size: 0; 1813 } 1814 } 1815 1816 1817 @media screen and (max-width: 690px){ 1818 #main .content > div { 1819 width: 100% !important; 1820 } 1821 } 1822 No newline at end of file -
buddypress.org/public_html/wp-content/themes/codex-buddypress-org/screen.css
120 120 overflow: auto; 121 121 color: #555; 122 122 font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 123 box-sizing: border-box; 124 max-width: 100%; 123 125 } 124 126 .footer-meta-wrap .footer-meta .col-half { 125 127 float: left; 126 128 width: 50%; 129 box-sizing: border-box; 127 130 } 128 131 .footer-meta-wrap .footer-meta h3.title { 129 132 font-size: 16px; -
jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
1616 1616 } 1617 1617 } 1618 1618 1619 .search-form .search-field { 1620 box-sizing: border-box; 1621 } 1622 1623 @media only screen and (max-width: 600px){ 1624 .main-navigation li { 1625 margin-bottom: 5px; 1626 display: inline-block; 1627 float: none; 1628 } 1629 } 1630 No newline at end of file