From 1b49556fd423859ed4296e9e4688fe96b551c44f Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Mon, 8 Aug 2011 15:21:28 +0200 Subject: [PATCH] Styles for in-place editor + use fugue icons for buttons --- assets/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index d790b01..0e2ae6f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -48,6 +48,10 @@ li { margin-left: 20px;} color: #222; } +.editable { + background: #fffbcc; +} + .clear { clear:both;} /* Header */ @@ -359,11 +363,11 @@ a.supersize { padding: 15px 20px; } a.save { - background: url(../images/button-sprite.png) 10px 9px no-repeat #f3f3f3; + background: url(../images/icons/tick.png) 10px center no-repeat #f3f3f3; padding-left: 30px; } a.add { - background: url(../images/button-sprite.png) 10px -25px no-repeat #f3f3f3; + background: url(../images/icons/plus-circle.png) 10px center no-repeat #f3f3f3; padding-left: 30px; } a.delete { @@ -374,6 +378,10 @@ a.flag { background: url(../images/button-sprite.png) 10px -94px no-repeat #f3f3f3; padding-left: 30px; } +a.cancel { + background: url(../images/icons/slash.png) 10px center no-repeat #f3f3f3; + padding-left: 30px; +} a.up { background: url(../images/button-sprite.png) 13px -131px no-repeat #f3f3f3; width: 18px;