From: Anthony Talarico Date: Fri, 12 May 2017 14:04:21 +0000 (-0400) Subject: removing padding-right 0 from the calendar view selection dropdown X-Git-Tag: v1.6.38^2~2^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=80e62edbcdb7cd1b9bc14926d168bc3343b80f0c;p=WP-Plugins%2Fglm-member-db-events.git removing padding-right 0 from the calendar view selection dropdown adding padding right 0 to the event list calender view dropdown doesn't prevent it from getting pushed out of the bounds of the calendar. removing that style --- diff --git a/css/front.css b/css/front.css index 828a458..c1ce867 100755 --- a/css/front.css +++ b/css/front.css @@ -452,7 +452,7 @@ label.date-toggle-label{ .view-select { float: right; margin-right: 0; - padding-right: 0; +/* padding-right: 0;*/ } #glm-event-view-select{ float: right;