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

Side by Side Diff: dart/third_party/pkg/js/example/google-maps/directions.css

Issue 57393002: Version 0.8.10.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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
OLDNEW
(Empty)
1 /* Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file */
2 /* for details. All rights reserved. Use of this source code is governed by a */
3 /* BSD-style license that can be found in the LICENSE file. */
4
5 html, body {
6 height: 100%;
7 margin: 0;
8 padding: 0;
9 }
10
11 #map_canvas {
12 height: 100%;
13 }
14
15 #directions_panel {
16 height: 100%;
17 float: right;
18 width: 390px;
19 overflow: auto;
20 }
21
22 #control {
23 background: #fff;
24 padding: 5px;
25 font-size: 14px;
26 font-family: Arial;
27 border: 1px solid #ccc;
28 box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
29 display: none;
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698