Changes for page Collaborate on reproducible science, anywhere
Last modified by bougault on 2023/01/26 14:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
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
-
... ... @@ -24,7 +24,7 @@ 24 24 align-items:stretch; 25 25 position:relative 26 26 } 27 - .clb-search-bar .form-input{27 + .clb-search-bar div{ 28 28 flex:1; 29 29 margin:2px 10px 2px 0 30 30 }