Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions grails-app/conf/GlobalResources.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ modules = {
resource url: 'images/searchtool.ico'
resource url: 'css/main.css'
resource url: 'css/sanofi.css'
resource url: 'css/bootstrap/css/bootstrap.min.css'
}

session_timeout {
Expand Down
5 changes: 3 additions & 2 deletions grails-app/views/layouts/_commonheader.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<th class="menuBar" style="width: 20px">&nbsp;</th>
<th class="menuBar" style="width: 150px"><g:if test="${'rwg' == app || 'datasetExplorer' == app}"><select
id="search-categories"></select></g:if></th>
<th class="menuBar" style="width: 190px"><g:if test="${'rwg' == app || 'datasetExplorer' == app}"><input
id="search-ac"/></g:if></th>
<th class="menuBar" style="width: 190px"><g:if test="${'rwg' == app || 'datasetExplorer' == app}"><span
class="glypicon glyphicon-search search-terms-icon" aria-hidden="true"></span><input
id="search-ac"i placeholder="Search..." /></g:if></th>
<th class="menuBar" style="width: 110px">
<g:if test="${'rwg' == app}">
<div id="cartbutton" class="greybutton">
Expand Down
1 change: 1 addition & 0 deletions web-app/css/bootstrap/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NOTE: These Bootstrap files ONLY have the Glyphicons and no other Bootstrap styles.
14 changes: 14 additions & 0 deletions web-app/css/bootstrap/bootstrap-theme-min.css

Large diffs are not rendered by default.

Loading