first part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / browser / devtools / widgets.css
index b38d582fb65a1b08b9f555ce7e93e2fe254194e4..2a0f70cf8e64dfd60705332b30c5f14a8119384f 100644 (file)
   -moz-box-orient: horizontal;
 }
 
   -moz-box-orient: horizontal;
 }
 
+.devtools-main-content {
+  min-width: 50px;
+}
+
+.devtools-main-content,
+.devtools-sidebar-tabs {
+  /* Prevent some children that should be hidden from remaining visible as this is shrunk (Bug 971959) */
+  position: relative;
+}
+
 @media (max-width: 700px) {
   .devtools-responsive-container {
     -moz-box-orient: vertical;
 @media (max-width: 700px) {
   .devtools-responsive-container {
     -moz-box-orient: vertical;