diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 21:35:40 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 21:35:40 -0800 |
commit | 6984737a542d759cbde967341ff3eca9ce20a3ba (patch) | |
tree | 1a4239eddfea2a62bd596abdebe1c56a4833ebaf /modules/gallery/views/in_place_edit.html.php | |
parent | 8ac7a5c0d32320c74f5f0c84cf43165265786c93 (diff) |
Clean up problem with cancelling the inplace edit left a whole bunch of css artifacts.
Diffstat (limited to 'modules/gallery/views/in_place_edit.html.php')
-rw-r--r-- | modules/gallery/views/in_place_edit.html.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/gallery/views/in_place_edit.html.php b/modules/gallery/views/in_place_edit.html.php index 5cc42cd6..64671d57 100644 --- a/modules/gallery/views/in_place_edit.html.php +++ b/modules/gallery/views/in_place_edit.html.php @@ -1,12 +1,4 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<style> - #g-inplace-edit-form ul { - margin: 0; - } - #g-inplace-edit-message { -background-color: #FFF; - } -</style> <?= form::open($action, array("method" => "post", "id" => "g-inplace-edit-form", "class" => "g-short-form"), $hidden) ?> <ul> <li <? if (!empty($errors["input"])): ?> class="g-error"<? endif ?>> |