forked from extern/egroupware
627e666c5c
- all templates define now noPrint and onlyPrint css classes - idots format (nextmatch) lists on print now a lot nicer
24 lines
541 B
Smarty
Executable File
24 lines
541 B
Smarty
Executable File
<style type="text/css">
|
|
|
|
.row_on { color: {row_text}; background-color: #F1F1F1; }
|
|
.row_off { color: {row_text}; background-color: #ffffff; }
|
|
.th { color: {th_text}; background-color: {th_bg}; }
|
|
.narrow_column { width: 1%; white-space: nowrap; }
|
|
@media screen { .onlyPrint { display: none; } }
|
|
@media print { .noPrint { display: none; } }
|
|
{app_css}
|
|
|
|
#dhtmltooltip
|
|
{
|
|
position: absolute;
|
|
width: 150px;
|
|
border: 1px solid #ff7a0a;
|
|
padding: 2px;
|
|
background-color:#f9f400;
|
|
visibility: hidden;
|
|
z-index: 100;
|
|
}
|
|
|
|
</style>
|
|
{css_file}
|