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

Side by Side Diff: Source/WebCore/inspector/front-end/popover.css

Issue 11860010: Merge 138481 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « Source/WebCore/inspector/front-end/Popover.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .popover { 1 .popover {
2 position: absolute; 2 position: absolute;
3 -webkit-border-image: url(Images/popoverBackground.png) 25 25 25 25; 3 -webkit-border-image: url(Images/popoverBackground.png) 25 25 25 25;
4 border-width: 25px; 4 border-width: 25px;
5 z-index: 100; 5 z-index: 100;
6 pointer-events: none;
6 } 7 }
7 8
8 .popover .content { 9 .popover .content {
9 position: absolute; 10 position: absolute;
10 top: 0; 11 top: 0;
11 bottom: 0; 12 bottom: 0;
12 left: 0; 13 left: 0;
13 right: 0; 14 right: 0;
14 pointer-events: auto; 15 pointer-events: auto;
15 overflow: auto; 16 overflow: auto;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 85
85 .popover.right-bottom-arrow .arrow { 86 .popover.right-bottom-arrow .arrow {
86 right: 0; 87 right: 0;
87 left: auto; 88 left: auto;
88 top: auto; 89 top: auto;
89 bottom: 0; 90 bottom: 0;
90 margin-bottom: 15px; 91 margin-bottom: 15px;
91 margin-right: -25px; 92 margin-right: -25px;
92 background-position: 0 -57px; 93 background-position: 0 -57px;
93 } 94 }
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/Popover.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698