mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/*!
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
$ibo-datatable--padding-y: 2em !default;
|
||||
|
||||
$ibo-datatable-cell-row--line-height: 30px !default;
|
||||
@@ -51,11 +56,16 @@ $ibo-list-column--max-height: 150px;
|
||||
|
||||
// For cancel / OK / next... selection validation buttons
|
||||
.ibo-datatable--selection-validation-buttons-toolbar {
|
||||
clear: both;
|
||||
margin-top: $ibo-datatable--selection-validation-buttons-toolbar--margin-top;
|
||||
clear: both;
|
||||
margin-top: $ibo-datatable--selection-validation-buttons-toolbar--margin-top;
|
||||
}
|
||||
|
||||
.ibo-list-column {
|
||||
max-height: $ibo-list-column--max-height;
|
||||
overflow-y: auto;
|
||||
max-height: $ibo-list-column--max-height;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.ibo-datatable .ibo-field-badge {
|
||||
margin: 0;
|
||||
padding: 0px 4px;
|
||||
}
|
||||
@@ -67,8 +67,10 @@ $ibo-input--margin-x: 5px !default;
|
||||
|
||||
.ibo-input--label-right {
|
||||
margin-right: $ibo-input--margin-x;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.ibo-input--label-left {
|
||||
margin-leftt: $ibo-input--margin-x;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@@ -10,4 +10,5 @@
|
||||
@import "audit";
|
||||
@import "data-synchro";
|
||||
@import "datamodel-viewer";
|
||||
@import "csv-import";
|
||||
@import "global-search";
|
||||
45
css/backoffice/pages/_csv-import.scss
vendored
Normal file
45
css/backoffice/pages/_csv-import.scss
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/*!
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
#tabs1-import .ibo-field--label {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
div.cell_modified {
|
||||
font-weight: bold;
|
||||
color: #004e91;
|
||||
}
|
||||
|
||||
div.cell_error {
|
||||
font-weight: bold;
|
||||
color: #D81515;
|
||||
}
|
||||
|
||||
div.cell_error > p {
|
||||
font-weight: bold;
|
||||
color: #D81515;
|
||||
}
|
||||
|
||||
tr.row_unchanged td {
|
||||
border-bottom: 1px #ccc solid;
|
||||
}
|
||||
|
||||
.wizContainer table tr.row_error td {
|
||||
border-bottom: 1px #ccc solid;
|
||||
background-color: #fdd;
|
||||
}
|
||||
|
||||
tr.row_modified td {
|
||||
border-bottom: 1px #ccc solid;
|
||||
}
|
||||
|
||||
tr.row_added td {
|
||||
border-bottom: 1px #ccc solid;
|
||||
}
|
||||
|
||||
.ibo-import-csv--download-file {
|
||||
font-size: 4em;
|
||||
color: $ibo-color-primary-400;
|
||||
margin: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user