summaryrefslogtreecommitdiff
path: root/site/assets/css/applets.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-13 21:06:51 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-13 21:06:51 +0100
commitb4ed297a6dc73ec5f5cf2772ca1b754ea3f98cae (patch)
tree59798cf83e459a7f543515f54af2d7898257f44a /site/assets/css/applets.css
parent6710b9f7f223acd01ac82171d9f9f4eb577f5885 (diff)
basic blurring applet
Diffstat (limited to 'site/assets/css/applets.css')
-rw-r--r--site/assets/css/applets.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css
index b64da4b7..e5b73562 100644
--- a/site/assets/css/applets.css
+++ b/site/assets/css/applets.css
@@ -25,6 +25,9 @@
font-size: 9pt;
padding-top: 10px;
}
+
+/* search results */
+
.results {
margin-top: 10px;
padding-bottom: 10px;
@@ -119,4 +122,16 @@
}
.tabulator-row.tabulator-row-even {
background-color: rgba(255,255,255,0.1);
-} \ No newline at end of file
+}
+
+/* analysis results */
+
+.analysisContainer .result div {
+ width: 256px;
+ text-align: center;
+ border: 1px solid white;
+ padding: 10px;
+}
+.analysisContainer .result div img {
+ max-width: 100%;
+}