forked from extern/egroupware
109 lines
2.6 KiB
Plaintext
Executable File
109 lines
2.6 KiB
Plaintext
Executable File
/**
|
|
* 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{
|
|
|
|
background-color: transparent;
|
|
|
|
/*.egwGridView_scrollarea { min-height: 500px;}*/
|
|
|
|
#admin-categories-index{
|
|
|
|
padding: 10px;
|
|
|
|
table.et2_grid {
|
|
|
|
#admin-categories-index_nm {
|
|
|
|
div.egwGridView_outer{
|
|
|
|
td.frame {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
table.egwGridView_grid tr td {color: #000;}
|
|
|
|
} // iframe
|
|
|
|
|
|
|
|
|
|
|
|
// #############################################################################
|
|
// Dialog ADMIN
|
|
|
|
/*###########################################
|
|
# #
|
|
# dialog-header #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# dialog #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# #
|
|
# buttons #
|
|
# #
|
|
# #
|
|
##############################################*/
|
|
|
|
|
|
#admin-categories-index{
|
|
|
|
padding: 10px;
|
|
}
|
|
|
|
|
|
} // Media
|
|
//
|
|
// |