openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ac6006bed0355ed5241366847666bc158fcce152
parent 1e650cb34d6af3285de9a82896ced5d623928f5d
Author: dankert <devnull@localhost>
Date:   Tue,  3 Mar 2009 22:14:08 +0100

Einstellungen zum Baum.

Diffstat:
themes/default/css/default.css | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -520,3 +520,14 @@ td.notice text-align:center; } +table.tree td.treevalue +{ + vertical-align:middle; + white-space:nowrap; +} + +table.tree td.treecol, +table.tree td.treeimage +{ + width:1px; +}