Changes for page Collaborate on reproducible science, anywhere
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. bougault1 +XWiki.asantars - Content
-
... ... @@ -21,7 +21,7 @@ 21 21 <div class="col-md-6 col-md-offset-3"> 22 22 <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET"> 23 23 <div> 24 - <input type="text" class="form-control" name="text" placeholder="Search in the collaboratory">24 + <input type="text" class="form-control" name="text" placeholder="Search word in all wiki pages"> 25 25 <i class="glyphicon glyphicon-search"></i> 26 26 </div> 27 27 <button class="btn clb-btn-default" type="submit">Search</button> ... ... @@ -49,11 +49,13 @@ 49 49 50 50 (% class="highlighted__title" %) 51 51 ==== Highlighted collabs ==== 52 - 52 +{{html clean="false"}} 53 +<a href="" class="highlighted_view_all">View all</a> 54 +{{/html}} 53 53 (% class="row highlighted_row" %) 54 54 ((( 55 55 56 -{{ collaboratory.ux.highlightedcollabs featured="true" slider="true"}}58 +{{HighlightedCollabs featured="true" slider="true"}} 57 57 58 58 ))) 59 59 )))
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -264,11 +264,15 @@ 264 264 margin-bottom: 1rem; 265 265 } 266 266 } 267 + 268 +.glider-contain { 269 + min-height: 502px; 270 +} 267 267 .glider { 268 268 .highlighted-collab { 269 269 position:relative; 270 270 border: 1px solid #CCC; 271 - margin: 0 .5rem;275 + margin: 0 1rem; 272 272 height: 100%; 273 273 border-radius: @border-radius-default; 274 274 > p, ... ... @@ -278,6 +278,10 @@ 278 278 } 279 279 } 280 280 } 285 +.highlighted-image{ 286 + /*height: 250px;*/ 287 + background-size: cover; 288 +} 281 281 .stretched-link { 282 282 &::after { 283 283 position: absolute;