diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-04-06 19:13:19 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-04-06 19:13:19 +0200 |
commit | 7379805565815c576723b888a20af080248222da (patch) | |
tree | 498c98e8b6c43c2729349b7680c6a20efcfb98f3 /www/scuttle.css | |
parent | 1e3cd8bf6ee636a5af692b57906612d6109849cb (diff) | |
parent | 12c77161aca2c7d76fa5154fa1f4e214106d834b (diff) | |
download | SemanticScuttle-origin/quickform.zip SemanticScuttle-origin/quickform.tar.gz SemanticScuttle-origin/quickform.tar.bz2 |
Merge branch 'master' into quickformorigin/quickform
Conflicts:
data/templates/bookmarks.tpl.php
data/templates/sidebar.block.search.php
data/templates/top.inc.php
doc/developers/TODO
src/SemanticScuttle/header.php
Diffstat (limited to 'www/scuttle.css')
-rw-r--r-- | www/scuttle.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/www/scuttle.css b/www/scuttle.css index c23e297..480b7f4 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; @@ -643,11 +644,13 @@ a.bookmarklet { background-color: #AAFAEE; } -/* DOJO Style */ +/* tree styles */ +#related-content.jstree-default.jstree-focused { + background: none !important; +} + -/* DOJO Style */ -.scuttletheme .dijitInputField input,.scuttletheme .dijitTextBox,.scuttletheme .dijitComboBox,.scuttletheme .dijitSpinner - { - width: 100%; - margin: 0 0 0 0; +/* add/edit bookmark */ +.ui-autocomplete { + width: 458px; } |