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:
48519f5
)
adjusted start and end date input field size
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 25 May 2016 16:52:20 +0000
(12:52 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 25 May 2016 16:52:20 +0000
(12:52 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
455714f
..
53a92e8
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-200,6
+200,13
@@
input[name='contact_fname'], input[name='contact_lname']{
top: 6px;
left: -35px;
}
-#sdate, #edate{
-
+@media (max-width: 640px) and (min-width: 320px) {
+ #sdate, #edate{
+ width: 55%;
+ }
+}
+@media (min-width: 641px) {
+ #sdate, #edate{
+ width: 35%;
+ }
}