Bläddra i källkod

[mod] search input mods

asciimoo 11 år sedan
förälder
incheckning
90a9342286
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5
    5
      searx/static/css/style.css

+ 5
- 5
searx/static/css/style.css Visa fil

@@ -129,7 +129,7 @@ tr:hover td { background: #DDDDDD; }
129 129
     height: 28px;
130 130
     margin: 0;
131 131
     outline: medium none;
132
-    padding: 4px;
132
+    padding: 2px;
133 133
     padding-left: 8px;
134 134
     padding-right: 0px !important;
135 135
     width: 100%;
@@ -137,14 +137,14 @@ tr:hover td { background: #DDDDDD; }
137 137
 }
138 138
 #search_submit {
139 139
     position: absolute;
140
-    top: 15px;
141
-    right: 4px;
140
+    top: 13px;
141
+    right: 1px;
142 142
     padding: 0;
143 143
     border: 0;
144 144
     background: url('/static/img/search-icon.png') no-repeat;
145
-    background-size: 28px 28px;
145
+    background-size: 24px 24px;
146 146
     opacity: 0.8;
147
-    width: 28px;
147
+    width: 24px;
148 148
     height: 30px;
149 149
     font-size: 0;
150 150
 }