Skip to content

Commit

Permalink
Reduce button size
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Mar 5, 2024
1 parent 7524b23 commit a8dfd66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ td {
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
width: 8.75em;
width: 6.8em;
color: #fff !important;
}

Expand All @@ -496,10 +496,6 @@ td {
width: 2em;
}

.table-pay-btn {
padding-top: 3px;
padding-bottom: 3px;
}

@media(max-width:950px) {
.table-btn, .btn, .btn-wm, .table-btn, .btn-group-sm > .btn-info-link, .btn-new-block{
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" integrity="sha512-aEe/ZxePawj0+G2R+AaIxgrQuKT68I28qh+wgLrcAJOz3rxCP+TwrK5SPN+E5I+1IQjNtcfvb96HDagwrKRdBw==" crossorigin="anonymous" />
<!-- Custom styles -->
<link href="{% static 'booking/css/custom-v1.14.5.css' %}" rel="stylesheet">
<link href="{% static 'booking/css/custom-v1.14.6.css' %}" rel="stylesheet">
<link rel="stylesheet" href="{% static 'booking/css/print.css' %}" type="text/css" media="print" />
<link rel="stylesheet" href="{% static 'notices/css/notices.css' %}" type="text/css"/>

Expand Down
4 changes: 2 additions & 2 deletions templates/booking/includes/waiting_list_button.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load bookingtags %}

{% if on_waiting_list or bookingform.on_waiting_list or event.id in waiting_list_events %}
<button class="btn btn-warning table-btn btn-wl-leave" id="leave_waiting_list_button">Leave waiting list</button>
<button class="btn btn-warning table-btn btn-wl-leave" id="leave_waiting_list_button">Leave wait list</button>
{% else %}
<button class="btn btn-secondary table-btn btn-wl-join" id="join_waiting_list_button">Join waiting list</button>
<button class="btn btn-secondary table-btn btn-wl-join" id="join_waiting_list_button">Join wait list</button>
{% endif %}
2 changes: 1 addition & 1 deletion templates/studioadmin/print_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />

<!-- Custom styles -->
<link href="{% static 'booking/css/custom-v1.14.5.css' %}" rel="stylesheet">
<link href="{% static 'booking/css/custom-v1.14.6.css' %}" rel="stylesheet">
<link rel="stylesheet" href="{% static 'booking/css/print.css' %}" type="text/css" media="print" />
<link rel="stylesheet" href="{% static 'booking/css/register_print_screen.css' %}" type="text/css" media="screen" />
<link rel="stylesheet" href="{% static 'booking/css/register_print.css' %}" type="text/css" media="print" />
Expand Down

0 comments on commit a8dfd66

Please sign in to comment.