17 include_once dirname(dirname(dirname(dirname(dirname(dirname(realpath(__FILE__))))))).
'/core/include/init.inc';
18 $finfo = stat(realpath(__FILE__));
19 $mod_ts = $finfo[
'mtime'];
20 header(
'Last-Modified: '.date(
'r', $mod_ts));
21 header(
'Content-Type: text/css');
24 #sq_message_body, #inbox_container {
28 border: 1px solid black;
32 font-family:
"Lucida Grande",
"Lucida Console",
"Courier New", monospace;
45 .sq-backend-table-header img, .sq-backend-table-header input {
48 .sq-backend-table-cell img, .sq-backend-table-cell input {
52 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/message_read.png);
53 background: expression(
'none');
54 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/message_read.png', sizingMethod=
'crop');
59 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/message_unread.png);
60 background: expression(
'none');
61 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/message_unread.png', sizingMethod=
'crop');
66 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/trash.png);
67 background: expression(
'none');
68 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/trash.png', sizingMethod=
'crop');
72 .prior1, .prior2, .prior3, .prior4, .prior5 {
78 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/priority_1.png);
79 background: expression(
'none');
80 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/priority_1.png', sizingMethod=
'crop');
83 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/priority_2.png);
84 background: expression(
'none');
85 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/priority_2.png', sizingMethod=
'crop');
88 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/priority_3.png);
89 background: expression(
'none');
90 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/priority_3.png', sizingMethod=
'crop');
93 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/priority_4.png);
94 background: expression(
'none');
95 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/priority_4.png', sizingMethod=
'crop');
98 background: url(<?php echo sq_web_path(
'lib'); ?>/web/images/icons/internal_message/priority_5.png);
99 background: expression(
'none');
100 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=
'<?php echo sq_web_path('lib
'); ?>/web/images/icons/internal_message/priority_5.png', sizingMethod=
'crop');