Difference between revisions of "MediaWiki:Common.css"

From DS Help
Jump to: navigation, search
 
Line 14: Line 14:
 
.comp_button_Save {
 
.comp_button_Save {
 
     background: url('http://static.betterds.com/img/composer/windowProjectsSave.png');
 
     background: url('http://static.betterds.com/img/composer/windowProjectsSave.png');
 +
    width: 67px;
 +
    height: 25px;
 +
}
 +
.comp_button_Edit {
 +
    background: url('http://static.betterds.com/img/composer/buttonEdit.png');
 
     width: 67px;
 
     width: 67px;
 
     height: 25px;
 
     height: 25px;
 
}
 
}

Latest revision as of 12:38, 9 January 2013

/* CSS placed here will be applied to all skins */
.comp_button {
    width: 57px;
    height: 22px;
    display: inline-block;
    padding-left: 25px;
    background-size: 100% 100%;
    font-size: 11px;
    color: white;
}
.comp_button_New {
    background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
}
.comp_button_Save {
    background: url('http://static.betterds.com/img/composer/windowProjectsSave.png');
    width: 67px;
    height: 25px;
}
.comp_button_Edit {
    background: url('http://static.betterds.com/img/composer/buttonEdit.png');
    width: 67px;
    height: 25px;
}