Skip to content
Open
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
11 changes: 10 additions & 1 deletion Resources/Public/Css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,16 @@ li.tx-dlf-navigation-pageselect label {

div#tx-dlf-fulltextselection {
padding: 10px;
margin-top: 40px;
margin-top: 43px;
position: absolute;
z-index: 2; /* Full-Text over image, but behinde drop-down-menu */
background-color: #f1f1f1;
margin-left: 3px;
opacity: 0.9; /* see image behind text box */
}

div#tx-dlf-fulltextselection span.textline {
display: block;
}


Expand Down