Content deleted Content added
listing editor text should be the same size as the rest of the text on the site - per Wikivoyage:Travellers' pub#Are listing templates a problem on mobile phones?
font-size is now covered by the parent listing-metadata span
Line 8: Line 8:
span.vcard-edit-button a {
span.vcard-edit-button a {
color: rgb(150,150,150);
color: rgb(150,150,150);
font-size:0.8em;
}
}

Revision as of 04:16, 22 February 2015

@media screen {   span.mw-addlisting {     font-size: small;     font-weight: normal;     display: inline-block;   }    span.vcard-edit-button a {     color: rgb(150,150,150);   }      .ui-dialog {     font-size:0.8em;   }      body .ui-dialog .ui-widget-header {     background: rgb(169, 200, 214) !important;   }      #progress-dialog {     font-size:large;     padding-top:22px;     text-align:center;   }      #listing-editor {     padding: 0em 1.5em 1em;   }      #listing-editor fieldset {     float:left;     border:0;     padding:0.2em;   }      #listing-editor textarea {     width: 86%;   }    #listing-editor .input-text {     padding:0.05em;     clear: both;   }      #listing-editor .input-text label {     width: 5em;     float: left;     text-align: right;     margin-right: 0.5em;     margin-top:0.2em;   }      #listing-help {     margin-right: 30px;   }      #span_closed {     float: right;     color: maroon;   } }