1/**
2 * EGroupware: CSS with less preprocessor
3 *
4 * TRACKER
5 *
6 * Please do NOT change app.css directly, instead change app.less and compile it!
7 *
8 * @link http://www.egroupware.org
9 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
10 * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
11 * @package tracker
12 * @version $Id$
13 */
14/* $Id$ */
15/* Header classes*/
16#tracker-index_tracker-index-left_multiqueue {
17  /* This prevents the multi-select from pushing down the add button */
18  max-width: 95%;
19}
20/* Assigned context dialog */
21.action_popup-content.assigned_popup {
22  min-height: 150px !important;
23  overflow-y: hidden;
24}
25.tracker_overdue,
26.bold {
27  font-weight: bold;
28}
29.tracker_unseen {
30  font-weight: bold;
31}
32.tracker_seen {
33  font-weight: normal;
34}
35.tracker_leftPad5 {
36  padding-left: 5px;
37}
38label.tracker_trIdEdit:before {
39  content: "#";
40}
41.headertext {
42  color: black;
43  font-size: 120%;
44}
45.lpadding5 {
46  padding-left: 5px;
47}
48.tracker_assign {
49  width: 100% !important;
50}
51.redItalic {
52  color: red;
53  font-style: italic;
54}
55.low,
56.low_done,
57.normal,
58.normal_done,
59.high,
60.high_done,
61.urgent,
62.urgent_done {
63  font-weight: bold;
64}
65.low,
66.low_done {
67  color: #606060;
68}
69.normal,
70.normal_done {
71  color: #000000;
72}
73.high {
74  color: #cc0000;
75}
76.high_done {
77  color: #800000;
78}
79.urgent {
80  color: #ff00ff;
81}
82.urgent_done {
83  color: #800080;
84}
85.tracker_overdue {
86  color: #cc0000;
87  font-weight: bold;
88}
89.private {
90  font-style: italic;
91}
92.planned {
93  font-style: italic;
94}
95.fixedHeight {
96  line-height: 12px;
97}
98.tracker_indexPrio:first-letter {
99  font-weight: bold;
100}
101.tracker_image16 img {
102  height: 16px;
103}
104/* Restricted access replies */
105.reply_visible_1 {
106  border: 1px dashed gray;
107  background: beige;
108  width: 100%;
109  display: inline-block;
110  overflow: hidden;
111}
112.reply_visible_0 {
113  overflow: hidden;
114}
115#tracker-edit_tr_creator {
116  white-space: nowrap;
117  text-overflow: ellipsis;
118  width: 50%;
119  overflow: hidden;
120}
121/* Add border to ACL's table for more reading convenient*/
122#tracker-admin_tracker-admin-acl tr.row {
123  border-bottom: 1px solid silver;
124}
125/* Nicer sizine for escalation selectboxes */
126.tracker_escalation_action select {
127  width: 150px;
128}
129#tracker-edit_tr_assigned + .chzn-container .chzn-results {
130  max-height: 215px;
131}
132/* Limit image sizes */
133#tracker-edit_tracker-edit-comments img {
134  max-width: 100%;
135  max-height: 100%;
136  height: auto;
137  width: auto;
138}
139/* Add comment file buttons */
140#tracker-edit_tracker-edit-add_comment .et2_link_to.et2_toolbar * {
141  vertical-align: top;
142}
143#tracker-edit_tracker-edit-add_comment .et2_hbox .et2_label[for="canned_response"] {
144  padding-top: 6px;
145}
146/* Turn off edit cursor, use context menu instead */
147#tracker-edit_tracker-edit-comments .et2_editable {
148  cursor: default;
149}
150/* Files linked to comments */
151#tracker-edit_tracker-edit-comments .et2_link_to.et2_toolbar * {
152  vertical-align: top;
153}
154#tracker-edit_tracker-edit-comments .et2_link_to.et2_toolbar div.et2_file {
155  width: 95%;
156}
157#tracker-edit_tracker-edit-comments .et2_file.et2_vfs tr:first-child {
158  border-collapse: separate;
159  border-spacing: 30px;
160}
161#tracker-edit_tracker-edit-comments .et2_file.et2_vfs tbody,
162#tracker-edit_tracker-edit-comments .et2_file.et2_vfs td {
163  border: none;
164}
165#tracker-edit_tracker-edit-add_comment .et2_file.et2_vfs table {
166  width: 300px;
167}
168#tracker-edit_tracker-edit-add_comment .et2_hbox .et2_checkbox_label {
169  margin-top: 10px;
170}
171#tracker-edit_tracker-edit-comments .et2_vfs td.icon,
172#tracker-edit_tracker-edit-comments .et2_vfs .progress {
173  display: none;
174}
175#tracker-edit_tracker-edit-comments .et2_toolbar.hide_buttons .et2_button {
176  display: none !important;
177}
178#tracker-edit_tracker-edit-comments .et2_button .et2_vfs_btn {
179  float: left;
180}
181#tracker-index_tracker-index-queue {
182  position: relative;
183  width: 400px;
184  height: 24px;
185  margin-right: 4px;
186}
187#tracker-admin .jPicker {
188  vertical-align: middle;
189}
190.et2_editable,
191.et2_editable_readonly {
192  width: 100%;
193}
194#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
195  font-size: 1.15em !important;
196}
197label.tracker_trIdEdit:before {
198  content: "#";
199}
200.tracker_assign {
201  width: 100% !important;
202}
203