mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
22 lines
661 B
Plaintext
22 lines
661 B
Plaintext
|
/**
|
||
|
* 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 */
|
||
|
|
||
|
#importexport-export_dialog {margin: 1em;}
|