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

Side by Side Diff: samples/third_party/dromaeo/web-style.css

Issue 9374026: Move dromaeo to third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved Dromaeo to third party. Created 8 years, 10 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 | « samples/third_party/dromaeo/tests/runner.dart ('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 1
2 a { color: orange; } 2 a { color: orange; }
3 div.test { overflow: hidden; margin: 4px; } 3 div.test { overflow: hidden; margin: 4px; }
4 div.test b { display: block; float: left; width: 150px; text-align: right; margi n-right: 10px; } 4 div.test b { display: block; float: left; width: 150px; text-align: right; margi n-right: 10px; }
5 div.bar { float: left; width: 400px; border: 1px inset; text-align: left; } 5 div.bar { float: left; width: 400px; border: 1px inset; text-align: left; }
6 div.bar div { height: 1em; background: url(orange-stripe.png); } 6 div.bar div { height: 1em; background: url(orange-stripe.png); }
7 div.bar span { padding-left: 5px; padding-right: 5px; } 7 div.bar span { padding-left: 5px; padding-right: 5px; }
8 body { font-family: Arial; font-size: 12px; background: url(gray-stripe.png); te xt-align: center; } 8 body { font-family: Arial; font-size: 12px; background: url(gray-stripe.png); te xt-align: center; }
9 9
10 /*#main { margin: 0 auto; width: 600px; padding: 10px; background: #FFF; }*/ 10 /*#main { margin: 0 auto; width: 600px; padding: 10px; background: #FFF; }*/
11 11
12 ol.results { text-align: left; display: none; font-size: 10px; margin-left: 120p x; list-style: none; } 12 ol.results { text-align: left; display: none; font-size: 10px; margin-left: 120p x; list-style: none; }
13 ol.results li { clear: both; overflow: auto; } 13 ol.results li { clear: both; overflow: auto; }
14 ol.results b { display: block; width: 200px; float: left; text-align: right; pad ding-right: 15px; } 14 ol.results b { display: block; width: 200px; float: left; text-align: right; pad ding-right: 15px; }
15 #info, div.results { clear:both;width:420px;margin:10 auto;text-align:left; padd ing: 10px 10px 10px 110px; } 15 #info, div.results { clear:both;width:420px;margin:10 auto;text-align:left; padd ing: 10px 10px 10px 110px; }
16 #info span { background: #FFF; color: #000; padding: 8px 4px 4px 4px; } 16 #info span { background: #FFF; color: #000; padding: 8px 4px 4px 4px; }
17 h1 { text-align: left; } 17 h1 { text-align: left; }
18 h1 img { float:left;margin-right: 15px;margin-top: -10px; border: 0; } 18 h1 img { float:left;margin-right: 15px;margin-top: -10px; border: 0; }
19 h1 small { font-weight:normal; } 19 h1 small { font-weight:normal; }
20 iframe { display: none; } 20 iframe { display: none; }
21 div.resultwrap { text-align: center; } 21 div.resultwrap { text-align: center; }
22 table.results { font-size: 12px; margin: 0 auto; } 22 table.results { font-size: 12px; margin: 0 auto; }
23 table.results td, table.results th.name { text-align: right; } 23 table.results td, table.results th.name { text-align: right; }
24 table.results .winner { background-color: #c7331d; } 24 table.results .winner { background-color: #c7331d; }
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/tests/runner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698