gestion changement d'alias

This commit is contained in:
2024-09-20 18:47:12 +02:00
parent 111fac9a42
commit 5e40f208ef
123 changed files with 3382 additions and 141451 deletions

View File

@ -1,82 +1 @@
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
html, body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
body
{
padding: 10px;
}
body, td, input, select, textarea
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
}
.midtext
{
padding:0px;
margin:10px;
}
.midtext p
{
padding:0px;
margin:10px;
}
.Button
{
border: #737357 1px solid;
color: #3b3b1f;
background-color: #c7c78f;
}
.PopupTabArea
{
color: #737357;
background-color: #e3e3c7;
}
.PopupTitleBorder
{
border-bottom: #d5d59d 1px solid;
}
.PopupTabEmptyArea
{
padding-left: 10px;
border-bottom: #d5d59d 1px solid;
}
.PopupTab, .PopupTabSelected
{
border-right: #d5d59d 1px solid;
border-top: #d5d59d 1px solid;
border-left: #d5d59d 1px solid;
padding: 3px 5px 3px 5px;
color: #737357;
}
.PopupTab
{
margin-top: 1px;
border-bottom: #d5d59d 1px solid;
cursor: pointer;
}
.PopupTabSelected
{
font-weight: bold;
cursor: default;
padding-top: 4px;
border-bottom: #f1f1e3 1px solid;
background-color: #f1f1e3;
}
body,html{background-color:transparent;margin:0;padding:0}body{padding:10px}body,input,select,td,textarea{font-size:11px;font-family:"Microsoft Sans Serif",Arial,Helvetica,Verdana}.midtext,.midtext p{padding:0;margin:10px}.Button{border:1px solid #737357;color:#3b3b1f;background-color:#c7c78f}.PopupTabArea{color:#737357;background-color:#e3e3c7}.PopupTabEmptyArea,.PopupTitleBorder{border-bottom:1px solid #d5d59d}.PopupTabEmptyArea{padding-left:10px}.PopupTab,.PopupTabSelected{border-right:1px solid #d5d59d;border-top:1px solid #d5d59d;border-left:1px solid #d5d59d;padding:3px 5px;color:#737357}.PopupTab{margin-top:1px;border-bottom:1px solid #d5d59d;cursor:pointer}.PopupTabSelected{font-weight:700;cursor:default;padding-top:4px;border-bottom:1px solid #f1f1e3;background-color:#f1f1e3}

View File

@ -1,43 +1 @@
.cke_dialog_body #overlayBlock,
.cke_dialog_body #no_check_over
{
top: 39px !important;
}
div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_vbox td > .cke_dialog_ui_button:first-child
{
margin-top: 4px;
}
div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select > label
{
margin-left: 0;
}
div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select div.cke_dialog_ui_input_select
{
width: 140px !important;
}
div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select select.cke_dialog_ui_input_select,
div[name=Thesaurus] div.cke_dialog_ui_input_select select.cke_dialog_ui_input_select
{
margin-top: 1px;
}
div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select select.cke_dialog_ui_input_select:focus,
div[name=Thesaurus] div.cke_dialog_ui_input_select select.cke_dialog_ui_input_select:focus
{
margin-top: 0;
}
div[name=GrammTab] .cke_dialog_ui_vbox tbody > tr:first-child .cke_dialog_ui_button,
div[name=Thesaurus] .cke_dialog_ui_vbox tbody > tr:first-child .cke_dialog_ui_button
{
margin-top: 4px !important;
}
div[name=Thesaurus] div.cke_dialog_ui_input_select
{
width: 180px !important;
}
.cke_dialog_body #no_check_over,.cke_dialog_body #overlayBlock{top:39px!important}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_vbox td>.cke_dialog_ui_button:first-child{margin-top:4px}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select>label{margin-left:0}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select div.cke_dialog_ui_input_select{width:140px!important}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select select.cke_dialog_ui_input_select,div[name=Thesaurus] div.cke_dialog_ui_input_select select.cke_dialog_ui_input_select{margin-top:1px}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select select.cke_dialog_ui_input_select:focus,div[name=Thesaurus] div.cke_dialog_ui_input_select select.cke_dialog_ui_input_select:focus{margin-top:0}div[name=GrammTab] .cke_dialog_ui_vbox tbody>tr:first-child .cke_dialog_ui_button,div[name=Thesaurus] .cke_dialog_ui_vbox tbody>tr:first-child .cke_dialog_ui_button{margin-top:4px!important}div[name=Thesaurus] div.cke_dialog_ui_input_select{width:180px!important}