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

Side by Side Diff: webkit/data/test_shell/sort/sort.css

Issue 401923005: webkit: Remove all files from test_shell/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « webkit/data/test_shell/js/timers.html ('k') | webkit/data/test_shell/sort/sort.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body {
2 font-family: Consolas, monospace;
3 font-size: 12px;
4 }
5
6 ul.bar {
7 position: relative;
8 width: 900px;
9 height: 200px;
10 background: gray;
11 border: 2px solid silver;
12 }
13 ul.bar li {
14 position: absolute;
15 bottom: 0px;
16 width: 5px;
17 list-style: none;
18 margin: 0px;
19 padding: 0px;
20 z-index: 2;
21 border: 1px solid black;
22 border-bottom: 0px;
23 background: green;
24 }
25
26 ul.bar .label {
27 position: absolute;
28 top: 5px;
29 left: 5px;
30 background: none;
31 }
32
33 li.compare {
34 border: white;
35 width: 10px;
36 }
37
38 li.compare {
39 background-color: red;
40 }
41
42 .button {
43 border: 1px dashed silver;
44 padding: 2px;
45 margin: 2px;
46 display: inline;
47 }
48
49 .button:hover {
50 text-decoration:underline;
51 cursor: pointer;
52 background-color: silver;
53 }
OLDNEW
« no previous file with comments | « webkit/data/test_shell/js/timers.html ('k') | webkit/data/test_shell/sort/sort.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698