UI Improvements

This commit is contained in:
Daniel Xie
2017-05-06 17:19:18 -05:00
parent 534f5c1dbe
commit 315940112c
8 changed files with 89 additions and 23 deletions
+11 -9
View File
@@ -9,14 +9,10 @@
padding-left: 10px;
margin-left: 10%;
width: 99%;
overflow-y: scroll;
overflow: auto;
overflow-y: scroll;
}
#character-info {
overflow-y: scroll;
}
/* Script Editor */
/* This temp element is used for auto adjusting filename field */
.tmp-element {
@@ -340,13 +336,19 @@ div.faction-clear {
/* Tutorial */
#tutorial-container {
color: #66ff33;
position: fixed;
height: 100%;
padding-top: 10px;
padding-left: 10px;
height: 100%;
margin-left: 10%;
width: 85%;
width: 99%;
overflow: auto;
overflow-y: scroll;
}
#tutorial-text {
width: 80%;
margin: 10px;
}
/* Location */