Browse Source

HUE-991 [beeswax] Clicking on 'collapse' on result page misalign the table and its button

Removed left margin from the expanded table
Enrico Berti 13 years ago
parent
commit
1a21529
1 changed files with 4 additions and 0 deletions
  1. 4 0
      apps/beeswax/src/beeswax/templates/watch_results.mako

+ 4 - 0
apps/beeswax/src/beeswax/templates/watch_results.mako

@@ -56,6 +56,10 @@ ${layout.menubar(section='query')}
     white-space: nowrap;
     white-space: nowrap;
   }
   }
 
 
+  .noLeftMargin {
+    margin-left: 0!important;
+  }
+
 </style>
 </style>
 
 
 <div class="container-fluid">
 <div class="container-fluid">