changed reservation form bottom image and adjusted about dropdown menu margin
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 2 Dec 2015 20:01:43 +0000 (15:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 2 Dec 2015 20:01:43 +0000 (15:01 -0500)
css/app.css
scss/_topbar.scss

index c6b1406..41f02a9 100644 (file)
@@ -6704,7 +6704,7 @@ header .searchform input[type="submit"]:hover {
     content: url(../assets/reservations-bottom.png);
     height: 30px;
     bottom: -30px;
-    left: -4px; }
+    left: 0px; }
   #res-tab li {
     list-style: none;
     padding: 20px 0; }
@@ -6733,10 +6733,10 @@ header .searchform input[type="submit"]:hover {
     left: -15px; }
   #res-tab-open:after {
     position: absolute;
-    content: url(../assets/reservations-bottom_v2.png);
+    content: url(../assets/reservations-bottom.png);
     height: 30px;
     bottom: -320px;
-    left: -4px; }
+    left: 0px; }
   #res-tab-open li {
     list-style: none;
     padding: 20px 0; }
@@ -6900,7 +6900,7 @@ header .searchform input[type="submit"]:hover {
           right: 0 !important;
           min-width: 100px;
           background: #ede6d9;
-          margin-top: -5px;
+          margin-top: -15px;
           border: 2px solid #FFFFFF;
           border-top: none;
           border-bottom-left-radius: 5px;
index 4a4a3ce..8d74be6 100644 (file)
         content: url(../assets/reservations-bottom.png);
         height: 30px;
         bottom: -30px;
-        left: -4px;
+        left: 0px;
     }
     li {
         list-style: none;
     }
     &:after {
         position: absolute;
-        content: url(../assets/reservations-bottom_v2.png);
+        content: url(../assets/reservations-bottom.png);
         height: 30px;
         bottom: -320px;
-        left: -4px;
+        left: 0px;
     }
     li {
         list-style: none;
                         right: 0 !important;
                         min-width: 100px;
                         background: $cream;
-                        margin-top: -5px;
+                        margin-top: -15px;
                         border: 2px solid $white;
                         border-top: none;
                         border-bottom-left-radius: 5px;