style : meilleur affichage des boutons d'admin, de chemin des squelettes et du debug
parent
86ed6b71d2
commit
0f46343222
@ -1,38 +1,41 @@
|
||||
/* Les Crayons */
|
||||
.crayon-active {
|
||||
font-family: Verdana, Geneva, Sans, sans-serif !important;
|
||||
font-size: 14px !important;
|
||||
color: #000 !important;
|
||||
font-weight: normal !important;
|
||||
line-height: initial !important;
|
||||
min-height: initial !important;
|
||||
text-align: left !important;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
.spip-admin-float {
|
||||
top: 5em;
|
||||
right: 10px;
|
||||
}
|
||||
#debug-profile {
|
||||
font-size: 1.2em;
|
||||
width: 98%;
|
||||
margin: 0 1%;
|
||||
}
|
||||
#debug-nav {
|
||||
width: auto;
|
||||
}
|
||||
.inclure_blocs > h6 > a {
|
||||
font-size: inherit !important;
|
||||
color: inherit !important;
|
||||
background: transparent !important;
|
||||
margin: 0 !important;
|
||||
padding: 2px !important;
|
||||
margin-bottom: 2px !important;
|
||||
clear: both !important;
|
||||
font-family: monospace !important;
|
||||
font-size: 0.66rem !important;
|
||||
line-height: 1 !important;
|
||||
text-align: left !important;
|
||||
letter-spacing: normal !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
/* Les Crayons */
|
||||
.crayon-active {
|
||||
font-family: system-ui, sans-serif !important;
|
||||
font-size: 14px !important;
|
||||
color: #000 !important;
|
||||
font-weight: normal !important;
|
||||
line-height: initial !important;
|
||||
min-height: initial !important;
|
||||
text-align: left !important;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
.spip-admin-float {
|
||||
font-family: system-ui, sans-serif !important;
|
||||
top: 5em;
|
||||
right: 10px;
|
||||
}
|
||||
#spip-debug, #spip-debug * {
|
||||
font-family: system-ui, sans-serif !important;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
#debug-profile {
|
||||
width: 98%;
|
||||
margin: 0 1%;
|
||||
}
|
||||
#debug-nav {
|
||||
width: auto;
|
||||
}
|
||||
.inclure_blocs > h6 > a {
|
||||
font-family: system-ui, sans-serif !important;
|
||||
color: inherit !important;
|
||||
background: transparent !important;
|
||||
margin: 0 !important;
|
||||
padding: 2px !important;
|
||||
margin-bottom: 2px !important;
|
||||
clear: both !important;
|
||||
font-size: 1rem !important;
|
||||
line-height: 1 !important;
|
||||
text-align: left !important;
|
||||
letter-spacing: normal !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue