Changeset 3259
- Timestamp:
- 05/25/2016 10:59:21 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3258 r3259 1390 1390 .site-header .search-form { 1391 1391 display: inline-block; 1392 width: 100%; 1392 1393 } 1393 1394 … … 1399 1400 padding: 5px 10px; 1400 1401 position: relative; 1401 width: 10 rem;1402 width: 100%; 1402 1403 } 1403 1404 … … 1429 1430 font-size: 10.24px; 1430 1431 font-size: 0.64rem; 1432 width: 10rem; 1431 1433 } 1432 1434 .site-header .search-form .search-field + .button-search { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3257 r3259 102 102 .search-form { 103 103 display: inline-block; 104 width: 100%; 104 105 105 106 .search-field { … … 109 110 padding: 5px 10px; 110 111 position: relative; 111 width: 10 rem;112 width: 100%; 112 113 } 113 114 … … 137 138 border-radius: 2px 0 0 2px; 138 139 @include font-size( ms-unitless( ms(-4) ) ); 140 width: 10rem; 139 141 } 140 142
Note: See TracChangeset
for help on using the changeset viewer.