second part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / browser / devtools / ruleview.css
index 4a248be814fe74c584253645b3d92196f4cef153..f999d6ef4aba77efbb9cfe3d5bceeacc0844ef61 100644 (file)
@@ -22,6 +22,7 @@
   padding: 1px 4px;
   margin-top: 4px;
   -moz-user-select: none;
+  word-wrap: break-word;
 }
 
 .ruleview-rule-source:hover {
   -moz-margin-start: 35px;
 }
 
+.ruleview-colorswatch {
+  border-radius: 50%;
+  width: 1em;
+  height: 1em;
+  vertical-align: text-top;
+  -moz-margin-end: 5px;
+}
+
 .ruleview-overridden {
   text-decoration: line-through;
 }
 
 .ruleview-property {
   border-left: 2px solid transparent;
+  clear: right;
 }
 
 .ruleview-property  > * {
   border-bottom-color: #008484;
 }
 
+.ruleview-selector {
+  word-wrap: break-word;
+}
+
 .ruleview-selector-separator, .ruleview-selector-unmatched {
   color: #8050B0;
 }