Ticket #259: wp4-style4.2.diff
File wp4-style4.2.diff, 1.9 KB (added by , 9 years ago) |
---|
-
wp4.css
222 222 } 223 223 224 224 #head-search form { 225 width: 288px;226 225 display: inline-block; 227 226 margin-left: 60px; 227 width: 200px; 228 228 border-bottom: 1px solid #3f3f3f; 229 229 } 230 230 231 231 #head-search input.text { 232 background: #131313; 233 border: 0; 232 float: left; 234 233 margin-right: 0; 235 234 margin-bottom: 0; 236 width: 256px;235 width: 174px; 237 236 height: 24px; 237 outline: none; 238 border: 0; 239 border-radius: 0px; 240 background: #131313; 238 241 color: #999999; 239 float: left;240 242 font-size: 12px; 241 outline: none;242 243 font-family: "Open Sans", sans-serif; 243 border-radius: 0px;244 244 } 245 245 246 246 #head-search input.text::-moz-placeholder { … … 249 249 250 250 #head-search .button { 251 251 float: left; 252 text-shadow: none !important; 252 padding: 0; 253 width: 26px; 254 height: 24px; 253 255 border: none; 254 height: 30px; 255 width: 26px; 256 border-radius:0; 256 257 background: #131313; 257 258 background-image: url(http://s.wordpress.org/wp-includes/images/admin-bar-sprite.png?d=20120831); 258 259 background-position: 100% 2px; 259 260 background-repeat: no-repeat; 260 border-radius:0; 261 padding: 0; 261 text-shadow: none !important; 262 262 } 263 263 264 .no-static #head-search .button { 264 265 background-image: url(//wordpress.org/wp-includes/images/admin-bar-sprite.png?d=20120831); 265 266 } … … 405 406 } 406 407 407 408 #download-mobile .wrapper { 408 padding: 20px 0;409 padding: 20px; 409 410 text-align: center; 410 411 } 411 412 412 413 #download-mobile span.download-ready { 413 414 font-size: 1.6em; 414 margin-right: 20px;415 415 } 416 416 417 417 #download-mobile a.download-button { 418 418 height: inherit; 419 419 padding: 10px 15px; 420 margin-top: 10px; 420 421 font-size: 1.6em; 421 422 } 422 423 424 @media screen and (min-width:395px) { 425 #download-mobile a.download-button { 426 margin-top: 0; 427 margin-left: 15px; 428 } 429 } 430 423 431 @media screen and (min-width:480px) { 424 432 #head-search form { 433 width: 288px; 425 434 margin-left: 0; 426 435 } 436 437 #head-search input.text { 438 width: 262px; 439 } 427 440 } 441 428 442 @media screen and (min-width:768px) { 429 443 430 444 #wporg-header {