summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-12-27 22:01:25 +0000
committerthomascube <thomas@roundcube.net>2010-12-27 22:01:25 +0000
commita63b36a44b07abc89e3dd442fc075c2e7ca9d78e (patch)
tree1de5dde68f6da993019f0960147f8e8dac64e04f
parent814bafcc5a94d69bd0c353ad9939f0e8bc71e8d5 (diff)
Fix float:right in MS browsers
-rw-r--r--skins/default/templates/folders.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/folders.html b/skins/default/templates/folders.html
index 1710b8ca0..95634f358 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" />