stlviewer.css

changeset 18
ff1941c85fd3
parent 17
dee15870206a
--- a/stlviewer.css	Thu Apr 06 15:41:04 2017 +0200
+++ b/stlviewer.css	Thu Apr 06 16:21:21 2017 +0200
@@ -68,20 +68,29 @@
 
 }
 
-#infocontainer {
+.infocontainer {
   width: 300px;
-  padding-left: 10px;
-  padding-bottom: 10px;
-  overflow-y: auto;
-  overflow-x: auto;
   float: right;
   border: 1px solid #eee;
   color: #fff;
   background: rgba(0,0,0,0.5);
   text-align: left;
 }
+
+.infocontainer img {
+  margin-top: 10px;
+  width: 100%;
+  cursor: pointer;
+}
+
+#infocontainer {
+  padding-left: 10px;
+  padding-bottom: 10px;
+  overflow-y: auto;
+  overflow-x: auto;
+}
 #infocontainer ul {
   margin-left: 0;
   padding: 0;
   list-style-position: inside;
-}
\ No newline at end of file
+}

mercurial