gestion changement d'alias
This commit is contained in:
@ -1,23 +1 @@
|
||||
div.cke_dialog_ui_scaytItemList {
|
||||
border: 1px solid #c9cccf;
|
||||
}
|
||||
|
||||
.cke_scaytItemList-child {
|
||||
position: relative;
|
||||
padding: 6px 30px 6px 5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cke_scaytItemList-child:hover {
|
||||
background: #ebebeb;
|
||||
}
|
||||
|
||||
.cke_scaytItemList-child .cke_scaytItemList_remove {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 5px;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
div.cke_dialog_ui_scaytItemList{border:1px solid #c9cccf}.cke_scaytItemList-child{position:relative;padding:6px 30px 6px 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cke_scaytItemList-child:hover{background:#ebebeb}.cke_scaytItemList-child .cke_scaytItemList_remove{position:absolute;top:0;right:5px;width:26px;height:26px}
|
@ -1,71 +1 @@
|
||||
a
|
||||
{
|
||||
text-decoration:none;
|
||||
padding: 2px 4px 4px 6px;
|
||||
display : block;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
a.cke_scayt_toogle:hover,
|
||||
a.cke_scayt_toogle:focus,
|
||||
a.cke_scayt_toogle:active
|
||||
{
|
||||
border-color: #316ac5;
|
||||
background-color: #dff1ff;
|
||||
color : #000;
|
||||
cursor: pointer;
|
||||
margin : 0px;
|
||||
}
|
||||
a.cke_scayt_toogle {
|
||||
color : #316ac5;
|
||||
border-color: #fff;
|
||||
}
|
||||
.scayt_enabled a.cke_scayt_item {
|
||||
color : #316ac5;
|
||||
border-color: #fff;
|
||||
margin : 0px;
|
||||
}
|
||||
.scayt_disabled a.cke_scayt_item {
|
||||
color : gray;
|
||||
border-color : #fff;
|
||||
}
|
||||
.scayt_enabled a.cke_scayt_item:hover,
|
||||
.scayt_enabled a.cke_scayt_item:focus,
|
||||
.scayt_enabled a.cke_scayt_item:active
|
||||
{
|
||||
border-color: #316ac5;
|
||||
background-color: #dff1ff;
|
||||
color : #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
.scayt_disabled a.cke_scayt_item:hover,
|
||||
.scayt_disabled a.cke_scayt_item:focus,
|
||||
.scayt_disabled a.cke_scayt_item:active
|
||||
{
|
||||
border-color: gray;
|
||||
background-color: #dff1ff;
|
||||
color : gray;
|
||||
cursor: no-drop;
|
||||
}
|
||||
.cke_scayt_set_on, .cke_scayt_set_off
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.scayt_enabled .cke_scayt_set_on
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.scayt_disabled .cke_scayt_set_on
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
.scayt_disabled .cke_scayt_set_off
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.scayt_enabled .cke_scayt_set_off
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
a{text-decoration:none;padding:2px 4px 4px 6px;display:block;border-width:1px;border-style:solid;margin:0}a.cke_scayt_toogle:active,a.cke_scayt_toogle:focus,a.cke_scayt_toogle:hover{border-color:#316ac5;background-color:#dff1ff;color:#000;cursor:pointer;margin:0}a.cke_scayt_toogle{color:#316ac5;border-color:#fff}.scayt_enabled a.cke_scayt_item{color:#316ac5;border-color:#fff;margin:0}.scayt_disabled a.cke_scayt_item{color:grey;border-color:#fff}.scayt_enabled a.cke_scayt_item:active,.scayt_enabled a.cke_scayt_item:focus,.scayt_enabled a.cke_scayt_item:hover{border-color:#316ac5;background-color:#dff1ff;color:#000;cursor:pointer}.scayt_disabled a.cke_scayt_item:active,.scayt_disabled a.cke_scayt_item:focus,.scayt_disabled a.cke_scayt_item:hover{border-color:grey;background-color:#dff1ff;color:grey;cursor:no-drop}.cke_scayt_set_off,.cke_scayt_set_on,.scayt_enabled .cke_scayt_set_on{display:none}.scayt_disabled .cke_scayt_set_on{display:inline}.scayt_disabled .cke_scayt_set_off{display:none}.scayt_enabled .cke_scayt_set_off{display:inline}
|
Reference in New Issue
Block a user