mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Drop pixelegg extra styles from timesheet
This commit is contained in:
parent
cad42eb6aa
commit
17c462d04e
@ -91,7 +91,7 @@
|
|||||||
<column width="100"/>
|
<column width="100"/>
|
||||||
<column width="105"/>
|
<column width="105"/>
|
||||||
<column width="30"/>
|
<column width="30"/>
|
||||||
<column width="50"/>
|
<column width="30"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row disabled="@ts_viewtype" class="dialogHeader">
|
<row disabled="@ts_viewtype" class="dialogHeader">
|
||||||
|
@ -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 <stefan.reinhard@pixelegg.de>
|
|
||||||
* @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;
|
|
||||||
}
|
|
@ -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 <stefan.reinhard@pixelegg.de>
|
|
||||||
* @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
|
|
||||||
{
|
|
||||||
}
|
|
||||||
//
|
|
Loading…
Reference in New Issue
Block a user