/**
 * Anwiki is a multilingual content management system <http://www.anwiki.com>
 * Copyright (C) 2007-2009 Antoine Walter <http://www.anw.fr>
 * 
 * Anwiki is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, version 3 of the License.
 * 
 * Anwiki is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Anwiki.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
 * Styles for action export.
 * @package Anwiki
 * @version $Id: action_import.css 170 2009-04-05 18:06:49Z anw $
 * @copyright 2007-2009 Antoine Walter
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License 3
 */

div.action-export div#exportpages div.header { font-weight:bold; margin-bottom:3em; margin-left:6em; }
div.action-export div#exportpages ul li div, div.action-export div#exportpages div.header div { float:left; }

div.action-export div#exportpages div.colpagename { width:20em; }
div.action-export div#exportpages div.colprogress { width:10em; }
div.action-export div#exportpages div.colcontentclass { width:10em; }
div.action-export div#exportpages div.coltime { width:20em; }

div.action-export div#exportpages ul li.rowgroup { margin:15px 0px; }
div.action-export div#exportpages ul li ul li { margin:3px 0px; }
