summaryrefslogtreecommitdiff
path: root/site/assets/css/applets.css
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-01-14 22:25:25 +0100
committeradamhrv <adam@ahprojects.com>2019-01-14 22:25:25 +0100
commitdf9d364e3664f45c65cac5990d3d742b990217fa (patch)
tree8842d844a5ea8e6c87599b8683009cba23262713 /site/assets/css/applets.css
parent2fedd95fcee3f048c5f24333ffdb9bb4e13eafe2 (diff)
parent3b2f0dc6d969fa323fe8775b4269e17c60192431 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/assets/css/applets.css')
-rw-r--r--site/assets/css/applets.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css
index 9c37354a..0c566a9f 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;
@@ -59,8 +62,8 @@
}
.img .bbox {
position: absolute;
- color: rgba(255,0,0,1);
- background: rgba(255,0,0,0.05);
+ color: rgba(255,255,255,1);
+ background: rgba(255,255,255,0.05);
border: 1px solid;
}
.cta {
@@ -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 .results div {
+ width: 256px;
+ text-align: center;
+ padding: 10px;
+ margin: 10px;
+}
+.analysisContainer .results div img {
+ max-width: 100%;
+}