main.css
думаю дальше сами додумаетесь
PHP:
/* ================================================================ *
Ajax
* ================================================================ */
var.ajax-params { display: none; }
#ajax-loading, #ajax-error {
position: fixed; top:0 !important; z-index: 2000; padding: 4px; font-size: 11px;
max-width: 400px; max-height: 200px; white-space: nowrap; display: none;
}
#ajax-loading { background: rgba(0,0,0, 0.5) url(../images/loading_1.gif) no-repeat center center; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; float: right; width: 85px; height: 30px;
}
#ajax-error { background: #d32031 url(../images/loading_1.gif) no-repeat center center; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; float: right; min-width: 200px; height: 30px;
}
.editable-container { cursor: pointer; }
.editable-container:hover { background: #E8E9F8; }
.loading-1 { background: transparent url(../images/loading_1.gif) no-repeat left center; padding-left: 22px; }