forked from extern/egroupware
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:
parent
64120e723c
commit
de05de8d89
@ -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}
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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}
|
||||
|
@ -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>
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
-->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user