From e3059820308b8d9627234cb1db8ab890e1dc0dd1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 24 Mar 2017 15:30:41 -0400 Subject: [PATCH] Fixing the styles for the all-tickets-link in the Buy Tickets dropdown --- parts/tickets-dropdown.php | 2 +- scss/_topbar.scss | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/parts/tickets-dropdown.php b/parts/tickets-dropdown.php index 132ed12..708ad4c 100644 --- a/parts/tickets-dropdown.php +++ b/parts/tickets-dropdown.php @@ -1,6 +1,6 @@
Express Tickets
- +
diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f7a5a2d..43d8f81 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -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; } } -- 2.17.1