MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 294: Line 294:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     border: 1px solid #b7b7b7;
     border: 1px solid #b7b7b7;
    width: 100%;
}
.note-download{
    background-color: #f7f7f7;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/2e/Download_icon_black.svg");
    background-size: 25px;
    padding-left: 40px;
    min-height: 28px;
    background-position: left 7px top 50%;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    background-repeat: no-repeat;
    border: 1px solid #d3d3d3;
     width: 100%;
     width: 100%;
}
}