diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-27 22:01:25 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-27 22:01:25 +0000 |
| commit | 28cadcf9fbefb754cdc4985d2958327cc690fd2b (patch) | |
| tree | d234541ccecab681098cb316a7851b52d2746f49 | |
| parent | 0da521e2c074bb53031790b154f5afd8148e98d7 (diff) | |
Fix float:right in MS browsers
git-svn-id: https://svn.roundcube.net/trunk@4372 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/folders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/folders.html b/roundcubemail/skins/default/templates/folders.html index 1710b8ca0..95634f358 100644 --- a/roundcubemail/skins/default/templates/folders.html +++ b/roundcubemail/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" /> |
