Index: skins/default/iehacks.css
===================================================================
--- skins/default/iehacks.css	(revision dd1dee4f6341ab67e14c529cfb7dc83f2601a9a6)
+++ skins/default/iehacks.css	(revision 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad)
@@ -159,4 +159,9 @@
 }
 
+#countcontrols
+{
+  width: 24em;
+}
+
 body.iframe 
 {
Index: skins/default/mail.css
===================================================================
--- skins/default/mail.css	(revision 4fc15f69da43b3d50e066c7dac73e19b1d4e3467)
+++ skins/default/mail.css	(revision 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad)
@@ -345,4 +345,9 @@
 }
 
+#listcontrols
+{
+  padding-right: 2em;
+}
+
 #messagecountbar
 {
@@ -628,12 +633,26 @@
 {
   position: absolute;
-  left: 20px;
-  right: 20px;
-  bottom: 16px;
+  left: 0px;
+  bottom: 0px;
   height: 16px;
-  white-space: nowrap;
-}
-
-#mailboxcontrols,
+  width: 100%;
+}
+
+#mailfooter table tr td
+{
+  white-space: nowrap;
+  vertical-align: bottom;
+}
+
+#mailboxcontrols
+{
+  position: absolute;
+  left: 0px;
+  bottom: 0px;
+  height: 16px;
+  width: auto;
+  font-size: 11px;
+}
+
 #listcontrols,
 #countcontrols,
@@ -642,14 +661,9 @@
   white-space: nowrap;
   font-size: 11px;
-  margin-right: 10px;
 }
 
 #countcontrols
 {
-  position: absolute;
-  right: 10px;
-  bottom: 16px;
-  height: 16px;
-  min-width: 260px;
+  min-width: 25em;
 }
 
Index: skins/default/templates/addressbook.html
===================================================================
--- skins/default/templates/addressbook.html	(revision 4fc15f69da43b3d50e066c7dac73e19b1d4e3467)
+++ skins/default/templates/addressbook.html	(revision 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad)
@@ -73,5 +73,5 @@
   <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
   <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
-  <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />
+  <roundcube:object name="recordsCountDisplay" style="padding:0 1em; float:left" />
   <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
   <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
Index: skins/default/templates/mail.html
===================================================================
--- skins/default/templates/mail.html	(revision 4fc15f69da43b3d50e066c7dac73e19b1d4e3467)
+++ skins/default/templates/mail.html	(revision 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad)
@@ -25,10 +25,8 @@
 
 <div id="mainscreen">
-
 <div id="mailleftcontainer">
 <div id="mailboxlist-container">
 <h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3>
 <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" />
-</div>
 </div>
 
@@ -37,4 +35,11 @@
   rcmail.add_onload('mailviewsplitv.init()');
 </script>
+
+<div id="mailboxcontrols">
+  <roundcube:label name="folder" />:&nbsp;
+  <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp;
+  <roundcube:button command="purge" label="empty" classAct="active" />&nbsp;
+</div>
+</div>
 
 <div id="mailrightcontainer">
@@ -69,16 +74,10 @@
 
 <roundcube:endif />
-
-</div>
-</div>
 </div>
 
 <div id="mailfooter">
-  <span id="mailboxcontrols">
-      <roundcube:label name="folder" />:&nbsp;
-      <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp;
-      <roundcube:button command="purge" label="empty" classAct="active" />&nbsp;
-  </span>
-  <span id="listcontrols">
+<table cellpadding="1" cellspacing="0" width="100%"><tr>
+  <td>
+    <span id="listcontrols">
       <roundcube:label name="select" />:&nbsp;
       <roundcube:button command="select-all" label="all" classAct="active" />&nbsp;
@@ -87,17 +86,22 @@
       <roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;
       <roundcube:container name="listcontrols" id="listcontrols" />
-  </span>
+    </span>
+  </td>
   <roundcube:if condition="env:quota" />
-  <span id="quotabox">
-    <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" />
-  </span>
+  <td style="text-align:center">
+    <span id="quotabox"><roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /></span>
+  </td>
   <roundcube:endif />
-</div>
-<div id="countcontrols" class="pagenav">
+  <td id="countcontrols" class="pagenav">
     <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " />
     <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " />
-    <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
+    <roundcube:object name="messageCountDisplay" style="padding:0 1em; float:right" />
     <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " />
     <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " />
+  </td>
+</tr></table>
+</div>
+
+</div>
 </div>
 
Index: skins/default/templates/message.html
===================================================================
--- skins/default/templates/message.html	(revision 4fc15f69da43b3d50e066c7dac73e19b1d4e3467)
+++ skins/default/templates/message.html	(revision 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad)
@@ -53,5 +53,5 @@
   <roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " />
   <roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " />
-  <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
+  <roundcube:object name="messageCountDisplay" style="padding:0 1em 0 1em; float:right" />
   <roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " />
   <roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " />
