summaryrefslogtreecommitdiff
path: root/talerbackoffice/backoffice/static/backoffice.css
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-30 13:03:13 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-30 13:03:13 +0200
commit554e0a2cda3fb3615c44fb362c92d8e84918e0a2 (patch)
treeaf181dd40196ce84d5d80a5d3d8ee65479683047 /talerbackoffice/backoffice/static/backoffice.css
parentb3c45886666282fe6e98ffc584ed35cc431b6223 (diff)
downloadbackoffice-554e0a2cda3fb3615c44fb362c92d8e84918e0a2.tar.gz
backoffice-554e0a2cda3fb3615c44fb362c92d8e84918e0a2.tar.bz2
backoffice-554e0a2cda3fb3615c44fb362c92d8e84918e0a2.zip
Transparent background for the instances list.
Diffstat (limited to 'talerbackoffice/backoffice/static/backoffice.css')
-rw-r--r--talerbackoffice/backoffice/static/backoffice.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/talerbackoffice/backoffice/static/backoffice.css b/talerbackoffice/backoffice/static/backoffice.css
index 45b7486..dea999e 100644
--- a/talerbackoffice/backoffice/static/backoffice.css
+++ b/talerbackoffice/backoffice/static/backoffice.css
@@ -1,6 +1,10 @@
+#instances {
+ border: 1px solid #ccc;
+ background: transparent;
+}
+
#choices {
float: left;
- margin-right: 40pt;
}
.overlay {