projects
/
WP-Plugins
/
glm-member-db-obits.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a458ef
)
fixing placeholder padding for the text input
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 15 Mar 2017 15:40:43 +0000
(11:40 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 15 Mar 2017 15:40:43 +0000
(11:40 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
f7c2dc3
..
7c36c20
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-35,11
+35,11
@@
}
.search-sidebar input[type=text]{
- height:
25
px;
+ height:
30
px;
}
.search-sidebar select{
margin: 4px 0 8px 0;
- height:
25
px;
+ height:
30
px;
padding: 2px;
}
.search-container label:not(.search-results-label){
@@
-190,4
+190,7
@@
input.sidebar-criteria{
padding: 5px 0;
margin: 5px 0 5px 15px;
width: 150px;
+}
+.search-container .placeholder{
+ padding: 2px;
}
\ No newline at end of file