projects
/
web
/
StIgnaceBudgetHost.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2c8eb
)
Event searchform style minor responsive changes
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 4 Sep 2014 17:44:04 +0000
(13:44 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 4 Sep 2014 17:44:04 +0000
(13:44 -0400)
Toolkit/Events/css/event.css
patch
|
blob
|
history
diff --git
a/Toolkit/Events/css/event.css
b/Toolkit/Events/css/event.css
index
84f4dd4
..
de1fa78
100755
(executable)
--- a/
Toolkit/Events/css/event.css
+++ b/
Toolkit/Events/css/event.css
@@
-392,6
+392,21
@@
border: 1px dashed #ccc;
padding: 3px 6px;
}
+@media (max-width: 640px) {
+ #event-search {
+ max-width: 400px;
+ margin-left: auto !important;
+ margin-right: auto !important;
+ }
+ #endMonth,
+ #startMonth,
+ #eventCategorySearch,
+ #eventNameSearch {
+ max-width: 350px;
+ margin-left: auto !important;
+ margin-right: auto !important;
+ }
+}
.event-list {
border-bottom: 1px solid #ccc;
padding-bottom: 15px;