mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:15 +01:00
de05de8d89
I introduce a global style class 'narrow_column' to address this.
11 lines
272 B
Smarty
Executable File
11 lines
272 B
Smarty
Executable File
<style type="text/css">
|
|
<!--
|
|
.row_on { color: {row_text}; background-color: {row_on}; }
|
|
.row_off { color: {row_text}; background-color: {row_off}; }
|
|
.th { color: {th_text}; background-color: {th_bg}; }
|
|
.narrow_column { width: 6em; }
|
|
{app_css}
|
|
-->
|
|
</style>
|
|
{css_file}
|