From a63b36a44b07abc89e3dd442fc075c2e7ca9d78e Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 27 Dec 2010 17:01:25 -0500
Subject: [PATCH] Fix float:right in MS browsers

---
 skins/default/templates/folders.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/templates/folders.html b/skins/default/templates/folders.html
index 1710b8c..95634f3 100644
--- a/skins/default/templates/folders.html
+++ b/skins/default/templates/folders.html
@@ -21,7 +21,7 @@
 <div id="mainscreen">
 
 <div id="folder-manager">
-<div id="folder-title" class="boxtitle"><roundcube:label name="folders" /><span class="rightalign"><roundcube:label name="subscribed" /></span></div>
+<div id="folder-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div>
 <div class="boxlistcontent">
     <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" noheader="true"
         cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" />

--
Gitblit v1.9.1