Difference between revisions of "MediaWiki:Common.css"
From DS Help
Paulo Santos (Talk | contribs) |
Paulo Santos (Talk | contribs) |
||
| Line 10: | Line 10: | ||
.comp_button_new { | .comp_button_new { | ||
background: url('http://static.betterds.com/img/composer/windowProjectsNew.png'); | background: url('http://static.betterds.com/img/composer/windowProjectsNew.png'); | ||
| + | } | ||
| + | .comp_button_save { | ||
| + | background: url('http://static.betterds.com/img/composer/windowProjectsSave.png'); | ||
} | } | ||
Revision as of 18:42, 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');
}