making calendars centered and adjust to screens. subnav in Small adjusted
authorOve Klykken <klykken@gmail.com>
Mon, 23 Jun 2014 15:48:14 +0000 (11:48 -0400)
committerOve Klykken <klykken@gmail.com>
Mon, 23 Jun 2014 15:48:14 +0000 (11:48 -0400)
Toolkit/Schedule/templates/departuresScheduleCalendar.html
css/arrows.css

index 275c3be..35e750f 100644 (file)
@@ -1,19 +1,21 @@
 <style type="text/css">
 #calendars {}
 table.calendarWrapper {
-       float: left;
+       /* float: left; */
        border: solid 0px black;
        padding: 0;
-       margin: 0;
-       height: 280px;
-       }
+       margin: 0 auto;
+       /* height: 280px; */
+       background: transparent;
+    }
 table.cals {
        border: solid 1px #eee;
        border-radius: 10px;
        margin-right: 5px;
        padding: 2px;
-    width: 100%;
-       }
+    /* width: 100%; */
+       display: block;
+    }
 .cals td {
        text-align: center;
        width: 26px;
index 62f6a4d..68c8fbe 100644 (file)
@@ -9,7 +9,7 @@
     padding-right: 0;
 }
 #mobilenav ul {
-    dipslay: block;
+    display: block;
     width: 100%;
     overflow: hidden;
     margin: 0;
@@ -17,7 +17,7 @@
     list-style-type: none;
 }
 #mobilenav ul li {
-    dipslay: block;
+    display: block;
     width: 100%;
     overflow: hidden;
     margin: 0;
@@ -30,7 +30,7 @@
     overflow: hidden;
     margin: 0;
     padding: 9px 50px 9px 10px;
-    font-size: 20px;
+    font-size: 16px;
     color: #E0E0E0;
     border-bottom: 1px solid #43555D;
     text-decoration: none;
@@ -42,7 +42,7 @@
     position: absolute;
     z-index: 80;
     right: 4px;
-    top: 6px;
+    top: 3px;
     width: 60px;
     height: 40px;
     background: url(../assets/dropper.gif) 0 0 no-repeat;