diff --git a/app/assets/stylesheets/calendar.scss b/app/assets/stylesheets/calendar.scss index 4909cc4..b809fcb 100644 --- a/app/assets/stylesheets/calendar.scss +++ b/app/assets/stylesheets/calendar.scss @@ -1,6 +1,5 @@ /* orbit calendar */ #orbit_calendar { - padding: 10px 8px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; @@ -602,4 +601,13 @@ color: #989898; } } +} +.calendar-form-actions { + margin-top: 0; + margin-bottom: 0; + padding-top: 10px; + padding-right: 0; + padding-bottom: 0; + padding-left: 0; + } \ No newline at end of file diff --git a/app/views/admin/calendars/index.html.erb b/app/views/admin/calendars/index.html.erb index c628bf1..3b42120 100644 --- a/app/views/admin/calendars/index.html.erb +++ b/app/views/admin/calendars/index.html.erb @@ -53,14 +53,8 @@
-
-
-
-
-
- <%= link_to "Add", new_admin_calendar_path, :class => "btn btn-primary pull-right", :id=>"create_event_btn", :ref=>"add-btn" %> -
-
+
+ <%= link_to "Add", new_admin_calendar_path, :class => "btn btn-primary", :id=>"create_event_btn", :ref=>"add-btn" %>