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 83.7
edited by bougault
on 2021/01/20 13:29
Change comment: There is no comment for this version
To version 83.3
edited by bougault
on 2021/01/20 13:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20   <div class="container">
21 21   <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET">
22 22   <div class="col-md-5 col-md-offset-3">
23 - <div class="form-input">
23 + <div>
24 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>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -19,16 +19,14 @@
19 19   padding-right:0;
20 20   min-height:300px;
21 21  
22 - /*
23 23   .clb-search-bar{
24 24   display:flex;
25 25   align-items:stretch;
26 26   position:relative
27 27   }
28 - */
29 - .clb-search-bar .form-input {
30 - margin:2px 10px 2px 0;
31 - position: relative;
27 + .clb-search-bar div{
28 + flex:1;
29 + margin:2px 10px 2px 0
32 32   }
33 33   .clb-search-bar input[type=text]{
34 34   width:100%;