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

Unified Diff: dart/site/try/index.html

Issue 269153003: Fix position of error messages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r35883. Created 6 years, 7 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 | « no previous file | dart/site/try/src/interaction_manager.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/index.html
diff --git a/dart/site/try/index.html b/dart/site/try/index.html
index 4e5805cd214c2941bbaa71e519a53f5f045984ad..5af116b833b8f8793deb181ffccf6f31162fccfa 100644
--- a/dart/site/try/index.html
+++ b/dart/site/try/index.html
@@ -20,7 +20,6 @@ See: http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,600,700,8
<link rel="alternate stylesheet" type="text/css" href="line_numbers.css" title="line_numbers">
<style>
a.diagnostic {
- /* position: relative; */
color: inherit;
border-bottom: 2px dotted red;
}
@@ -35,7 +34,7 @@ a:hover.diagnostic span {
position: absolute;
/* left: 1em; */
/* top: 2em; */
- right: 10px;
+ right: 19px;
}
.offline {
@@ -151,14 +150,12 @@ a:hover.diagnostic span {
}
.mainEditorPane {
- overflow-y: auto;
- overflow-x: hidden;
white-space: pre;
- max-height: 80vh;
+ /* Extra padding at the bottom to ensure display of error messages. */
+ padding: 19px 19px 70px 19px;
}
.lineNumber {
- position: relative;
}
</style>
« no previous file with comments | « no previous file | dart/site/try/src/interaction_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698