Difference between revisions of "MediaWiki:Common.css"
From DS Help
Paulo Santos (Talk | contribs) |
Paulo Santos (Talk | contribs) |
||
| Line 13: | Line 13: | ||
.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; | ||
} | } | ||
Revision as of 18:46, 8 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;
}
.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;
}