浏览代码

[mod] search input mods

asciimoo 11 年前
父节点
当前提交
90a9342286
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5
    5
      searx/static/css/style.css

+ 5
- 5
searx/static/css/style.css 查看文件

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