removing padding-right 0 from the calendar view selection dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 May 2017 14:04:21 +0000 (10:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 May 2017 14:04:21 +0000 (10:04 -0400)
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

css/front.css

index 828a458..c1ce867 100755 (executable)
@@ -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;