2013-12-18 05:33:59 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
|
|
|
|
* ADMIN
|
|
|
|
*
|
|
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
|
|
* @package addressbook
|
|
|
|
* @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";
|
|
|
|
|
|
|
|
|
|
|
|
@media all {
|
|
|
|
|
|
|
|
|
|
|
|
/* #############################################################################
|
|
|
|
// iframe
|
|
|
|
// Rahmen + padding**/
|
|
|
|
|
|
|
|
/*################## iframe ####################*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # ADMIN #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*##############################################*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Give space to both contact view & infolog list
|
|
|
|
*/
|
|
|
|
|
|
|
|
iframe#admin-index_iframe{
|
|
|
|
|
2014-01-14 09:20:32 +01:00
|
|
|
background-color: transparent;
|
2013-12-19 04:14:47 +01:00
|
|
|
|
2014-01-14 09:20:32 +01:00
|
|
|
/*.egwGridView_scrollarea { min-height: 500px;}*/
|
2013-12-19 04:14:47 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
#admin-categories-index{
|
|
|
|
|
2014-01-23 09:44:49 +01:00
|
|
|
padding: 10px;
|
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
table.et2_grid {
|
|
|
|
|
|
|
|
#admin-categories-index_nm {
|
|
|
|
|
|
|
|
div.egwGridView_outer{
|
|
|
|
|
|
|
|
td.frame {
|
|
|
|
|
2013-12-19 04:14:47 +01:00
|
|
|
|
2014-01-14 09:20:32 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
} // iframe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// #############################################################################
|
2014-01-23 09:44:49 +01:00
|
|
|
// Dialog ADMIN
|
2013-12-18 05:33:59 +01:00
|
|
|
|
|
|
|
/*###########################################
|
|
|
|
# #
|
|
|
|
# dialog-header #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# dialog #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# buttons #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
##############################################*/
|
|
|
|
|
|
|
|
|
2014-01-23 09:44:49 +01:00
|
|
|
#admin-categories-index{
|
|
|
|
|
|
|
|
padding: 10px;
|
2013-12-18 05:33:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-23 09:44:49 +01:00
|
|
|
} // Media
|
2013-12-18 05:33:59 +01:00
|
|
|
//
|
2014-01-23 09:44:49 +01:00
|
|
|
//
|