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

Unified Diff: tools/turbolizer/turbo-visualizer.css

Issue 2164373002: [turbolizer] Style improvements. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@t-p3-base
Patch Set: Created 4 years, 5 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 | « tools/turbolizer/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/turbo-visualizer.css
diff --git a/tools/turbolizer/turbo-visualizer.css b/tools/turbolizer/turbo-visualizer.css
index 3c5c9d682af5d7949a5e3e1e6aa8060c3fa72ec3..05ec1cf173e30cd6ffb81ac318c2e35e7f81978d 100644
--- a/tools/turbolizer/turbo-visualizer.css
+++ b/tools/turbolizer/turbo-visualizer.css
@@ -280,22 +280,8 @@ span.linkable-text:hover {
left: 0;
}
-#graph-toolbox {
- position: relative;
- top: 1em;
- left: 0.7em;
- border: 2px solid #eee8d5;
- border-radius: 5px;
- padding: 0.7em;
- z-index: 5;
-}
-
-#disassembly-collapse {
- right: 0;
-}
-
-#source-collapse {
- left: 0;
+#graph-toolbox-anchor {
+ height: 0px;
}
#graph-toolbox {
@@ -306,21 +292,25 @@ span.linkable-text:hover {
border-radius: 5px;
padding: 0.7em;
z-index: 5;
+ background: rgba(100%, 100%, 100%, 0.7);
}
#load-file {
- background: #A0A0A0;
position: absolute;
top: 0;
right: 0;
margin-top: 0.5em;
margin-right: 0.5em;
- border-radius: 5px;
- padding: 0.5em;
z-index: 5;
opacity: 0.7;
}
+#load-file input {
+ background: #A0A0A0;
+ border-radius: 5px;
+ padding: 0.5em;
+}
+
#hidden-file-upload{
display: none;
}
« no previous file with comments | « tools/turbolizer/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698