Skip to content

Commit

Permalink
[MSKINS-173] Google site search box too wide in sidebar
Browse files Browse the repository at this point in the history
Second try, make it dynamic in the sidebar only.

This closes #30
  • Loading branch information
kwin authored and michael-o committed May 14, 2022
1 parent 90c24e9 commit 6ab7917
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/css/maven-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ li.none {
background-image: url(https://cse.google.com/cse/images/google_custom_search_watermark.gif);
background-attachment: initial; background-origin: initial; background-clip: initial;
background-color: rgb(255, 255, 255); background-position: 0% 50%; background-repeat: no-repeat no-repeat;
width:95%
width:95%;
}

.sidebar-nav .search-query {
width: calc(100% - 30px);
}

body.topBarEnabled {
Expand Down Expand Up @@ -140,10 +144,6 @@ li.pull-right {
margin-bottom: 10px;
}

input.search-query {
padding-right: 0px;
}

a.dropdown-toggle {
cursor: pointer;
}

0 comments on commit 6ab7917

Please sign in to comment.