egroupware/timesheet/templates/pixelegg/app.less

101 lines
2.6 KiB
Plaintext
Raw Normal View History

2013-11-15 18:09:58 +01:00
/**
* EGroupware: CSS with less preprocessor
*
* Please do NOT change app.css directly, instead change app.less and compile it!
*
2014-02-12 09:10:11 +01:00
* TIMESHEET
*
2013-11-15 18:09:58 +01:00
* @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$
*/
2014-07-16 13:33:40 +02:00
@import (reference) "../../../pixelegg/less/definitions.less";
@import (reference) "../../../pixelegg/less/def_mobile.less";
2014-07-16 13:33:40 +02:00
@import (less) "../default/app.css";
2013-11-15 18:09:58 +01:00
2014-02-12 09:10:11 +01:00
/*###########################################
# #
# dialogHeader #
2014-02-12 09:10:11 +01:00
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
2013-11-27 08:21:32 +01:00
// 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
{
2013-11-27 08:21:32 +01:00
}
//
/* tablets and smartphones */
@media only screen and (max-device-width:1024px) {
#timesheet-edit_button\[save_new\] {
vertical-align: bottom;
}
#timesheet-index {
table.egwGridView_outer tbody {
label[id^='timesheet-index'][id$='ts_start]'] > time{
font-weight: bold;
float: left;
}
ul[id^='timesheet-index'][id$='ts_owner]'] > li {
overflow: hidden;
width: 90px;
white-space: nowrap;
text-overflow: ellipsis;
.mob-fontsize-s;
}
tr.timesheetRow td {
position: relative;
}
span[id^='timesheet-index'][id$='cat_id]'] {
position: absolute;
bottom: 5px;
.mob-fontsize-s;
}
span[id^='timesheet-index'][id$='ts_description]'] {
height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div.timesheet3Col {
.mob-fontsize-s;
}
span[id^='timesheet-index'][id$='ts_duration]'] {
font-weight: bold;
}
label[id^='timesheet-index'][id$='ts_link]'] > span.et2_link {
font-weight: normal;
}
}
}
}