Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/watcher.css

Issue 29331940: Issue 3225 - Make Diagnostics compatible with the upcoming Adblock Plus 2.7 release (Closed)
Patch Set: Make currentData a local variable and removed unnecessary try block Created Dec. 7, 2015, 3:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/locale/en-US/watcher.dtd ('k') | metadata.gecko » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/watcher.css
===================================================================
--- a/chrome/skin/watcher.css
+++ b/chrome/skin/watcher.css
@@ -11,11 +11,15 @@ treechildren::-moz-tree-cell-text(blocke
#time {
text-align: right;
}
#tooltip {
max-width: none;
}
+#tooltip vbox {
+ max-width: 500px;
+}
+
.tooltip-label {
font-weight: bold;
}
« no previous file with comments | « chrome/locale/en-US/watcher.dtd ('k') | metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld