2013-12-18 05:33:59 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
|
2014-03-19 14:20:46 +01:00
|
|
|
* ADMIN
|
2013-12-18 05:33:59 +01:00
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
|
2014-07-16 13:29:16 +02:00
|
|
|
|
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
2014-11-24 18:06:06 +01:00
|
|
|
@import (reference) "../default/app.css";
|
2013-12-18 05:33:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
@media all {
|
|
|
|
|
2014-07-16 13:29:16 +02:00
|
|
|
// ADMIN in SIDEBAR
|
|
|
|
|
|
|
|
div.dhtmlxTree {
|
|
|
|
|
|
|
|
|
|
|
|
// selected Item
|
|
|
|
td.standartTreeRow {
|
|
|
|
|
|
|
|
span.selectedTreeRow { background-color: @egw_color_1_e; color: @gray_90;}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
|
|
|
|
/* #############################################################################
|
|
|
|
// iframe
|
|
|
|
// Rahmen + padding**/
|
|
|
|
|
|
|
|
/*################## iframe ####################*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # ADMIN #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*# # #*/
|
|
|
|
/*##############################################*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Give space to both contact view & infolog list
|
|
|
|
*/
|
|
|
|
|
|
|
|
iframe#admin-index_iframe{
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2014-01-14 09:20:32 +01:00
|
|
|
background-color: transparent;
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2014-01-14 09:20:32 +01:00
|
|
|
/*.egwGridView_scrollarea { min-height: 500px;}*/
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2014-07-16 13:29:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
#admin-categories-index{
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2014-01-23 09:44:49 +01:00
|
|
|
padding: 10px;
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
table.et2_grid {
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
#admin-categories-index_nm {
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
div.egwGridView_outer{
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
td.frame {
|
2014-03-19 14:20:46 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
}
|
|
|
|
}
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
}
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
}
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
}
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2014-02-18 09:11:14 +01:00
|
|
|
table.egwGridView_grid tr td {color: #000;}
|
2014-03-19 14:20:46 +01:00
|
|
|
|
2013-12-18 05:33:59 +01:00
|
|
|
} // iframe
|
|
|
|
|
2014-07-16 13:29:16 +02:00
|
|
|
// gray Filter for images
|
|
|
|
table.egwGridView_grid img {
|
|
|
|
/*filter grey*/
|
2014-08-22 14:39:21 +02:00
|
|
|
.img_filter_none;
|
2014-07-16 13:29:16 +02:00
|
|
|
}
|
2013-12-18 05:33:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// #############################################################################
|
2014-01-23 09:44:49 +01:00
|
|
|
// Dialog ADMIN
|
2013-12-18 05:33:59 +01:00
|
|
|
|
|
|
|
/*###########################################
|
|
|
|
# #
|
2014-07-16 13:29:16 +02:00
|
|
|
# dialogHeader #
|
2013-12-18 05:33:59 +01:00
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# dialog #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# buttons #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
##############################################*/
|
|
|
|
|
|
|
|
|
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
|
|
|
//
|