X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=b651f2c9d99dc1d69347ed38f508c8fdeb61edc6;hp=6f86f6d9133dd9dcc10d119c68c19e58b4ad156a;hb=867ee0afc0f4af36dc5ec5ca769ee088042c4ebc;hpb=269f3a29be5987af2e7feb63bded550770c2c234 diff --git a/style/lantea.css b/style/lantea.css index 6f86f6d..b651f2c 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -17,6 +17,7 @@ h1 { } #dialogArea, +#libraryArea, .overlayArea { position: absolute; z-index: 5; @@ -25,6 +26,7 @@ h1 { } #dialogArea.hidden, +#libraryArea.hidden, .overlayArea.hidden { opacity: 0; transition-duration: 1s; @@ -32,6 +34,7 @@ h1 { } #dialogArea:-moz-system-metric(touch-enabled), +#libraryArea.hidden:-moz-system-metric(touch-enabled), .overlayArea:-moz-system-metric(touch-enabled), .menuDrawer:-moz-system-metric(touch-enabled) { font-size: 3mozmm; @@ -41,11 +44,15 @@ h1 { #dialogArea button, #dialogArea input[type="text"], #dialogArea select, +#libraryArea input[type="button"], +#libraryArea button, .overlayArea input[type="button"], .overlayArea button, .overlayArea select, .menuDrawer input[type="button"], .menuDrawer button, +.menuDrawer input[type="text"], +.menuDrawer input[type="number"], .menuDrawer select { font-size: inherit; } @@ -420,6 +427,36 @@ h1 { opacity: .66; } +#libraryArea { + top: 1%; + bottom: 1%; + right: 1%; + left: 1%; + z-index: 10; + background-color: rgba(255, 255, 255, .95); + border: 0; + margin: auto; + padding: .5em; + border-radius: 5px; +} + +#libraryArea.hidden { + top: -100%; + bottom: auto; + height: 90%; + display: block; +} + +#libButtonLine { + position: absolute; + bottom: 0; + left: 0; + right: 0; + margin: 0; + padding: 0 0.5em 0.5em; + text-align: right; +} + #uploadDesc { max-width: 95%; }