Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: tools/deep_memory_profiler/visualizer/static/third_party/jqTree/jqtree.css

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ul.jqtree-tree { 1 ul.jqtree-tree {
2 margin-left: 12px; 2 margin-left: 12px;
3 } 3 }
4 4
5 ul.jqtree-tree, 5 ul.jqtree-tree,
6 ul.jqtree-tree ul.jqtree_common { 6 ul.jqtree-tree ul.jqtree_common {
7 list-style: none outside; 7 list-style: none outside;
8 margin-bottom: 0; 8 margin-bottom: 0;
9 padding: 0; 9 padding: 0;
10 } 10 }
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 background: -webkit-gradient(linear, left top, left bottom, from(#BEE0F5), t o(#89AFCA)); 130 background: -webkit-gradient(linear, left top, left bottom, from(#BEE0F5), t o(#89AFCA));
131 background: -moz-linear-gradient(top, #BEE0F5, #89AFCA); 131 background: -moz-linear-gradient(top, #BEE0F5, #89AFCA);
132 background: -ms-linear-gradient(top, #BEE0F5, #89AFCA); 132 background: -ms-linear-gradient(top, #BEE0F5, #89AFCA);
133 background: -o-linear-gradient(top, #BEE0F5, #89AFCA); 133 background: -o-linear-gradient(top, #BEE0F5, #89AFCA);
134 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); 134 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
135 } 135 }
136 136
137 ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title { 137 ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
138 outline: dashed 1px #0000ff; 138 outline: dashed 1px #0000ff;
139 } 139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698