From ccbdbe9e8469e3ae5e9e55a3e86db6f225f4fde8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 8 Jan 2011 02:08:23 +0100 Subject: Add a "delete" widget. Update of translation. --- static/media/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 8fc5c8001..bb8816bdb 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -28,6 +28,22 @@ td{ text-align:left; } +button{ + background-color:#EEE; + border:1px solid #AAA; + color:#444; +} + +input[type=submit]{ + background-color:#FFF; + border:1px solid #AAA; + color:#922; +} + +button:hover, input[type=submit]:hover{ + cursor:pointer; +} + .hidden{ display:none; } @@ -163,3 +179,14 @@ div.form .errorlist{ width:300px; } +.delete td{ + text-align:center; + border-bottom:1px solid #CCC; + padding:6px; +} + +.modify td{ + text-align:center; +} + + -- cgit v1.2.3