From b53b77d0dcf2ea89087d23ad037063dd8f620331 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 30 Sep 2010 19:12:49 +0200 Subject: make sidebar menu2 use jquery.jstree. ajax loading of subtags is still missing --- www/scuttle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/scuttle.css') diff --git a/www/scuttle.css b/www/scuttle.css index 5cb821e..e25021d 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -376,6 +376,7 @@ div#sidebar table td { padding-bottom: 0.25em; padding-right: 0.5em; } +/* div#sidebar ul { list-style-type: none; margin: 0; @@ -383,7 +384,7 @@ div#sidebar ul { } div#sidebar ul li { margin: 0.5em 0; -} +}*/ div#related { padding: 0.5em; -- cgit v1.2.3-54-g00ecf From 7b56d8c0ad8df129c06f40d7066c1aaf0fcb9496 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 9 Oct 2010 13:12:16 +0200 Subject: make tree menu look proper --- www/scuttle.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'www/scuttle.css') diff --git a/www/scuttle.css b/www/scuttle.css index e25021d..3c2be27 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -641,11 +641,7 @@ a.bookmarklet { background-color: #AAFAEE; } -/* DOJO Style */ - -/* DOJO Style */ -.scuttletheme .dijitInputField input,.scuttletheme .dijitTextBox,.scuttletheme .dijitComboBox,.scuttletheme .dijitSpinner - { - width: 100%; - margin: 0 0 0 0; -} +/* tree styles */ +.jstree-default.jstree-focused { + background: none !important; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf From 2d90851b33e4c6b31b0efa8fc581569346466777 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 9 Oct 2010 13:13:34 +0200 Subject: fix menu2 --- www/scuttle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/scuttle.css') diff --git a/www/scuttle.css b/www/scuttle.css index 3c2be27..e5aaf0b 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -642,6 +642,6 @@ a.bookmarklet { } /* tree styles */ -.jstree-default.jstree-focused { +#related-content.jstree-default.jstree-focused { background: none !important; } \ No newline at end of file -- cgit v1.2.3-54-g00ecf From cbf36891ae8f1fc568594983387e79c0c6e786a4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 5 Apr 2011 19:02:52 +0200 Subject: set width of autocomplete dropdown --- www/scuttle.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/scuttle.css') diff --git a/www/scuttle.css b/www/scuttle.css index e5aaf0b..78f24e9 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -644,4 +644,10 @@ a.bookmarklet { /* tree styles */ #related-content.jstree-default.jstree-focused { background: none !important; -} \ No newline at end of file +} + + +/* add/edit bookmark */ +.ui-autocomplete { + width: 458px; +} -- cgit v1.2.3-54-g00ecf