mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Drop pixelegg template from infolog app
This commit is contained in:
parent
d76538b404
commit
c111d8526b
@ -1,318 +0,0 @@
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
* INFOLOG
|
||||
*
|
||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||
* Pixleegg Template app.css
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package infolog
|
||||
*/
|
||||
/* $Id$ */
|
||||
/* Minimum width for first column */
|
||||
#infolog-index.et2_container .gridCont_0_div_col_0 {
|
||||
min-width: 45px;
|
||||
}
|
||||
.infolog_headertext {
|
||||
color: black;
|
||||
font-size: 120%;
|
||||
}
|
||||
.infolog_lpadding5 {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.low,
|
||||
.low_done,
|
||||
.normal,
|
||||
.normal_done,
|
||||
.high,
|
||||
.high_done,
|
||||
.urgent,
|
||||
.urgent_done {
|
||||
font-weight: bold;
|
||||
}
|
||||
.low,
|
||||
.low_done {
|
||||
color: #606060;
|
||||
}
|
||||
.normal,
|
||||
.normal_done {
|
||||
color: black;
|
||||
}
|
||||
.high {
|
||||
color: #cc0000;
|
||||
}
|
||||
.high_done {
|
||||
color: #800000;
|
||||
}
|
||||
.urgent {
|
||||
color: #ff00ff;
|
||||
}
|
||||
.urgent_done {
|
||||
color: #800080;
|
||||
}
|
||||
.infolog_overdue {
|
||||
color: #cc0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.private {
|
||||
font-style: italic;
|
||||
}
|
||||
.infolog_planned {
|
||||
font-style: italic;
|
||||
}
|
||||
table.infolog_fullWidth {
|
||||
width: 100%;
|
||||
}
|
||||
#infolog-edit_info_number:before {
|
||||
content: "#";
|
||||
}
|
||||
.infolog_fixedHeight {
|
||||
height: 12px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.infolog_normalWrap {
|
||||
white-space: normal;
|
||||
}
|
||||
.infolog_user_filter select {
|
||||
width: 100px;
|
||||
}
|
||||
.inputFullWidth input {
|
||||
width: 100%;
|
||||
}
|
||||
.infolog_image16 img {
|
||||
height: 16px;
|
||||
}
|
||||
.infolog_responsible select {
|
||||
width: 120px;
|
||||
}
|
||||
.infolog_date_duration select.et2_date_duration {
|
||||
width: 69%;
|
||||
margin-left: 2px;
|
||||
}
|
||||
tr.infolog_rowHasParent > td:first-child {
|
||||
background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px -2px;
|
||||
}
|
||||
/*get <a> tags inside description in listview with no breakline*/
|
||||
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
|
||||
display: inline-table;
|
||||
}
|
||||
/* break in words if necessary for description */
|
||||
#infolog-index_nm div.infoDes > span {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
/* Put line break for the first column*/
|
||||
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||
white-space: normal;
|
||||
}
|
||||
button.infologExtraButton {
|
||||
background-position: center;
|
||||
background-size: 16px;
|
||||
padding: 0px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
button.infologExtraButton:hover {
|
||||
background-size: 16px;
|
||||
}
|
||||
#infolog-edit .et2_toolbar {
|
||||
position: relative;
|
||||
}
|
||||
.tab_toolbar {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 0;
|
||||
z-index: 10000;
|
||||
/* otherwise et2-tabs gets our clicks! */
|
||||
}
|
||||
.tab_toolbar > button,
|
||||
.tab_toolbar > et2-button {
|
||||
margin: 0px;
|
||||
}
|
||||
td.infologTimestamp {
|
||||
position: relative;
|
||||
}
|
||||
div#infolog-edit_infolog-edit-description {
|
||||
height: 100%;
|
||||
}
|
||||
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
||||
max-height: 150px;
|
||||
}
|
||||
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid ul.et2_link_string li.et2_link {
|
||||
display: inline-block;
|
||||
}
|
||||
#infolog-index #infolog-index_nm .filtersContainer {
|
||||
width: 60%;
|
||||
}
|
||||
#infolog-index select#infolog-index_filter {
|
||||
width: 150px;
|
||||
}
|
||||
#infolog_edit_info_responsible_chzn {
|
||||
width: 99% !important;
|
||||
}
|
||||
#infolog-edit_clean_history {
|
||||
display: none;
|
||||
}
|
||||
#infolog_index_cat_id_chzn {
|
||||
min-width: auto;
|
||||
width: 40% !important;
|
||||
}
|
||||
.header_count.blur_count > span {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
span#infolog-index_\$\{row\}\[info_des\] {
|
||||
flex: unset;
|
||||
}
|
||||
/*###########################################
|
||||
# #
|
||||
# dialogHeader #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# dialog #
|
||||
# #
|
||||
# #
|
||||
#############################################
|
||||
# #
|
||||
# buttons #
|
||||
# #
|
||||
# #
|
||||
##############################################*/
|
||||
/*Input beschränken*/
|
||||
#infolog-edit {
|
||||
margin: 0;
|
||||
}
|
||||
#infolog-edit table.egwGridView_outer {
|
||||
max-width: 100%;
|
||||
}
|
||||
#infolog-edit div.et2_hbox {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.infolog_fixedHeight {
|
||||
height: auto;
|
||||
}
|
||||
/*#############################################*/
|
||||
/*Tabs */
|
||||
/*Beschreibung************************************/
|
||||
/*Verknüpfung ************************************/
|
||||
#infolog-edit_infolog-edit-links {
|
||||
/*neue verknüpfung erstellen - div*/
|
||||
/*img.et2_button_icon defined in etemplate2.less*/
|
||||
}
|
||||
#infolog-edit_infolog-edit-links div#addressbook-edit_link_to {
|
||||
width: 100% !important;
|
||||
}
|
||||
#infolog-edit_infolog-edit-links table#infolog-edit_link_to {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
/*Delegation ************************************/
|
||||
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
|
||||
width: 96%;
|
||||
}
|
||||
/*Historie*/
|
||||
#infolog-index table.egwGridView_grid img {
|
||||
height: 16px;
|
||||
}
|
||||
/* tablets and smartphones */
|
||||
@media only screen and (max-device-width: 1024px) {
|
||||
#infolog-index_nm .gridCont_0_div_col_0.innerContainer {
|
||||
min-width: auto;
|
||||
}
|
||||
div.infoDescRow {
|
||||
height: 32px;
|
||||
font-size: 9pt;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-top: 8px;
|
||||
}
|
||||
div.infoLinksRow,
|
||||
div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||
font-size: 9pt;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_enddate]'] {
|
||||
font-size: 8pt;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_enddate]'] time {
|
||||
float: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_startdate]'] {
|
||||
font-size: 8pt;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_startdate]'] time {
|
||||
float: none;
|
||||
}
|
||||
ul[id^='infolog-index_'][id$='info_responsible]'] {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
max-height: 15px;
|
||||
}
|
||||
ul[id^='infolog-index_'][id$='info_responsible]'] li {
|
||||
font-size: 9pt;
|
||||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
padding-right: 8px;
|
||||
}
|
||||
ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
.infoSubRow span[id^='infolog-index_'][id$='info_subject]'] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_link]'] {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
font-size: 9pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
infolog_rowHasSubs span.arrow,
|
||||
table.egwGridView_grid span.arrow.closed {
|
||||
display: none !important;
|
||||
}
|
||||
tr.infolog_rowHasParent > td:first-child {
|
||||
background: none !important;
|
||||
}
|
||||
div.et2_vbox.infolog_CompletedClmn {
|
||||
display: table-caption;
|
||||
}
|
||||
select#infolog-edit_pl_id {
|
||||
width: 52%;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/*Disable notification label in view mode*/
|
||||
#infolog-view tr.dialogHeadbar div.et2_hbox {
|
||||
display: none;
|
||||
}
|
||||
.infolog_CompletedClmn .infoPercent {
|
||||
height: 23px;
|
||||
float: right;
|
||||
}
|
||||
.infolog_CompletedClmn .infoType {
|
||||
position: relative;
|
||||
height: 30px;
|
||||
}
|
||||
.infolog_CompletedClmn .infoType img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
/**/
|
@ -1,210 +0,0 @@
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
* INFOLOG
|
||||
*
|
||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||
* Pixleegg Template app.css
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package infolog
|
||||
*/
|
||||
|
||||
|
||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
||||
@import (less) "../default/app.css";
|
||||
|
||||
|
||||
// #############################################################################
|
||||
// Dialog infolog
|
||||
|
||||
/*###########################################
|
||||
# #
|
||||
# dialogHeader #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# dialog #
|
||||
# #
|
||||
# #
|
||||
#############################################
|
||||
# #
|
||||
# buttons #
|
||||
# #
|
||||
# #
|
||||
##############################################*/
|
||||
|
||||
/*Input beschränken*/
|
||||
|
||||
#infolog-edit{
|
||||
margin: 0;
|
||||
|
||||
table.egwGridView_outer{
|
||||
max-width: 100%;
|
||||
}
|
||||
div.et2_hbox {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
}
|
||||
.infolog_fixedHeight {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*#############################################*/
|
||||
/*Tabs */
|
||||
|
||||
/*Beschreibung************************************/
|
||||
|
||||
#infolog-edit_infolog-edit-description{
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*Verknüpfung ************************************/
|
||||
|
||||
#infolog-edit_infolog-edit-links{
|
||||
|
||||
/*neue verknüpfung erstellen - div*/
|
||||
div#addressbook-edit_link_to {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
// 1. with Addressbook
|
||||
|
||||
// 2. Icon
|
||||
/*img.et2_button_icon defined in etemplate2.less*/
|
||||
|
||||
table#infolog-edit_link_to {overflow-y: scroll;}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*Delegation ************************************/
|
||||
|
||||
#infolog-edit_infolog-edit-delegation {
|
||||
|
||||
.inputFullWidth input { width: 96%; }
|
||||
|
||||
}
|
||||
|
||||
/*Historie*/
|
||||
#infolog-index table.egwGridView_grid {
|
||||
img{height: 16px;}
|
||||
}
|
||||
/* tablets and smartphones */
|
||||
@media only screen and (max-device-width:1024px) {
|
||||
|
||||
#infolog-index_nm .gridCont_0_div_col_0.innerContainer {
|
||||
min-width: auto;
|
||||
}
|
||||
div.infoDescRow {
|
||||
height:32px;
|
||||
.mob-fontsize-s;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-top: 8px;
|
||||
}
|
||||
div.infoLinksRow, div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||
.mob-fontsize-s;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_enddate]'] {
|
||||
.mob-fontsize-xs;
|
||||
|
||||
time {
|
||||
float: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_startdate]']{
|
||||
.mob-fontsize-xs;
|
||||
time {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
ul[id^='infolog-index_'][id$='info_responsible]'] {
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
max-height: 15px;
|
||||
li{
|
||||
.mob-fontsize-s;
|
||||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
padding-right: 8px;
|
||||
}
|
||||
}
|
||||
ul[id^='infolog-index_'][id$='filelinks]']
|
||||
{
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
.infoSubRow {
|
||||
span[id^='infolog-index_'][id$='info_subject]'] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_link]']
|
||||
{
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
.mob-fontsize-s;
|
||||
font-weight: normal;
|
||||
}
|
||||
infolog_rowHasSubs span.arrow,
|
||||
table.egwGridView_grid span.arrow.closed{
|
||||
display: none !important;
|
||||
}
|
||||
tr.infolog_rowHasParent > td:first-child {
|
||||
background: none !important;
|
||||
}
|
||||
div.et2_vbox.infolog_CompletedClmn {
|
||||
display: table-caption;
|
||||
}
|
||||
select#infolog-edit_pl_id {
|
||||
width:52%;
|
||||
margin-left:5px;
|
||||
}
|
||||
/*Disable notification label in view mode*/
|
||||
#infolog-view {
|
||||
tr.dialogHeadbar{
|
||||
div.et2_hbox {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.infolog_CompletedClmn {
|
||||
.infoPercent{
|
||||
height:23px;
|
||||
float:right;
|
||||
}
|
||||
.infoType{
|
||||
position: relative;
|
||||
height: 30px;
|
||||
img{
|
||||
position: absolute;
|
||||
right:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**/// Ende der APP INfolo
|
Loading…
Reference in New Issue
Block a user