Remove margin-right command as it was making a giant blank space in chromium
authorDiane Trout <diane@caltech.edu>
Wed, 7 Sep 2011 21:56:02 +0000 (14:56 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 7 Sep 2011 21:56:02 +0000 (14:56 -0700)
htsworkflow/frontend/static/css/changelists.css

index cf0f2439ef6bb25ad39c4c0e8f17fff76d9b0f11..bde163680c330819df14ce591694b85be030cc5e 100644 (file)
@@ -3,7 +3,7 @@
 /* CHANGELISTS */
 #changelist {  margin-bottom: 0pm; }
 #changelist table { display: block; }
-#changelist table.filtered { margin-right: 21em; overflow-y: scroll; }
+#changelist table.filtered { overflow-y: scroll; }
 .change-list .filtered table { border-right:1px solid #ddd;  }
 .change-list .filtered { min-height:400px; }
 .change-list .filtered { background:white url(../img/changelist-bg.gif) top right repeat-y !important; }