Improved look of action messages. (Save, Delete, Edit, etc...)

This commit is contained in:
2019-03-01 01:20:25 -06:00
parent eaf366ca33
commit c84579000b
9 changed files with 179 additions and 161 deletions

View File

@@ -1,4 +1,9 @@
body { width: 450px; }
body {
width: 450px;
height: 520px;
overflow-x: hidden;
}
ul, li { list-style: none; }
li {
@@ -19,19 +24,10 @@ button {
color: #000000;
}
#allertMessage {
position: absolute;
top: 5%;
z-index: 999;
width: 50%;
left: 25%;
padding: 0.5em;
text-align: center;
display: none;
}
#savedSessions {
max-height: 15em;
height: 445px;
min-height: 445px;
max-height: 445px;
overflow-x: hidden;
overflow-y: auto;
}