diff options
author | flop25 <flop25@piwigo.org> | 2013-01-29 18:35:50 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-01-29 18:35:50 +0000 |
commit | 6b1b98df15686a020341e96c60203b855efed088 (patch) | |
tree | 89679366be8da7d5640395f66cd55b3c258edca2 /themes/default/theme.css | |
parent | 4708e6c75e7a681b44a5cd3631209dc64a5fbc1b (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |