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

Unified Diff: client/samples/spirodraw/spirodraw.css

Issue 9303020: Move all samples but swarm from client/samples/ to samples/ . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: client/samples/spirodraw/spirodraw.css
===================================================================
--- client/samples/spirodraw/spirodraw.css (revision 3705)
+++ client/samples/spirodraw/spirodraw.css (working copy)
@@ -1,105 +0,0 @@
-/* Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file */
-/* for details. All rights reserved. Use of this source code is governed by a */
-/* BSD-style license that can be found in the LICENSE file. */
-
-body {
- font-style: normal;
- font-family: sans-serif;
- font-size:0.9em;
- margin-top: 0;
- margin-bottom: 0;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- display:block;
-}
-
-.centered {
- text-align: center;
-}
-
-.full {
- width: 100%;
-}
-
-div.control {
- text-align: left;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-
-
-select,input[type='range'] {
- width:100%;
-}
-
-div.rangeOption {
- display:table;
- width:100%;
-}
-
-div.rangeRow {
- display:table-row;
- width:100%;
-}
-
-.rangeOption label {
- display:table-cell;
- text-align: center;
-}
-
-.rangeOption input[type='range'] {
- display:block;
- width: 100%;
-}
-
-.rangeRow .minLabel {
- text-align: left;
-}
-
-.rangeRow .maxLabel {
- text-align: right;
-}
-
-.buttonBar {
- text-align: center;
- width:100%;
- margin-top:10px;
- margin-bottom:10px;
-}
-
-.counter {
- display: block;
- color: Gray;
- font-size: 72px;
- font-style: normal;
- font-family: sans-serif;
- font-weight: bold;
- text-align: center;
-}
-
-#wrapper {
- display: table;
-}
-
-#leftnav {
- float: left;
- width: 200px;
- margin: 10px;
- background-color: #EEEEEE;
- border: 1px solid #CCCCCC;
- border-radius: 25px 25px 25px 25px;
- padding: 1em;
-}
-
-#palette {
- cursor: pointer;
-}
-
-#lucky {
- width:100%;
-}
-
-#main {
- float:right;
-}

Powered by Google App Engine
This is Rietveld 408576698