Style changes events form, subnav fontsize
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 15:14:40 +0000 (11:14 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 15:14:40 +0000 (11:14 -0400)
Fontsize was too small to read for subnav and pdf section.
Added some margin-top on every event listed.

Toolkit/Events/css/event.css
styles.css

index 4e43407..84f4dd4 100755 (executable)
@@ -3,6 +3,9 @@
 #event-second-column {
     position: relative;
 }
+#event-second-column > div:not(:first-child) {
+    margin-top: 25px;
+}
 #event-main-column #slider-wrapper {
     position: relative;
 }
 }
 /*  Event Search Result */
 .event-search {
-    font-size: 12px;
+    font-size: 16px;
     /* font-size: 1.2rem; */
     background: #eee;
     border: 1px dashed #ccc;
 .event-list {
     border-bottom: 1px solid #ccc;
     padding-bottom: 15px;
+    margin-top: 15px;
 }
 .event-list-thumb {
     border: 1px solid rgb(51, 102, 153);
index e8e3f68..44eb603 100644 (file)
@@ -328,6 +328,7 @@ nav.top-bar .top-bar-section .center-top-bar .full-width > li ul.dropdown {
 nav.top-bar .top-bar-section .center-top-bar .full-width > li ul.dropdown li > a {
   background-color: #004a80;
   line-height: 40px;
+  font-size: 12pt;
 }
 nav.top-bar .top-bar-section .center-top-bar .full-width > li ul.dropdown li > a:hover {
   background-color: #336633;