Simplify CSS formatting
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 1 Apr 2010 18:12:10 +0000 (12:12 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 1 Apr 2010 21:02:53 +0000 (15:02 -0600)
imp/templates/imp/mailbox/actions.html
imp/themes/screen.css

index 226a383..5f411e6 100644 (file)
@@ -1,6 +1,6 @@
 <table width="100%" cellspacing="0">
  <tr>
-  <td class="mboxcontrol <if:isbottom>topborder<else:isbottom>bottombordercollapse</else:isbottom></if:isbottom>">
+  <td class="mboxcontrol <if:isbottom>topborder</if:isbottom>">
    <div class="rightFloat">
     <ul class="msgactions">
      <if:hide_deleted><li<if:purge_deleted><else:purge_deleted> class="lastnavbar"</else:purge_deleted></if:purge_deleted>><tag:hide_deleted /></li></if:hide_deleted>
index 18a8d85..cc26262 100644 (file)
@@ -139,10 +139,8 @@ ul.msgactions, ul.msgactions ul {
     color: #000;
     background: #ccc;
 }
-.bottomborder, .bottombordercollapse {
-    border-bottom: 1px solid #999;
-}
 .bottomborder {
+    border-bottom: 1px solid #999;
     padding-bottom: 0;
     padding-top: 0;
 }