diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-11 12:20:25 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-11 12:20:25 +0000 |
commit | 7601f3ab8356d3c0e11b58ad37c4ac738f21686d (patch) | |
tree | d258d1ac52ff892b68017b2a6d35e81780eda653 /mod/embed/views | |
parent | bb5378e255e15b13784739ef9c93406bc5a93d8d (diff) | |
download | elgg-7601f3ab8356d3c0e11b58ad37c4ac738f21686d.tar.gz elgg-7601f3ab8356d3c0e11b58ad37c4ac738f21686d.tar.bz2 |
Updates to embed interface to make it theme agnostic in core
git-svn-id: http://code.elgg.org/elgg/trunk@6456 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/embed/views')
-rw-r--r-- | mod/embed/views/default/embed/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php index 51d11751e..4bc57ea23 100644 --- a/mod/embed/views/default/embed/css.php +++ b/mod/embed/views/default/embed/css.php @@ -100,10 +100,14 @@ margin-top:0; margin-left:7px; } +.embed_modal_tidypics .embed_data .entity_listing_info { + margin-top:11px; +} .embed_data .entity_listing_info { width:auto; margin-top:15px; margin-left:15px; + float:left; } .embed_data .entity_listing { cursor:pointer; |