From bceb9e62bad0dcfe9a6d434c471e0a793ad7743c Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 17:53:44 +0000 Subject: - added style for small buttons --- css/styles.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 793e662..b9e0df6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -42,7 +42,17 @@ div.head_box { color: black; } - +button.smallbutton { + width: 51px; + height: 17px; + background-color: inherit; + background-image: url(button_blue.png); + color: #FFFFFF; + font-size: 15px; + border: 0px; + vertical-align: middle; + text-align: center; +} table.event { width: 250px; -- cgit v1.2.3