Revert "More dimp row tweaking: use stripes and increase whitespace a bit"
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 1 Oct 2009 19:40:33 +0000 (13:40 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 1 Oct 2009 19:44:48 +0000 (13:44 -0600)
This reverts commit 8a595316276fe4f8773db442aec331856891b4c6.

imp/index-dimp.php
imp/js/DimpBase.js
imp/templates/index/index-dimp.inc
imp/themes/screen-dimp.css

index e0b1a1b..68fc8ef 100644 (file)
@@ -26,8 +26,7 @@ $scripts = array(
     array('imp.js', 'imp', true),
     array('mailbox-dimp.js', 'imp', true),
     array('popup.js', 'horde', true),
-    array('redbox.js', 'horde', true),
-    array('stripe.js', 'horde', true)
+    array('redbox.js', 'horde', true)
 );
 
 /* Get site specific menu items. */
index bc91dbb..d325fab 100644 (file)
@@ -520,8 +520,6 @@ var DimpBase = {
                 var row, ssc, tmp,
                     l = this.viewport.getMetaData('label');
 
-                Horde.stripeElement('msgList');
-
                 this.setMessageListTitle();
                 if (!this.isSearch()) {
                     this.setFolderLabel(this.folder, this.viewport.getMetaData('unseen') || 0);
index 59fda6d..35ab5d2 100644 (file)
@@ -241,7 +241,7 @@ function _simpleButton($id, $text, $image, $imagedir = null)
     </div>
 
     <div id="msgSplitPane">
-     <div id="msgList" class="msglist noprint striped">&nbsp;</div>
+     <div id="msgList" class="msglist noprint">&nbsp;</div>
      <div id="splitBar" style="display:none" class="splitBar noprint"></div>
      <div id="previewPane" style="display:none">
       <span id="msgLoading" class="loadingImg" style="display:none"></span>
index e313296..468c2fa 100644 (file)
@@ -164,7 +164,7 @@ div.msgSize {
 #msglistHeader div {
     padding-top: 1px;
     height: 15px;
-    text-indent: 2px;
+    text-indent: 1px;
 }
 #msglistHeader div.sortup, #msglistHeader div.sortdown {
     padding-left: 0;
@@ -187,7 +187,6 @@ div.msgSize {
     overflow: hidden;
     border-bottom: 1px silver solid;
     float: left;
-    background-color: #fff;
 }
 .msglist span.vpEmpty, .msglist span.vpError {
     font-weight: bold;
@@ -207,7 +206,7 @@ div.msgSize {
     -ms-text-overflow: ellipsis;
     height: 16px;
     border-bottom: 1px;
-    text-indent: 2px;
+    text-indent: 1px;
 }
 .msglist div.vpRowSelected {
     background: #ffa !important;