Commit 8580b8d3 authored by Romain Loth's avatar Romain Loth

moving zoom+camera control in top left side

parent 2f9ddb6c
...@@ -12,10 +12,6 @@ ...@@ -12,10 +12,6 @@
<style> <style>
#ctlzoom {
width:7%;
}
#topPapers{ #topPapers{
margin: 7px; margin: 7px;
padding: 5px 0px 5px 5px; padding: 5px 0px 5px 5px;
...@@ -25,7 +21,12 @@ ...@@ -25,7 +21,12 @@
} }
#ctlzoom { #ctlzoom {
position: absolute; right: 16%; bottom: 1%; list-style: none; padding: 0; margin: 0; position: absolute;
left: 1%;
bottom: auto;
list-style: none;
padding: 0;
margin-top: 1em;
} }
#category0 ul li { margin: 0 12px 12px 0; } #category0 ul li { margin: 0 12px 12px 0; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment