Changes for page Collaborate on reproducible science, anywhere
Last modified by bougault on 2023/01/26 14:38
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -264,9 +264,19 @@ 264 264 margin-bottom: 1rem; 265 265 } 266 266 } 267 - 268 -.highlighted-collab { 269 - position:relative; 267 +.glider { 268 + .highlighted-collab { 269 + position:relative; 270 + border: 1px solid #CCC; 271 + margin: 0 .5rem; 272 + height: 100%; 273 + border-radius: var(--border-radius-default); 274 + > p, 275 + > h3 { 276 + padding-left: 1rem; 277 + padding-right: 1rem; 278 + } 279 + } 270 270 } 271 271 .stretched-link { 272 272 &::after {