Changeset 3532
- Timestamp:
- 06/22/2016 09:43:56 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3526 r3532 1231 1231 --------------------------------------------------------------*/ 1232 1232 .main-navigation { 1233 background: #0073aa; 1233 1234 clear: both; 1234 } 1235 1236 .main-navigation.toggled { 1237 padding: 16px 0 0; 1238 padding: 1rem 0 0; 1235 right: 0; 1236 position: absolute; 1237 top: 60px; 1238 width: 100%; 1239 1239 } 1240 1240 … … 1316 1316 width: 3.5rem; 1317 1317 position: absolute; 1318 top: 2px;1318 top: -58px; 1319 1319 left: 1rem; 1320 1320 } … … 1330 1330 .main-navigation { 1331 1331 float: left; 1332 position: initial; 1333 width: initial; 1332 1334 } 1333 1335 .main-navigation.toggled { … … 1804 1806 border-radius: 2px 0 0 2px; 1805 1807 display: none; 1806 height: 31px;1807 1808 margin-right: -6px; 1808 1809 vertical-align: bottom; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3526 r3532 1231 1231 --------------------------------------------------------------*/ 1232 1232 .main-navigation { 1233 background: #0073aa; 1233 1234 clear: both; 1234 } 1235 1236 .main-navigation.toggled { 1237 padding: 16px 0 0; 1238 padding: 1rem 0 0; 1235 left: 0; 1236 position: absolute; 1237 top: 60px; 1238 width: 100%; 1239 1239 } 1240 1240 … … 1316 1316 width: 3.5rem; 1317 1317 position: absolute; 1318 top: 2px;1318 top: -58px; 1319 1319 right: 1rem; 1320 1320 } … … 1330 1330 .main-navigation { 1331 1331 float: right; 1332 position: initial; 1333 width: initial; 1332 1334 } 1333 1335 .main-navigation.toggled { … … 1804 1806 border-radius: 0 2px 2px 0; 1805 1807 display: none; 1806 height: 31px;1807 1808 margin-left: -6px; 1808 1809 vertical-align: bottom; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/navigation/_menus.scss
r3418 r3532 2 2 3 3 .main-navigation { 4 background: $color__wp-blue; 4 5 clear: both; 5 6 &.toggled { 7 padding: 16px 0 0; 8 padding: 1rem 0 0; 9 } 6 left: 0; 7 position: absolute; 8 top: 60px; 9 width: 100%; 10 10 11 11 ul { … … 106 106 width: 3.5rem; 107 107 position: absolute; 108 top: 2px;108 top: -58px; 109 109 right: 1rem; 110 110 … … 120 120 .main-navigation { 121 121 float: right; 122 position: initial; 123 width: initial; 122 124 123 125 &.toggled { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3459 r3532 130 130 border-radius: 0 2px 2px 0; 131 131 display: none; 132 height: 31px;133 132 margin-left: -6px; 134 133 vertical-align: bottom;
Note: See TracChangeset
for help on using the changeset viewer.