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

Side by Side Diff: test/codegen/expect/server_mode/dev_compiler/runtime/messages.css

Issue 993213003: Support browser caching using hashes in serverMode (fixes #93, fixes #92) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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
OLDNEW
1 /** Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 /** Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a 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. **/ 3 BSD-style license that can be found in the LICENSE file. **/
4 .dev-compiler-messages { 4 .dev-compiler-messages {
5 position: fixed; 5 position: fixed;
6 bottom: 0; 6 bottom: 0;
7 right: 0; 7 right: 0;
8 max-width: 80vw; 8 max-width: 80vw;
9 z-index: 10000; 9 z-index: 10000;
10 font-family: sans-serif !important; 10 font-family: sans-serif !important;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 .dev-compiler-messages .content > div.active { 69 .dev-compiler-messages .content > div.active {
70 display: block; 70 display: block;
71 } 71 }
72 72
73 .dev-compiler-messages .content span.text { 73 .dev-compiler-messages .content span.text {
74 padding: 0.4em 0.2em 0.2em 2em; 74 padding: 0.4em 0.2em 0.2em 2em;
75 white-space: pre; 75 white-space: pre;
76 display: block; 76 display: block;
77 font-family: monospace !important; 77 font-family: monospace !important;
78 } 78 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698