egroupware/timesheet/templates/mobile/app.less
Hadi Nategh 5ce7394105 Mobile theme W.I.P:
- Fix first column size for timesheet view and edit template
- td should not apply et2_fullWidth class because it would screw up fixed width applied to other columns
2016-03-07 09:51:58 +00:00

61 lines
1.6 KiB
Plaintext

/**
*
* TIMESHEET - Mobile
*
* 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 Hadi Nategh <hn@stylite.de>
* @package timesheet
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
*/
@import (reference) "../../../pixelegg/less/definitions.less";
@import (reference) "../../../pixelegg/less/def_mobile.less";
/* tablets and smartphones */
@media all {
#timesheet-index {
table.egwGridView_outer tbody {
ul[id^='timesheet-index'][id$='ts_owner]'] > li {
overflow: hidden;
width: 90px;
white-space: nowrap;
text-overflow: ellipsis;
.mob-fontsize-n;
}
tr.timesheetRow td {
position: relative;
}
span[id^='timesheet-index'][id$='cat_id]'] {
position: absolute;
bottom: 5px;
.mob-fontsize-n;
}
span[id^='timesheet-index'][id$='ts_description]'] {
height: 19px;
white-space: nowrap;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
.mob-fontsize-n;
color:grey;
}
span[id^='timesheet-index'][id$='ts_title]'] {
.mob-fontsize-l;
}
div.timesheet3Col {
.mob-fontsize-n;
}
label[id^='timesheet-index'][id$='ts_link]'] > span.et2_link {
font-weight: normal;
.mob-fontsize-n;
}
.timesheet_titleDetails { font-weight: normal; }
}
}
#timesheet-edit_pl_id{width:69%;}
#timesheet-view_ts_description span.et2_textbox_ro{word-break: break-all;}
}