From 705fba8f49faa42ed7f004f67b74a996c29ddb3d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 28 Sep 2007 02:18:08 +0000 Subject: ajax loading thingy added to css, fixed random methods on rightbar and added a default sort to the browse methods --- themes/classic/templates/default.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'themes/classic') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 7b45af13..1523cfc7 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -724,6 +724,18 @@ td.user_disabled { border:2px solid #000; } +#ajax-loading { + position: absolute; + right: 0px; + top: 0px; + float: right; + z-index: 100; + background: #99ccff; + display: none; + padding: 3px 25px 5px 25px; + border: 1px solid #000; +} + #mpdpl td { padding:0 2px 0 2px; text-align:left; -- cgit