From 6b1b98df15686a020341e96c60203b855efed088 Mon Sep 17 00:00:00 2001 From: flop25 Date: Tue, 29 Jan 2013 18:35:50 +0000 Subject: moved inline css in theme.css removed useless theme conf ready for rc git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'themes/default/theme.css') diff --git a/themes/default/theme.css b/themes/default/theme.css index b3ae0f1b5..267b35fd1 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -253,6 +253,13 @@ TD.calDayCellFull, TD.calDayCellEmpty { float: left; } +/* Loader gif new in 2.5 */ +.loader { + display: none; + position: fixed; + right: 0; + bottom: 0; +} /* User comments */ #comments { -- cgit v1.2.3