Skip to content

Commit

Permalink
refs #753
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Aug 9, 2023
1 parent fc51641 commit 0d0c0c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/opencast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,16 @@ $action-menu-icon-size: 20px;
.oc--pagination {
margin-bottom: 1em;
display: flex;
line-height: 19px;

select.oc--pagination--limit {
margin-left: 1em;
height: 42px;
font-size: 1.2em;
line-height: 19px;
}

button {
padding: 8px 16px;
padding: 3px 16px;
border: 1px solid #ddd;
float: left;
cursor: pointer;
Expand All @@ -70,7 +71,7 @@ $action-menu-icon-size: 20px;
}

&.oc--paging-arrow {
padding: 8px 8px;
padding: 3px 8px;

img {
vertical-align: middle;
Expand Down

0 comments on commit 0d0c0c2

Please sign in to comment.