From 2ebfdf4c29ac9e33b8070243856b48ef665e61a9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 4 Aug 2007 05:25:25 +0000 Subject: fixed potential issue with kajax, and added advanced search button to top, right bar --- themes/classic/templates/default.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index b3f074d9..bfb9e594 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -118,6 +118,15 @@ input { font-size: 11px; cursor: pointer; } +a.smallbutton { + border:0; + font-size: 11px; + cursor: pointer; + padding: 2px; + font-weight:bold; + background: #d0d0d0; + text-decoration:none; +} /************************************************/ -- cgit