/** * EGroupware: CSS with less preprocessor * * Please do NOT change app.css directly, instead change app.less and compile it! * Dialog Import Export * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhard * @package projectmanager * @version $Id$ */ @import (reference) "../../../pixelegg/less/def_buttons.less"; @import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less"; @import (less) "../default/app.css"; /* Dialog Import Export */ #importexport-export_dialog { margin: 1em; img {.dimension_height_m;} .et2_tabcntr {height: 354px;} } /* Tab General*/ #importexport-export_dialog_importexport-export_dialog-general_tab_content { width: 400px; table.et2_grid { tr:nth-child(even) {background: @color-even;} tr:nth-child(odd) {background: @color-odd;} td {padding: 0.5em;} } } /* Tab Auswahl*/ #importexport-export_dialog_importexport-export_dialog-selection_tab { table.et2_grid { tr:nth-child(even) {background: @color-even;} tr:nth-child(odd) {background: @color-odd;} td {padding: 0.5em;} } } /* Tab Optionen*/ #importexport-export_dialog_importexport-export_dialog-options_tab{ table.et2_grid { tr:nth-child(even) {background: @color-even;} tr:nth-child(odd) {background: @color-odd;} td {padding: 0.5em;} } } //