diff options
author | thomascube <thomas@roundcube.net> | 2012-01-20 15:46:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-20 15:46:15 +0000 |
commit | 071c78c3a4f344f1005c8be8ba895a91452de6b9 (patch) | |
tree | 0d63f416cd9d6dc1f9b7e1dd2686e21ec28a3d4d /skins/larry/templates/login.html | |
parent | 0b179e0847f5108f31567bc004a61044ebd1aca3 (diff) |
Fine tuning Larry styles + browser specific css quirks
Diffstat (limited to 'skins/larry/templates/login.html')
-rw-r--r-- | skins/larry/templates/login.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html index 7c861e8d3..b155f9a69 100644 --- a/skins/larry/templates/login.html +++ b/skins/larry/templates/login.html @@ -34,5 +34,19 @@ <roundcube:include file="/includes/footer.html" /> +<roundcube:object name="preloader" images=" + /images/ajaxloader.gif + /images/buttons.png + /images/addcontact.png + /images/filetypes.png + /images/listicons.png + /images/messages.png + /images/quota.png + /images/messageicons.png + /images/selector.png + /images/splitter.png + /images/watermark.jpg +" /> + </body> </html> |