Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Collaborate on reproducible science, anywhere - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Last modified by bougault on 2023/01/26 14:38

From version 51.1
edited by bougault
on 2020/05/25 09:53
Change comment: There is no comment for this version
To version 45.1
edited by bougault
on 2020/05/25 09:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -52,8 +52,11 @@
52 52   </div>
53 53   </div>
54 54   </div>
55 -<div class="container-fluid search__row">
55 +<div class="container-fluid clb-actions">
56 +
56 56   <div class="container">
58 +
59 +
57 57   <div class="col-md-6 col-md-offset-3">
58 58   <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET">
59 59   <div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -22,7 +22,6 @@
22 22   width:100%;
23 23   text-align:center;
24 24   margin-top:3rem
25 - display: none;
26 26  }
27 27  #xwikicontent{
28 28   padding-left:0;
... ... @@ -222,11 +222,6 @@
222 222   color: var(@color-brand-primary);
223 223  }
224 224  
225 -.search__row {
226 - padding:1rem;
227 - margin: 2rem;
228 - background: @color-xwiki-gray;
229 -}
230 230  .get-started__row__text {
231 231   color: #4a5568;
232 232  }
... ... @@ -234,7 +234,7 @@
234 234   text-align: center;
235 235   color: #aaa;
236 236   padding: 10rem 0;
237 - font-size: 2rem;
231 + font-size: 4rem;
238 238   border-top: 1px solid #ccc;
239 239   margin-top: 10rem;
240 240  }