/**
 * 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 editconfig.
 * @package Anwiki
 * @version $Id: action_editconfig.css 119 2009-02-07 15:15:36Z anw $
 * @copyright 2007-2009 Antoine Walter
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License 3
 */


div#listconfigurables { float:left; width:200px; margin:3em 0 0 0; }
div#editconfigurable { padding-left:210px; }

div#listconfigurables div#refreshcomponentslist { text-align:center; font-size:0.8em; }

div#listconfigurables > ul { list-style-type:none; padding:0 0 0 1em; }
div#listconfigurables > ul > li { margin:0 0 1.5em 0; }
div#listconfigurables > ul > li > label { padding-left:1em; font-weight:bold; border-bottom:1px solid #8CACBB; display:block; }

div#listconfigurables > ul > li > ul { padding:0 0 0 2em; font-weight:normal; }
div#listconfigurables ul li ul li.active { font-weight:bold; }
div#listconfigurables ul li ul li.inactive { font-style:italic; }

