aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/views/default')
-rw-r--r--mod/embed/views/default/embed/css.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index 548781dac..20c7549b8 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -103,6 +103,10 @@
.embed_modal_tidypics .embed_data .entity_listing_info {
margin-top:11px;
}
+.embed_modal_file .embed_data .entity_listing_info {
+ margin-top:0px;
+ margin-left:9px;
+}
.embed_data .entity_listing_info {
width:auto;
margin-top:15px;
@@ -151,13 +155,15 @@
/* embed web services */
.embed_disabled {
- background-color: red;
+ /* background-color: red; */
}
.embed_warning {
background-color: yellow;
+ border-color: yellow;
}
.embed_good {
background-color: green;
+ border-color: green;
} \ No newline at end of file