[gnomegr-web] Fix the overflow of the search bar



commit 48efe254f86c936479819c85b90428a8c5cb4177
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Mon Nov 28 23:08:01 2016 +0200

    Fix the overflow of the search bar

 gnomegr/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomegr/style.css b/gnomegr/style.css
index a17b851..340adfa 100644
--- a/gnomegr/style.css
+++ b/gnomegr/style.css
@@ -213,7 +213,7 @@ a:visited {
     border: 0;
     font: inherit;
     color: inherit;
-    padding: 8px 8px 8px 28px;
+    padding: 8px 5px 8px 28px;
     background: transparent url(images/search-icon.png) 8px center no-repeat;
     color: #fff;
     border-left: 1px solid rgba(100%,100%,100%,0.3);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]