Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Resources/Public/Css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ li.tx-dlf-navigation-pageselect label {
color: white;
}

div#tx-dlf-fulltextselection {
div#tx-dlf-fulltextselection,
div#tx-dlf-annotationselection {
padding: 10px;
margin-top: 40px;
}
Expand Down
3 changes: 2 additions & 1 deletion Resources/Public/Css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,8 @@ detail-view

.detail-view-itemoptions .dropdown-menu ul li a,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-toolsImagemanipulation,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-toolsFulltext {
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-toolsFulltext,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-toolsAnnotation {
padding: 5px 15px;
}

Expand Down