From 36d76dad35c4acd1a3a4a5936cd74453fb4be6d9 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 9 Jun 2010 09:02:09 +0000 Subject: Updated embed modal with an initial default size git-svn-id: http://code.elgg.org/elgg/trunk@6415 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/embed/views/default/embed/css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php index d528ab1cc..acc941cef 100644 --- a/mod/embed/views/default/embed/css.php +++ b/mod/embed/views/default/embed/css.php @@ -24,6 +24,7 @@ padding: 10px; background-color: white; width: 730px; + min-height:400px; -webkit-border-radius: 12px; -moz-border-radius: 12px; } -- cgit v1.2.3