egroupware_official/importexport/templates/pixelegg/app.less

73 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-11-25 04:19:58 +01:00
/**
* 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 <stefan.reinhard@pixelegg.de>
* @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 */
2013-12-20 10:35:46 +01:00
#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;}
}
}
//