projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaeb9e
)
reducing date input width
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 25 May 2016 14:57:32 +0000
(10:57 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 25 May 2016 14:57:32 +0000
(10:57 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
d249465
..
eed17ed
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-200,3
+200,6
@@
input[name='contact_fname'], input[name='contact_lname']{
top: 6px;
left: -35px;
}
+#sdate, #date{
+ width: 40%;
+}