style update. cdn testing

This commit is contained in:
coderaiser 2012-06-14 11:11:35 +00:00
parent f60544ec19
commit 4be1776bf6

View file

@ -74,7 +74,7 @@
top: -3px;
}
.loading{
background:url(images/spinner.gif);
background:url(/images/spinner.gif);
position:relative;
top:1px;
}
@ -82,14 +82,14 @@
color:rgba(222, 41, 41, 0.81);
}
.refresh-icon{
background:url(images/panel_refresh.png) no-repeat;
background:url(/images/panel_refresh.png) no-repeat;
}
.refresh-icon:active{
/*background-position-y: -15px;*/
background:url(images/panel_refresh.png) 0 -15px no-repeat;
background:url(/images/panel_refresh.png) 0 -15px no-repeat;
}
.clear-cache{
background:url(images/console_clear.png) -4px -4px no-repeat;
background:url(/images/console_clear.png) -4px -4px no-repeat;
margin-right: 6px;
margin-left: 7px;
}