| 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;
|
| }
|
|
|