Add new in-place editor

This commit is contained in:
Eike Foken
2011-09-14 00:09:50 +02:00
parent 0c0b00f4e3
commit 51f3e022fe
8 changed files with 711 additions and 65 deletions

View File

@@ -684,3 +684,22 @@ html ul.tabs li.active a:hover {
#dashboard a.button strong {
font-size: 24px;
}
/* Inplace editor */
input.inplace_field, textarea.inplace_field {
margin: 5px 0 5px 0;
padding: 3px 5px;
border: 1px solid #d2d2d2;
font-size: 12px;
}
a.inplace_save {
background: url(../images/icons/tick.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
}
a.inplace_cancel {
background: url(../images/icons/slash.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
}