third part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / browser / devtools / inspector.css
index cb1b54093b1da2769673c309b6f516912c608ce7..c86492b53fd9ee5e23333ac688ebfe6d64d03cf4 100644 (file)
@@ -292,7 +292,8 @@ window {
 
 #devtools-tooltip-events-container {
   margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
-  max-width: 390px;
+  max-width: 590px;
+  overflow-y: auto;
 }
 
 .event-header {
@@ -353,12 +354,19 @@ window {
   margin-bottom: 0;
 }
 
-.event-tooltip-attributes-container {
+.event-tooltip-attributes-box {
   background-color: #000000;
   color: #9C9CFF;
 }
 
 .event-tooltip-attributes-container {
+  display: flex;
+  flex-shrink: 0;
+  flex-grow: 1;
+  justify-content: flex-end;
+}
+
+.event-tooltip-attributes-box {
   display: flex;
   flex-shrink: 0;
   align-items: center;