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

Unified Diff: experimental/webtry/css/webtry.css

Issue 240773003: First pass at workspaces. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up sql in design doc. Created 6 years, 8 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: experimental/webtry/css/webtry.css
diff --git a/experimental/webtry/css/webtry.css b/experimental/webtry/css/webtry.css
index ee87b94daa6b6f09c016549f848fcabcb7a4196d..d9487c6fcb7b88acec4bce7d9d100c95e5050cbe 100644
--- a/experimental/webtry/css/webtry.css
+++ b/experimental/webtry/css/webtry.css
@@ -58,3 +58,14 @@ pre, code {
#content {
padding: 1em;
}
+
+#tryHistory {
+ position: absolute;
+ top: 3em;
+ right: 10px;
+ width: 75px;
+}
+
+#tryHistory .tries {
+ float: none;
+}

Powered by Google App Engine
This is Rietveld 408576698