git ssb

30+

cel / git-ssb-web



Commit 32940fafc150e939c305d3accdb18f10aa7172c8

Make clone urls size consistent

cel committed on 11/20/2016, 10:06:54 PM
Parent: 5498c1f5e85b12bf3339bb50ad6e570c8fa2f866

Files changed

static/styles.csschanged
static/styles.cssView
@@ -562,16 +562,24 @@
562562 -webkit-border-radius: 1rem;
563563 border: 1px #e1e1e1 solid;
564564 border-radius: 0.5rem;
565565 font-size: 1rem;
566- padding: .1rem;
566 + padding: .125rem;
567567 width: 30%;
568568 cursor: pointer;
569569
570570 background: #fff url(drop-down-arrow.png) no-repeat right center;
571571 background-size: 32px 32px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
572572 }
573573
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 +
574582 select.custom-dropdown:active,
575583 select.custom-dropdown:hover,
576584 select.custom-dropdown:focus {
577585 outline: 0;

Built with git-ssb-web