[TIC-UI] add the filedownload feature
[archive/20170607/tools/tic.git] / public / src / css / style.css
index 04af47a..0739b02 100644 (file)
@@ -141,6 +141,45 @@ html {
     position: relative;
     overflow: auto;
 }
+#tic-image-list {
+    margin-top: 3px;
+}
+
+.image-list-time {
+    padding-left: 10px;
+}
+
+.image-item {
+    overflow: hidden;
+    text-overflow: ellipsis;
+}
+
+.infobox {
+    padding: 20px;
+    margin: 20px 0;
+    border: 1px solid #eee;
+    border-radius: 3px;
+    margin-top: 3px;
+    height: 25vh;
+    overflow: auto;
+    font-size: 14px;
+}
+
+.infoboxheader {
+    padding-left: 15px;
+    border: 1px solid #eee;
+    border-left-width: 5px;
+    border-radius: 3px;
+    margin-top: -5px;
+    height: 5vh;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    border-left-color: #1b809e;
+}
+.infoboxheader h4 {
+    color: #1b809e;
+}
+
 @media (min-width: 992px) {
     #tic-image-summary {
         height: 70vh;