Skip to content
Merged
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
67 changes: 28 additions & 39 deletions Resources/Private/Less/components/controls.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@
height: 40px;
.text-hide();
border-radius: 20px;
margin: 0 5px;
background: #fff url(../Images/controlIcons.svg) no-repeat 0 0;
background-size: auto 120px;
}
> span {
opacity: 0.5;
}
@media screen and (min-width: @tabletLandscapeViewportWidth) {
> a, > span {
margin: 0 2px;
}
a {
.no-touchevents & {
.transition();
Expand All @@ -47,8 +43,31 @@
}
}
@media screen and (min-width: @desktopViewportWidth) {
> a, > span {
margin: 0 4px;
}
}
}

form {
select {
color: desaturate(lighten(@base-blue,20%),20%);
background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIwIDEyIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjg4N0EzO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48ZyBpZD0iWE1MSURfMV8iPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy40IDMuMmwtNi40IDYuNC02LjQtNi40Ii8+PC9nPjwvc3ZnPg==') no-repeat right center;
background-size: 20px 12px;
font-size: 16px;
font-weight: 700;
line-height: 1.2;
width: auto;
padding: 10px 20px 10px 14px;
margin: 0 2px;
outline: none;
border-radius: 20px;
border: 1px solid desaturate(lighten(@light-blue,10%),20%);
cursor: pointer;
appearance: none;
.no-touchevents & {
.transition();
&:hover {
border: 1px solid lighten(@light-blue,12%);
background-color: lighten(@light-blue,20%);
}
}
}
Expand All @@ -58,6 +77,9 @@
/* ==============[ document functions for downloads, doublepage eg. ]===================== */
.document-functions {
> ul {
display: flex;
justify-content: center;
gap: 10px;
bottom: 15px;
left: 15px;
right: 15px;
Expand Down Expand Up @@ -356,7 +378,6 @@
}

/* ==============[ view functions for zoom, rotate and other view related functions ]===== */
.viewer-selection,
.view-functions {
ul {
position: relative;
Expand Down Expand Up @@ -386,7 +407,6 @@
background-position: -720px 0;
}
}
&.viewers,
&.pages {
position: relative;
top: auto;
Expand All @@ -396,29 +416,6 @@
position: absolute;
top: 0;
right: 0;
select {
color: desaturate(lighten(@base-blue,20%),20%);
background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIwIDEyIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjg4N0EzO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48ZyBpZD0iWE1MSURfMV8iPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy40IDMuMmwtNi40IDYuNC02LjQtNi40Ii8+PC9nPjwvc3ZnPg==') no-repeat right center;
background-size: 20px 12px;
font-size: 16px;
font-weight: 700;
line-height: 1.2;
width: auto;
padding: 10px 20px 10px 14px;
margin: 0 2px;
outline: none;
border-radius: 20px;
border: 1px solid desaturate(lighten(@light-blue,10%),20%);
cursor: pointer;
appearance: none;
.no-touchevents & {
.transition();
&:hover {
border: 1px solid lighten(@light-blue,12%);
background-color: lighten(@light-blue,20%);
}
}
}
}
}
&.fullscreen {
Expand Down Expand Up @@ -552,14 +549,6 @@
}
}

/* ==============[ the viewer selection tools ]========================================= */
.viewer-selection {
> ul {
top: 0;
right: -254px;
}
}

/* ==============[ the image manipulation tools ]========================================= */
.image-manipulation {
position: absolute;
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/Less/structure.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ a {
top: 0;
left: 33%;
padding: 0;
.tx-dlf-embedded3dviewer {
margin-top: 80px;
}
.tx-dlf-map {
top: 0;
.tx-dlf-score-visible & {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/allStyles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Css/webStyles.css

Large diffs are not rendered by default.

Loading