mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
112 lines
3.1 KiB
CSS
Executable File
112 lines
3.1 KiB
CSS
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$
|
|
*/
|
|
/**
|
|
* EGroupware - CSS Styles used by admin app
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package etemplate
|
|
* @link http://www.egroupware.org
|
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
|
* @version $Id: app.css 45312 2014-01-20 19:11:35Z hnategh $
|
|
*/
|
|
.admin_tree table,
|
|
.admin_tree tr,
|
|
.admin_tree td {
|
|
border: none;
|
|
}
|
|
div#divAppbox {
|
|
padding: 0;
|
|
}
|
|
body {
|
|
background-image: none;
|
|
background-color: white;
|
|
}
|
|
/* otherwise it is transparent */
|
|
#admin_iframe {
|
|
background-color: white;
|
|
}
|
|
tr.adminAccountInactive .adminStatus {
|
|
color: red;
|
|
}
|
|
.adminOverflowEllipsis {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
img.admin_aclApp {
|
|
width: 16px;
|
|
}
|
|
td.admin_userAgent {
|
|
max-width: 200px;
|
|
}
|
|
td.admin_userAgent span {
|
|
display: block;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.admin_account_delete > * {
|
|
padding: 8px;
|
|
}
|
|
@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;}*/
|
|
}
|
|
iframe#admin-index_iframe #admin-categories-index {
|
|
padding: 10px;
|
|
}
|
|
iframe#admin-index_iframe table.egwGridView_grid tr td {
|
|
color: #000;
|
|
}
|
|
/*###########################################
|
|
# #
|
|
# dialog-header #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# dialog #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# #
|
|
# buttons #
|
|
# #
|
|
# #
|
|
##############################################*/
|
|
#admin-categories-index {
|
|
padding: 10px;
|
|
}
|
|
}
|