mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
Drop pixelegg template from admin
This commit is contained in:
parent
c111d8526b
commit
9b7fe9403b
@ -1,249 +0,0 @@
|
|||||||
/**
|
|
||||||
* 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
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* 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$
|
|
||||||
*/
|
|
||||||
.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;
|
|
||||||
}
|
|
||||||
/** Group list */
|
|
||||||
@media screen {
|
|
||||||
#admin-index_groups div.innerContainer {
|
|
||||||
overflow: auto;
|
|
||||||
max-height: 7em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
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 .dialogHeader label.et2_label {
|
|
||||||
font-size: 120%;
|
|
||||||
}
|
|
||||||
/* Global Category classes*/
|
|
||||||
.globalCat_confirmDelete {
|
|
||||||
position: absolute;
|
|
||||||
left: 120px;
|
|
||||||
top: 80px;
|
|
||||||
background-color: white;
|
|
||||||
display: none;
|
|
||||||
border: 2px solid black;
|
|
||||||
}
|
|
||||||
.globalCat_hiddenCatid {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Custom fields list
|
|
||||||
*/
|
|
||||||
#admin-customfields_nm .values {
|
|
||||||
display: inline-block;
|
|
||||||
max-height: 13em;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
/* Set a max height for all app type options */
|
|
||||||
#admin-customfields_admin-customfields-types + table {
|
|
||||||
max-height: 300px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
#admin-customfield_edit tr:not([class]) td {
|
|
||||||
padding: 5px 0px;
|
|
||||||
}
|
|
||||||
#admin-customfield_edit .attributes .et2_label,
|
|
||||||
#admin-customfield_edit .attributes input {
|
|
||||||
margin-right: 1em;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Bulk password reset
|
|
||||||
*/
|
|
||||||
#admin-passwordreset_actions > :nth-child(2) {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* ACL popup
|
|
||||||
*/
|
|
||||||
#admin-acl_filter {
|
|
||||||
max-width: 100% !important;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* mail account wizard and edit
|
|
||||||
*/
|
|
||||||
.emailadmin_manual {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.emailadmin_progress {
|
|
||||||
display: none;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
.emailadmin_port {
|
|
||||||
width: 5em;
|
|
||||||
}
|
|
||||||
.emailadmin_header {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 150%;
|
|
||||||
}
|
|
||||||
#admin-mailaccount_tabs {
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
#admin-mailaccount_acc_imap_logintype {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
span.emailadmin_diagnostic,
|
|
||||||
.emailadmin_diagnostic {
|
|
||||||
color: lightgray;
|
|
||||||
}
|
|
||||||
span#admin-mailaccount_acc_id {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
#admin-mailaccount_acc_smtp_account_id {
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
#admin-mailaccount_button\[multiple\] {
|
|
||||||
height: auto;
|
|
||||||
padding-left: 5px;
|
|
||||||
margin: 2px;
|
|
||||||
width: 16px;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
#admin-mailaccount_button\[placeholders\] {
|
|
||||||
height: 16px;
|
|
||||||
padding-left: 5px;
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* new et2 site configuration
|
|
||||||
*/
|
|
||||||
#admin-site-config > div > span.subHeader {
|
|
||||||
border-bottom: 3px solid #696969;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-bottom: 3px;
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
#admin-index_ajax_target > form[id$="-config"] tr.th > td,
|
|
||||||
#admin-site-config span.subHeader {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 110%;
|
|
||||||
}
|
|
||||||
#admin-acl {
|
|
||||||
width: 99%;
|
|
||||||
}
|
|
||||||
#admin-categories-edit_owner {
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
#admin-categories-edit_icon_url {
|
|
||||||
max-width: 32px;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Admin command
|
|
||||||
*/
|
|
||||||
#admin-index_ajax_target {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
#admin-cmds_nm {
|
|
||||||
min-height: 100px;
|
|
||||||
}
|
|
||||||
#admin-cmds .et2_split {
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
#admin-cmds_policy_preview {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
#admin-cmds div.splitter-bar-horizontal {
|
|
||||||
border-top: 1px solid #B4B4B4;
|
|
||||||
border-left: 0;
|
|
||||||
border-bottom: 0;
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
@media all {
|
|
||||||
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
|
||||||
background-color: rgba(102, 153, 204, 0.7);
|
|
||||||
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 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 */
|
|
||||||
}
|
|
||||||
#admin-account-delete .dialogFooterToolbar .et2_button_delete {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,65 +0,0 @@
|
|||||||
/**
|
|
||||||
* 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
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
@import (reference) "../../../pixelegg/less/definitions.less";
|
|
||||||
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
|
||||||
@import (less) "../default/app.css";
|
|
||||||
|
|
||||||
|
|
||||||
@media all {
|
|
||||||
|
|
||||||
// ADMIN in SIDEBAR
|
|
||||||
div.dhtmlxTree {
|
|
||||||
// selected Item
|
|
||||||
td.standartTreeRow {
|
|
||||||
span.selectedTreeRow { background-color: @color_selected_row; color: @gray_90;}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* #############################################################################
|
|
||||||
// iframe
|
|
||||||
// Rahmen + padding**/
|
|
||||||
|
|
||||||
/*################## iframe ####################*/
|
|
||||||
/*# # #*/
|
|
||||||
/*# # #*/
|
|
||||||
/*# # ADMIN #*/
|
|
||||||
/*# # #*/
|
|
||||||
/*# # #*/
|
|
||||||
/*# # #*/
|
|
||||||
/*##############################################*/
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Give space to both contact view & infolog list
|
|
||||||
*/
|
|
||||||
|
|
||||||
iframe#admin-index_iframe {
|
|
||||||
background-color: transparent;
|
|
||||||
|
|
||||||
#admin-categories-index{padding: 10px;}
|
|
||||||
|
|
||||||
table.egwGridView_grid tr td {color: #000;}
|
|
||||||
|
|
||||||
} // iframe
|
|
||||||
|
|
||||||
// gray Filter for images
|
|
||||||
table.egwGridView_grid img {
|
|
||||||
/*filter grey*/
|
|
||||||
.img_filter_none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#admin-account-delete .dialogFooterToolbar .et2_button_delete {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
@ -4037,3 +4037,8 @@ div.flatpickr-calendar.inline .flatpickr-day {
|
|||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.selectedTreeRow {
|
||||||
|
background-color: rgba(102, 153, 204, 0.7);
|
||||||
|
color: #1e1e1e;
|
||||||
|
}
|
@ -1016,7 +1016,7 @@ div#mail-index_nm.splitter-pane {
|
|||||||
min-width: 3.7em !important;
|
min-width: 3.7em !important;
|
||||||
}
|
}
|
||||||
.previewWrapper .firstColumnTitle {
|
.previewWrapper .firstColumnTitle {
|
||||||
width: 3em;
|
max-width: 4em;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
}
|
}
|
||||||
.mailPreviewHeaders et2-select-email::part(control) {
|
.mailPreviewHeaders et2-select-email::part(control) {
|
||||||
@ -1166,12 +1166,6 @@ body {
|
|||||||
.egw_fw_ui_category_content .dtree {
|
.egw_fw_ui_category_content .dtree {
|
||||||
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content .selectedTreeRow,
|
|
||||||
.egw_fw_ui_category_content .selectedTreeRow_lor {
|
|
||||||
background-color: rgba(102, 153, 204, 0.7);
|
|
||||||
color: #1E1E1E;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.egw_fw_ui_category_content .standartTreeRow_lor {
|
.egw_fw_ui_category_content .standartTreeRow_lor {
|
||||||
background-color: rgba(153, 204, 255, 0.4);
|
background-color: rgba(153, 204, 255, 0.4);
|
||||||
color: #1E1E1E;
|
color: #1E1E1E;
|
||||||
|
@ -193,9 +193,6 @@ body {
|
|||||||
.basefontfamily;
|
.basefontfamily;
|
||||||
}
|
}
|
||||||
|
|
||||||
// color - selected tree item
|
|
||||||
.selectedTreeRow, .selectedTreeRow_lor {background-color: @color_selected_row; color: @gray_90;text-decoration: none;}
|
|
||||||
|
|
||||||
.standartTreeRow_lor {background-color: @color_hover_row; color: @gray_90;text-decoration: none;}
|
.standartTreeRow_lor {background-color: @color_hover_row; color: @gray_90;text-decoration: none;}
|
||||||
} // Ende Sidebox
|
} // Ende Sidebox
|
||||||
|
|
||||||
|
@ -992,51 +992,6 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container {background-color: #f
|
|||||||
}
|
}
|
||||||
span.et2_checkbox_slideSwitch.switchOn {filter:none;}
|
span.et2_checkbox_slideSwitch.switchOn {filter:none;}
|
||||||
}
|
}
|
||||||
/*#################################### ADMIN PART #####################################################*/
|
|
||||||
|
|
||||||
iframe#admin-index_iframe{
|
|
||||||
|
|
||||||
background-color: yellow;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Content Iframe
|
|
||||||
#admin-categories-index{
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
table.et2_grid {
|
|
||||||
|
|
||||||
#admin-categories-index_nm {
|
|
||||||
|
|
||||||
div.egwGridView_outer{
|
|
||||||
|
|
||||||
td.frame {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// gray Filter for images
|
|
||||||
table.egwGridView_grid{
|
|
||||||
img {
|
|
||||||
/*filter grey*/
|
|
||||||
.img_filter_none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.admin_aclAPP {.img_filter_none;}
|
|
||||||
|
|
||||||
/*#################################### END ADMIN PART #####################################################*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // Ende Media all
|
} // Ende Media all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user