forked from extern/egroupware
f6cc24cb15
-Implement listview templates for projectmanager list and admin
96 lines
3.1 KiB
CSS
Executable File
96 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$
|
|
*/
|
|
@import "../default/app.css";
|
|
@media all {
|
|
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
|
background-color: #ffdd73;
|
|
color: #1e1e1e;
|
|
}
|
|
/* #############################################################################
|
|
// iframe
|
|
// Rahmen + padding**/
|
|
/*################## iframe ####################*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # ADMIN #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*##############################################*/
|
|
/**
|
|
* Give space to both contact view & infolog list
|
|
*/
|
|
iframe#admin-index_iframe {
|
|
background-color: transparent;
|
|
}
|
|
iframe#admin-index_iframe #admin-categories-index {
|
|
padding: 10px;
|
|
}
|
|
iframe#admin-index_iframe #admin-categories-index #admin-categories-index_add {
|
|
margin-top: -2px;
|
|
}
|
|
iframe#admin-index_iframe table.egwGridView_grid tr td {
|
|
color: #000;
|
|
}
|
|
table.egwGridView_grid img {
|
|
/*filter grey*/
|
|
/*filter grey*/
|
|
filter: none;
|
|
-webkit-filter: initial;
|
|
-moz-filter: initial;
|
|
-ms-filter: initial;
|
|
-o-filter: initial;
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: initial;
|
|
/* IE 6-9 */
|
|
}
|
|
/*###########################################
|
|
# #
|
|
# dialogHeader #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# dialog #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# #
|
|
# buttons #
|
|
# #
|
|
# #
|
|
##############################################*/
|
|
}
|
|
/* tablets and smartphones */
|
|
@media only screen and (max-device-width: 1024px) {
|
|
#admin-index table.egwGridView_outer tbody span[id^="admin-index"][id$='status]'] {
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody .adminCol2 {
|
|
float: right;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody .adminCol2 div {
|
|
text-align: right;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody span[id^="admin-index"][id$='account_lid]'] {
|
|
font-weight: bold;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody span[id^="admin-index"][id$='account_lastname]']::after {
|
|
content: ",";
|
|
}
|
|
}
|