@ -42,6 +42,7 @@
/* Footer */
.box_album .box__footer {
padding: 0;
background-color: transparent;
border-top: 1px solid var(--spip-box-sep-color);
text-align: inherit;
@ -58,10 +59,7 @@
flex: 0 0 auto;
display: flex;
align-items: center;
padding-inline-end: var(--spip-box-spacing-x);
}
.box_album .metas__section:last-child {
padding-inline-end: 0;
padding: calc(var(--spip-box-spacing-y) / 2) var(--spip-box-spacing-x);
}
.box_album .metas a:not(:hover):not(:focus) {
color: inherit;
@ -70,6 +68,8 @@
/* Métas / infos : n°, statut, etc */
.box_album .metas__section_infos {
flex: 0 0 auto;
padding-inline-start: var(--spip-box-spacing-y);
padding-inline-end: var(--spip-box-spacing-y);
}
.box_album .metas__section_infos > *:not(:last-child) {
margin-inline-end: calc(var(--spip-box-spacing-x) / 2);
@ -83,25 +83,57 @@
}
/* Métas / editorial */
.box_album .metas__section_editorial {
flex: 1 1 auto;
flex: 1;
justify-content: center;
}
.box_album .heading {
.box_album .metas__section_editorial . heading {
margin: 0;
font-size: inherit;
font-weight: inherit;
}
.box_album .descriptif {
color: var(--spip-color-gray-dark);
font-size: 0.9em;
margin-top: calc(var(--spip-box-spacing-y) / 2);
margin-bottom: calc(var(--spip-box-spacing-y) / 2);
text-align: center;
}
/* Métas / boutons d'actions et cie */
.box_album .metas__section_actions {}
.box_album .dropdown-menu .btn,
.box_album .dropdown-menu button {
.box_album .metas__section_actions {
padding: 0;
}
.box_album .metas__section_actions > * {
height: 100%;
}
.box_album .metas__section_actions .actions,
.box_album .move {
border-inline-start: 1px solid var(--spip-box-sep-color);
}
.box_album .dropdown-toggle,
.box_album .move {
padding-top: calc(var(--spip-box-spacing-y) / 2);
padding-bottom: calc(var(--spip-box-spacing-y) / 2);
}
.box_album .dropdown-toggle:hover,
.box_album .dropdown-toggle:focus,
.box_album .move:hover,
.box_album .move:focus {
/* background-color: hsla(0, 0%, 0%, 0.066); */
background-color: var(--spip-color-theme);
color: white;
}
.box_album .move {
justify-content: center;
align-items: center;
width: 3em;
transition: all 0.15s;
border-bottom-#RIGHT-radius: var(--spip-box-border-radius);
}
.box_album .move:hover {
cursor: grab;
}
.box_album .dropdown-toggle {
height: 100%;
border-radius: 0;
}
.box_album .dropdown-menu [class*=btn] { /* pour précédence */
text-align: inherit;
justify-content: flex-start;
border-radius: 0;
}
/* Liste documents */
@ -136,29 +168,6 @@
}
/* Variante : drag and drop */
.box_album_ordonnable {
padding-inline-end: 2em;
}
.box_album_ordonnable .box__footer {
position: static;
}
.box_album .move {
justify-content: center;
align-items: center;
position: absolute;
top: 0;
inset-inline-end: 0;
bottom: 0;
width: 2em;
background-color: hsla(0, 0%, 0%, 0.033);
transition: all 0.15s;
border-top-#RIGHT-radius: var(--spip-box-border-radius);
border-bottom-#RIGHT-radius: var(--spip-box-border-radius);
}
.box_album .move:hover {
cursor: grab;
background-color: hsla(0, 0%, 0%, 0.1);
}
.box_album.deplacer-en-mouvement {
border: 1px solid var(--spip-color-theme) !important;
}