Merge branch 'PHRAS-1734_PORT_PHRAS-1589' into PHRAS-1744_PORT_PHRAS-1578_1579_1621_1675_1404_1336
# Conflicts: # resources/locales/messages.de.xlf # resources/locales/messages.en.xlf # resources/locales/messages.fr.xlf # resources/locales/messages.nl.xlf # resources/locales/validators.de.xlf # resources/locales/validators.en.xlf # resources/locales/validators.fr.xlf # resources/locales/validators.nl.xlf # resources/www/admin/styles/main.scss
BIN
resources/www/account/images/favicon.ico
Normal file
After Width: | Height: | Size: 198 B |
@@ -343,6 +343,194 @@ div.switch_right.unchecked {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.alert .close {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.subdefs [id^="box"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.subdefs .subviews-submit {
|
||||
position: fixed;
|
||||
top: 75px;
|
||||
right: 40px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
h2.subdefName {
|
||||
display: inline-block;
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
.reload, .loader, .status {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.langTab {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.langTab h3 {
|
||||
font-weight: 700;
|
||||
font-size: 13px;
|
||||
margin: 4px 0;
|
||||
line-height: 11px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
display: block;
|
||||
margin: 15px 0;
|
||||
color: #08c;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.subdefTab input, .langTab input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
label[for="elasticsearch_settings_highlight"] {
|
||||
display: inline-block;
|
||||
margin-left: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
input[id="elasticsearch_settings_highlight"] {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#downbutton {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
#upbutton {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#upbutton i {
|
||||
position: relative;
|
||||
left: -5px;
|
||||
}
|
||||
|
||||
#downbutton i {
|
||||
position: relative;
|
||||
left: -5px;
|
||||
}
|
||||
|
||||
.form-horizontal .controls + div {
|
||||
margin-left: 180px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
position: relative;
|
||||
border: 0;
|
||||
padding: .5em 1em;
|
||||
background: none;
|
||||
margin-bottom: 7rem;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/******* SETUP *******************************************************************/
|
||||
#custom-link-table {
|
||||
width: 100%;
|
||||
thead {
|
||||
th {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
td {
|
||||
height: 30px;
|
||||
width: 19%;
|
||||
input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
height: 30px;
|
||||
}
|
||||
select {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
height: 30px;
|
||||
}
|
||||
.simplecolorpicker {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain !important;
|
||||
background-position: center center;
|
||||
border: none;
|
||||
margin-right: 3px;
|
||||
}
|
||||
button {
|
||||
height: 30px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
td:nth-of-type(5) {
|
||||
width: 14%;
|
||||
}
|
||||
td:nth-of-type(6) {
|
||||
width: 3%;
|
||||
}
|
||||
td:nth-of-type(7) {
|
||||
width: 3%;
|
||||
}
|
||||
td:last-child {
|
||||
width: 8%;
|
||||
}
|
||||
}
|
||||
|
||||
span.simplecolorpicker.picker {
|
||||
min-width: 0px;
|
||||
width: 22px;
|
||||
margin-top: -360px;
|
||||
border-radius: 0px;
|
||||
margin-left: 4px;
|
||||
padding: 0;
|
||||
span {
|
||||
width: 20px;
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#add-row {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.link_check_box:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url(/assets/common/images/icons/Bouton-Bold.png) #fff;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 75%;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.link_check_box:checked:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url(/assets/common/images/icons/Bouton-bold-active.png) #fff;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 75%;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
/******* SEARCH ENGINE SETTINGS ***************************************************/
|
||||
.search-engine-tabs {
|
||||
background: 0;
|
||||
@@ -441,6 +629,12 @@ div.switch_right.unchecked {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1150px) {
|
||||
.langTab {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@import './databases';
|
||||
@import './fields';
|
||||
@import './tables';
|
||||
@import './tables';
|
BIN
resources/www/common/images/icons/Bouton-Bold.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
resources/www/common/images/icons/Bouton-bold-active.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
resources/www/common/images/icons/Bouton-couleur.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
resources/www/common/images/icons/browse_basket.png
Normal file
After Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 894 B |
BIN
resources/www/common/images/icons/icon_collection_bin.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 382 B |
BIN
resources/www/common/images/icons/icon_empty_bin.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 764 B |
BIN
resources/www/common/images/icons/new_basket.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
resources/www/common/images/icons/new_report.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
resources/www/common/images/icons/sort_alpha.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
resources/www/common/images/icons/sort_date.png
Normal file
After Width: | Height: | Size: 321 B |
@@ -31,10 +31,14 @@ var commonModule = (function ($, p4) {
|
||||
$(this).removeClass('context-menu-item-hover');
|
||||
});
|
||||
|
||||
$('#help-trigger').contextMenu('#mainMenu .helpcontextmenu', {openEvt: 'click', dropDown: true, theme: 'vista', dropDown: true,
|
||||
showTransition: 'slideDown',
|
||||
hideTransition: 'hide',
|
||||
shadow: false
|
||||
// $('#help-trigger').contextMenu('#mainMenu .helpcontextmenu', {openEvt: 'click', dropDown: true, theme: 'vista', dropDown: true,
|
||||
// showTransition: 'slideDown',
|
||||
// hideTransition: 'hide',
|
||||
// shadow: false
|
||||
// });
|
||||
|
||||
$('body').on('click', '.infoDialog', function (event) {
|
||||
infoDialog($(this));
|
||||
});
|
||||
});
|
||||
|
||||
@@ -89,6 +93,26 @@ var commonModule = (function ($, p4) {
|
||||
$('#' + div).hide().remove();
|
||||
}
|
||||
|
||||
function infoDialog(el) {
|
||||
$("#DIALOG").attr('title', '')
|
||||
.empty()
|
||||
.append(el.attr('infos'))
|
||||
.dialog({
|
||||
|
||||
autoOpen: false,
|
||||
closeOnEscape: true,
|
||||
resizable: false,
|
||||
draggable: false,
|
||||
width: 600,
|
||||
height: 400,
|
||||
modal: true,
|
||||
overlay: {
|
||||
backgroundColor: '#000',
|
||||
opacity: 0.7
|
||||
}
|
||||
}).dialog('open').css({'overflow-x': 'auto', 'overflow-y': 'auto'});
|
||||
}
|
||||
|
||||
|
||||
// @deprecated
|
||||
function manageSession(data, showMessages) {
|
||||
|