Valider b61034d6 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

petits affinages css, notamment pour l'espace prive

parent 1ff5d3af
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+6 −6
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
.crayon-icones span,
.crayon-icones em {display:none;}

.crayon-boutons,
.crayon-searching { float: right;padding:0;text-align: right;z-index: 3}
.crayon-boutons { position:absolute; right:0; bottom:-0.25em;}
.crayon-boutons button { border:1px solid; cursor: pointer;display:inline-block; padding:0.25rem 0.4rem;}
.crayon-boutons .crayon-submit { background: #e6efc2 url(images/crayon-ok.svg) 0.15rem center no-repeat; background-size:1.3rem; color: #264409; border-color: #c6d880;float:right;margin-bottom: 0.5rem;margin-left:0.5rem;padding-left:1.5rem;}
.crayon-boutons .crayon-submit { background: #e6efc2 url(images/crayon-ok.svg) 0.15rem center no-repeat; background-size:1.3rem; color: #264409; border-color: #c6d880;float:right;margin-left:0.5rem;padding-left:1.5rem;}
.crayon-boutons .crayon-cancel { background: #fbe3e4 url(images/crayon-cancel.svg) center center no-repeat; background-size:1.3rem;color: #8a1f11; border-color: #fbc2c4;width: 2.5rem; text-indent: -3000em;}
.crayon-boutons .crayon-submit:hover,.crayon-boutons .crayon-submit:active,.crayon-boutons .crayon-submit:focus {background-color: #dee7ba;}
.crayon-boutons .crayon-cancel:hover,.crayon-boutons .crayon-cancel:active,.crayon-boutons .crayon-cancel:focus {background-color: #f3dbdc;}
@@ -13,7 +13,7 @@
.small .crayon-boutons .crayon-cancel {float:left;}

.crayon-init { position: relative; }
.crayon-init .crayon-icones {display: none;float:right;text-align: right; position: relative; top:0; left:0;width:1.5em;max-width:2rem;min-width:1rem;height:0;z-index:4999;}
.crayon-init .crayon-icones {display: none;float:right;text-align: right; position: relative; top:0; left:0;width:1.5rem;max-width:2rem;min-width:1rem;height:0;z-index:4999;}
.crayon-icones>span {position: absolute;top:0;right: 0;left: auto;width: 100%;height: 0;padding-bottom: 100%;}
.crayon-icones>em { position:absolute; left:0; }

@@ -48,11 +48,11 @@ em.crayon-img-changed { cursor: pointer; border:0; }



.crayon-html .formulaire_spip { max-width: 703px; }
.crayon-html .formulaire_spip { max-width: 44rem; padding: 0;margin: 0;border: 0;background: none;min-width: 10rem;}
.crayon-html .formulaire_spip .formulaire_crayon { padding-bottom: 2em;}
.crayon-html .formulaire_spip:before {content:'';display: block;position: absolute;top:-1rem;left:-1rem;right:-1rem;bottom: -1rem;background: rgba(245,245,245,0.95);z-index: -1;}
.crayon-html textarea { overflow: auto; font: inherit; }
.crayon-html { z-index:1000; }
.crayon-html .crayon-boutons { position:absolute; right:0; }
.crayon-html .small .crayon-boutons {position: relative;}

.crayon.crayon-loading { opacity: 0.7;text-shadow: 0 0 50px red;filter:grayscale(50%);}
@@ -61,7 +61,7 @@ em.crayon-img-changed { cursor: pointer; border:0; }
.crayon-invalide { display: block; background-color: #ff8888; border: 1px dashed #ff0000; }
.crayon-invalide p { margin:0; padding: 1%; font-style: italic; font-size: 80%; }
/* resizer */
.resizehandle { background:transparent url("images/resizer.svg") center no-repeat;background-size: contain; cursor:ns-resize; font-size:0.1em; width: auto !important;margin-right: 10rem;opacity: 0.5;}
.resizehandle { background:transparent url("images/resizer.svg") center no-repeat;background-size: contain; cursor:ns-resize; font-size:0.1em; width: auto !important;height:1rem !important;margin-bottom:-1rem;margin-right: 10rem;opacity: 0.5;}
.small .resizehandle {margin-right: 0;}
.resizehandle_boutons { margin-top: -16px; }