Small UI changes, adding RAM cost for new script commands.

This commit is contained in:
Daniel Xie
2017-05-20 22:45:36 -05:00
parent 4d0ee212be
commit 9e2344919f
8 changed files with 58 additions and 27 deletions

View File

@@ -1,14 +1,17 @@
/* interactivetutorial.css */
#interactive-tutorial-wrapper {
position:relative;
}
#interactive-tutorial-container {
display: none;
position: fixed; /* Stay in place */
position: absolute; /* Stay in place */
right: 0;
top: 0;
height: 100%; /* Full height */
margin: 30% auto;
height: 400px; /* Full height */
padding: 10px;
border: 5px solid #FFFFFF;
width: 35%;
width: 25%;
overflow: auto; /* Enable scroll if needed */
background-color: #444; /* Fallback color */
color: white;