This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit ce84a312dee11becf2c37ff6b32694bcb030e5df Author: Michael Osipov <[email protected]> AuthorDate: Sat Apr 30 23:12:38 2022 +0200 [MSKINS-182] Fix padding of search input form --- src/main/resources/css/maven-theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css index fadc3b1..7a3120a 100644 --- a/src/main/resources/css/maven-theme.css +++ b/src/main/resources/css/maven-theme.css @@ -64,7 +64,7 @@ li.none { .search-query { background-image: url(https://cse.google.com/cse/images/google_custom_search_watermark.gif); - background-attachment: initial; background-origin: initial; background-clip: initial; + 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% } @@ -139,3 +139,7 @@ li.pull-right { .well { margin-bottom: 10px; } + +input.search-query { + padding-right: 0px; +}
