Fixing the styles for the all-tickets-link in the Buy Tickets dropdown
authorLaury GvR <laury@gaslightmedia.com>
Fri, 24 Mar 2017 19:30:41 +0000 (15:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 24 Mar 2017 19:30:41 +0000 (15:30 -0400)
parts/tickets-dropdown.php
scss/_topbar.scss

index 132ed12..708ad4c 100644 (file)
@@ -1,6 +1,6 @@
 <div id="ticket-form">
   <h5 class="tickets-header">Express Tickets</h5>
-  <div class="all-tickets-link"><span>or (</span><a href="<?php echo starlineUrl(); ?>order-tickets-online-6/">view all tickets</a><span>)</span></div>
+  <div class="all-tickets-link"><span>(or </span><a href="<?php echo starlineUrl(); ?>order-tickets-online-6/">view all tickets</a><span>)</span></div>
    <form name="ticketForm" id="ticket_form" method="post" action="<?php echo starlineUrl(); ?>order-tickets-online-6/">
 
         <input type="hidden" name="Action" value="Shop_cart">
index f7a5a2d..43d8f81 100644 (file)
@@ -278,16 +278,14 @@ body #ticket-form {
         display: none;
     }
     .all-tickets-link a {
-        position:absolute;
-        display: block;
+        display: inline;
         background-color: white;
         text-decoration: underline;
-        top: 3px;
-        right: 30px;
         color: $blue;
-        max-height: 40px;
         line-height: 1;
         padding: 2px;
+        width: auto;
+        height: auto;
     }
 }