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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/locale/en-US/watcher.dtd ('k') | metadata.gecko » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * This Source Code is subject to the terms of the Mozilla Public License 2 * This Source Code is subject to the terms of the Mozilla Public License
3 * version 2.0 (the "License"). You can obtain a copy of the License at 3 * version 2.0 (the "License"). You can obtain a copy of the License at
4 * http://mozilla.org/MPL/2.0/. 4 * http://mozilla.org/MPL/2.0/.
5 */ 5 */
6 6
7 treechildren::-moz-tree-cell-text(blocked-true, selected-false) { 7 treechildren::-moz-tree-cell-text(blocked-true, selected-false) {
8 color: #C00000; 8 color: #C00000;
9 } 9 }
10 10
11 #time { 11 #time {
12 text-align: right; 12 text-align: right;
13 } 13 }
14 14
15 #tooltip { 15 #tooltip {
16 max-width: none; 16 max-width: none;
17 } 17 }
18 18
19 #tooltip vbox {
20 max-width: 500px;
21 }
22
19 .tooltip-label { 23 .tooltip-label {
20 font-weight: bold; 24 font-weight: bold;
21 } 25 }
OLDNEW
« 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