From f8800e84226ad56a244680476fcb2117aa756413 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Wed, 20 Jun 2007 08:24:48 +0000 Subject: Simplified customlayout, now locations can be put into divs with ids set svn changeset:1773/svn branch:trunk --- .../demo/layout/featurebrowser-mainlayout.html | 166 ++++++++++----------- WebContent/theme/demo/style.css | 23 --- 2 files changed, 78 insertions(+), 111 deletions(-) (limited to 'WebContent/theme') diff --git a/WebContent/theme/demo/layout/featurebrowser-mainlayout.html b/WebContent/theme/demo/layout/featurebrowser-mainlayout.html index ac0623983c..ee66b4919e 100644 --- a/WebContent/theme/demo/layout/featurebrowser-mainlayout.html +++ b/WebContent/theme/demo/layout/featurebrowser-mainlayout.html @@ -1,90 +1,80 @@ - + -
- -
-
puu
-
- -
- - - - - - -
- - - - - - -
- -
demo
- -
-
-
- -
-
tabs
-
+
- +
+
tree
+
-
-
properties
-
+
+ + + + + + +
+ + + + + + +
+
demo
+
+
+
-
- - - - - - - -
-
themes
-
-
restart
-
-
+
+
tabsheet
+
+ + + +
+
properties
+
+ +
+ + + + + + + +
themesrestart
+
+ +
-
-
diff --git a/WebContent/theme/demo/style.css b/WebContent/theme/demo/style.css index 5a6d60f81b..e69de29bb2 100644 --- a/WebContent/theme/demo/style.css +++ b/WebContent/theme/demo/style.css @@ -1,23 +0,0 @@ -.itmtk .tree-menu .content, -.itmtk .tree-menu .content .node, -.itmtk .tree-menu .content .nodes, -.itmtk .tree-menu .content .node IMG { - background: none; - border: 0; -} - -#featurebrowser-divider { - background-image: url(layout/img/tab_handle.png); -} - -#featurebrowser-mainlayout -{ - background-image: url(layout/img/m_bg.png); - background-repeat: no-repeat; -} - -#featurebrowser-features { - position: absolute; - overflow: auto; - left: 0; -} \ No newline at end of file -- cgit v1.2.3