mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
c241bb3416
A similar method is explained in this message as reference: http://lists.evolt.org/archive/Week-of-Mon-20021014/124859.html Talked with Pim and tested on IE/gecko/opera8.0. for older browsers doesn't understand CSS2 it behave the same as WIDTH="1%".
22 lines
446 B
Smarty
Executable File
22 lines
446 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; }
|
|
{app_css}
|
|
|
|
#dhtmltooltip
|
|
{
|
|
position: absolute;
|
|
width: 150px;
|
|
border: 1px solid #ff7a0a;
|
|
padding: 2px;
|
|
background-color:#f9f400;
|
|
visibility: hidden;
|
|
z-index: 100;
|
|
}
|
|
|
|
</style>
|
|
{css_file}
|