as I mensioned before the 1% width problem is all over egroupware and making CJK user interface ugly. A typical example is many tables are always two or three lines high for one <tr>. If you don't have a look at a CJK user interface you probably won't notice it at all.

I introduce a global style class 'narrow_column' to address this.
This commit is contained in:
zhangweiwu 2005-07-01 03:24:29 +00:00
parent 64120e723c
commit de05de8d89
8 changed files with 11 additions and 3 deletions

View File

@ -8,8 +8,9 @@
.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; }
.tablink { color: #000000; }
{app_css}
-->
</style>
{css_file}
{css_file}

View File

@ -3,6 +3,7 @@
.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>

View File

@ -3,6 +3,7 @@
.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: 6em; }
{app_css}
#dhtmltooltip

View File

@ -3,6 +3,7 @@
.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>

View File

@ -8,8 +8,9 @@
.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; }
.tablink { color: #000000; }
{app_css}
-->
</style>
{css_file}
{css_file}

View File

@ -3,6 +3,7 @@
.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>

View File

@ -3,7 +3,8 @@
.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}
{css_file}

View File

@ -3,6 +3,7 @@
.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}
-->