sharvey: middle isn't a position attribute - center is

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41889 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:17:29 +00:00
parent 561a3cd4ba
commit baf48eb9b1

View File

@ -382,7 +382,7 @@ table.CMSList tbody td.current td {
.ajaxActions input.loading {
background-color: #fff;
background-image: url(../images/network-save.gif);
background-position: middle left;
background-position: center left;
background-repeat: no-repeat;
padding-left: 16px;
}