Brand new customer portal - alpha version: requires adjustments to work with various ticketing installation options

SVN:trunk[4044]
This commit is contained in:
Romain Quetiez
2016-05-10 15:04:44 +00:00
parent 242f7785e6
commit a618f2804b
123 changed files with 29248 additions and 2 deletions

View File

@@ -2333,3 +2333,14 @@ span.refresh-button {
}
#setup .module-selection-banner img {
max-height: 48px;
}
#setup .module-selection-body {
height: 28em;
overflow: auto;
border: #cccccc 1px solid;
}

View File

@@ -1762,3 +1762,13 @@ span.refresh-button {
.date_format_tooltip td {
padding: 0.25em;
}
#setup {
.module-selection-banner img {
max-height: 48px;
}
.module-selection-body {
height: 28em;
overflow: auto;
border: #ccc 1px solid;
}
}