More changes

This commit is contained in:
ahwelp
2020-07-22 03:34:33 -03:00
parent 5840d1338b
commit df312bdc1b
11 changed files with 461 additions and 286 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function log(message, importance = 0) {
}
if (importance === 2) {
alert("LOG:: |" + message + "|");
}
}
}
function isDefined(data) {
+18 -12
View File
@@ -1,15 +1,11 @@
/*
Devel
*Devel
*/
table tr .selected{
background-color: #d9edf7;
}
.hidden{
display:none;
}
.no-scroll{
overflow: hidden;
}
@@ -40,6 +36,7 @@ body{
*/
textarea{
resize: vertical;
min-height: 200px
}
.data-table table{
@@ -175,12 +172,12 @@ textarea{
}
/*
_ _ ______ _____ ______ _____
| | | | ____| /\ | __ \| ____| __ \
| |__| | |__ / \ | | | | |__ | |__) |
| __ | __| / /\ \ | | | | __| | _ /
| | | | |____ / ____ \| |__| | |____| | \ \
|_| |_|______/_/ \_\_____/|______|_| \_\
_ _ ______ ^ _____ ______ _____
| | | | ____| / \ | __ \| ____| __ \
| |__| | |__ / \ | | | | |__ | |__) |
| __ | __| / /_\ \ | | | | __| | _ /
| | | | |____ / _____ \| |__| | |____| | \ \
|_| |_|______/_/ \_\_____/|______|_| \_\
*/
@@ -204,4 +201,13 @@ textarea{
border-radius: 0px !important;
}
/*--*/
/* HELPER ---------------------------- */
.round-ball{
border-radius: 60px !important;
font-size: 1.5em;
position: fixed;
padding: 20px;
bottom: 20px;
right: 20px;
}