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

Unified Diff: samples/isolate_html/isolate_sample.css

Issue 23868034: Remove spawnDomFunction from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« no previous file with comments | « samples/isolate_html/deploy.sh ('k') | samples/isolate_html/isolate_sample.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/isolate_html/isolate_sample.css
diff --git a/samples/isolate_html/isolate_sample.css b/samples/isolate_html/isolate_sample.css
deleted file mode 100644
index f79726282b7b69ea37eadafa8dc3061bc4f9058a..0000000000000000000000000000000000000000
--- a/samples/isolate_html/isolate_sample.css
+++ /dev/null
@@ -1,77 +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. */
-
-#appTitle {
- font-size: 20px;
-}
-
-.isolate {
- border: 2px solid green;
- margin: 20px;
- width: 400px;
- height: 200px;
- padding: 10px;
-}
-
-#isolateTemplate {
- display: none;
-}
-
-.isolateMain {
- background-image: -webkit-gradient(linear,left bottom,right top,from(white),to(lightgray));
-}
-
-.isolateA {
- background-image: -webkit-gradient(linear,left bottom,right top,from(lightgreen),to(lightgray));
-}
-
-.isolateB {
- background-image: -webkit-gradient(linear,left bottom,right top,from(#0099FF),to(lightgray));
-}
-
-.isolateTitle {
- font-size: 20px;
-}
-
-.messageBox {
- padding: 2px;
- border: 1px solid black;
- background: white;
- height: 50%;
-}
-
-.messageText {
- font-weight: bold;
-}
-
-.replyText {
- font-size: 18px;
- font-weight: bold;
- margin-top: 10px;
-}
-
-#greetingText {
- margin-top: 15px;
-}
-
-.delayTextbox {
- width: 60px;
- text-align: right;
-}
-
-.spacer {
- margin-top: 50px;
-}
-
-.systemInfo {
- font-size: 14px;
-}
-
-#vmStatus {
- font-weight: bold;
-}
-
-.chirpButton {
- float: right;
-}
« no previous file with comments | « samples/isolate_html/deploy.sh ('k') | samples/isolate_html/isolate_sample.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698