Commit 32940fafc150e939c305d3accdb18f10aa7172c8
Make clone urls size consistent
cel committed on 11/20/2016, 10:06:54 PMParent: 5498c1f5e85b12bf3339bb50ad6e570c8fa2f866
Files changed
static/styles.css | changed |
static/styles.css | ||
---|---|---|
@@ -562,16 +562,24 @@ | ||
562 | 562 … | -webkit-border-radius: 1rem; |
563 | 563 … | border: 1px #e1e1e1 solid; |
564 | 564 … | border-radius: 0.5rem; |
565 | 565 … | font-size: 1rem; |
566 | - padding: .1rem; | |
566 … | + padding: .125rem; | |
567 | 567 … | width: 30%; |
568 | 568 … | cursor: pointer; |
569 | 569 … | |
570 | 570 … | background: #fff url(drop-down-arrow.png) no-repeat right center; |
571 | 571 … | background-size: 32px 32px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */ |
572 | 572 … | } |
573 | 573 … | |
574 … | +/* Fix select padding in Firefox. | |
575 … | + * https://bugzilla.mozilla.org/show_bug.cgi?id=382142 */ | |
576 … | +@-moz-document url-prefix() { | |
577 … | + select.custom-dropdown { | |
578 … | + padding: .05rem; | |
579 … | + } | |
580 … | +} | |
581 … | + | |
574 | 582 … | select.custom-dropdown:active, |
575 | 583 … | select.custom-dropdown:hover, |
576 | 584 … | select.custom-dropdown:focus { |
577 | 585 … | outline: 0; |
Built with git-ssb-web