Compare commits

...
This repository has been archived on 2019-08-11. You can view files and clone it, but cannot push or open issues or pull requests.

2 Commits
master ... v1.2

Author SHA1 Message Date
Alex D. 30abc24c87 FIx modals 2019-03-09 23:00:16 +01:00
Alex D. 3c48440dd9 Old branding logo and some fixes 2019-02-28 21:19:52 +01:00
11 changed files with 317 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 88 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -228,6 +228,10 @@ h6 small {
border-color: #111;
}
.form-control option {
background-color: #222;
}
.btn,
.btn-default {
background-color: #222;
@ -748,4 +752,24 @@ label.control-label>span.field-optional:before {
.number-info-box-content {
padding: 15px 10px 0;
}
.table-responsive {
border: none !important;
}
.modal-content {
background-color: #222;
border-radius: 10px;
}
.modal-header, .modal-footer {
border-bottom: none;
border-top: none;
}
.close {
color: #fff;
text-shadow: 0 1px 0 #000;
opacity: 0.5;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long