lib/html/build/stylesheets/frontend.css in flammarion-0.0.5 vs lib/html/build/stylesheets/frontend.css in flammarion-0.0.6

- old
+ new

@@ -5,10 +5,11 @@ padding: 0px; margin: 0px; height: 100%; width: 100%; overflow: hidden; + user-select: none; } html { padding: 0px; height: 100%; width: 100%; @@ -25,37 +26,10 @@ color: #a477b3; } .hidden { display: none; } -#status { - background-color: #000; - margin: 0px; - padding: 5px; - padding-bottom: 10px; - font-family: Monospace; - height: 2%; -} -#status:before { - color: #781111; - content: "Detached"; -} -#status > .left { - float: left; -} -#status > .right { - float: right; -} -#status > .center { - display: none; -} -.connected #status:before { - color: #378137; - content: "Attached"; - margin-right: 2em; - float: left; -} .pane { margin: 0px; overflow: auto; padding: 8px; width: 100%; @@ -72,11 +46,11 @@ #panes { height: calc(98% - 15px); width: 100%; box-sizing: border-box; } -.horizontal .pane { +.horizontal > .pane { height: 100%; float: left; } .plot { width: 100%; @@ -98,23 +72,6 @@ pointer-events: none; border: 1px solid #012; } .hljs { background-color: #120018; -} -#dialog { - position: absolute; - top: 10%; - left: 10%; - width: 70%; - height: 70%; - padding: 1em; - background-color: #0e0013; - border: 1px solid #a7a7a7; -} -#dialog > #message { - margin: 0; - height: calc(100% - 3em); -} -#dialog > .full-button { - height: 1em; }