From 17c462d04e7cb3e6d9eb08290a395986d2b771db Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 10 Aug 2022 15:27:51 +0200 Subject: [PATCH] Drop pixelegg extra styles from timesheet --- timesheet/templates/default/edit.xet | 2 +- timesheet/templates/pixelegg/app.css | 72 --------------------------- timesheet/templates/pixelegg/app.less | 56 --------------------- 3 files changed, 1 insertion(+), 129 deletions(-) delete mode 100755 timesheet/templates/pixelegg/app.css delete mode 100755 timesheet/templates/pixelegg/app.less diff --git a/timesheet/templates/default/edit.xet b/timesheet/templates/default/edit.xet index 4cccd10fec..6cb2aaf373 100644 --- a/timesheet/templates/default/edit.xet +++ b/timesheet/templates/default/edit.xet @@ -91,7 +91,7 @@ - + diff --git a/timesheet/templates/pixelegg/app.css b/timesheet/templates/pixelegg/app.css deleted file mode 100755 index dee5398547..0000000000 --- a/timesheet/templates/pixelegg/app.css +++ /dev/null @@ -1,72 +0,0 @@ -/** - * EGroupware: CSS with less preprocessor - * - * Please do NOT change app.css directly, instead change app.less and compile it! - * - * TIMESHEET - * - * @link http://www.egroupware.org - * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Stefan Reinhard - * @package timesheet - * @version $Id$ - */ -/** - * Styles for etemplate2 widgets - * - * @version: $Id$ - */ -/* Allow project list selection in nm header to be large */ -#timesheet-index #timesheet-index_pm_id .ui-autocomplete.ui-menu { - max-height: 80%; -} -.timesheet_titleSum, -.timesheet_titleDetails { - font-weight: bold; -} -/* add # sign behind the ts_id */ -#timesheet-edit_ts_id:before { - content: "#"; -} -/* make the modifier inline*/ -.timesheet_modifier label { - display: inline-block; - float: right; -} -.timesheet_modifier ul { - display: inline-block; - float: left; -} -label[id^='timesheet-index_'][id$='ts_start]'] time { - padding-left: 5px; -} -/*########################################### -# # -# dialogHeader # -############################################# -# # -# # -# # -# # -# # -# dialog # -# # -# # -############################################# -# # -# buttons # -# # -# # -##############################################*/ -#timesheet-edit #timesheet-edit_tabs { - padding: 0 3px; -} -#timesheet-edit #timesheet-edit_tabs .et2_tabheader { - background: none; -} -#timesheet-edit #timesheet-edit_ts_id:before { - content: "#"; -} -#timesheet-edit_pm_id input { - width: 99% !important; -} diff --git a/timesheet/templates/pixelegg/app.less b/timesheet/templates/pixelegg/app.less deleted file mode 100755 index da57ee0040..0000000000 --- a/timesheet/templates/pixelegg/app.less +++ /dev/null @@ -1,56 +0,0 @@ -/** - * EGroupware: CSS with less preprocessor - * - * Please do NOT change app.css directly, instead change app.less and compile it! - * - * TIMESHEET - * - * @link http://www.egroupware.org - * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License - * @author Stefan Reinhard - * @package timesheet - * @version $Id$ - */ - - -@import (reference) "../../../pixelegg/less/definitions.less"; -@import (reference) "../../../pixelegg/less/def_mobile.less"; -@import (less) "../default/app.css"; - -/*########################################### -# # -# dialogHeader # -############################################# -# # -# # -# # -# # -# # -# dialog # -# # -# # -############################################# -# # -# buttons # -# # -# # -##############################################*/ -// timesheet-edit - -#timesheet-edit{ - #timesheet-edit_tabs{ - padding: 0 3px; - .et2_tabheader{ - background: none; - } - } - // add # sign behind the ts_id - #timesheet-edit_ts_id:before { content:"#"} -} -#timesheet-edit_pm_id input{ - width: 99% !important; -} -#timesheet-edit.et2_container -{ -} -//