diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-02 18:07:15 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-02 18:07:15 +0200 |
commit | 8be81abfe6193e221afcdc35582d34505797a7b8 (patch) | |
tree | 95ae7e30d40596f27875adb2f96a15fc827f9f86 /www/scuttle.css | |
parent | f629d081ddf52e3cb83ffbfc973a97adc691790c (diff) | |
parent | 40b4674e471f8b0fbdc77a26eec86018e2ab03ea (diff) | |
download | semanticscuttle-8be81abfe6193e221afcdc35582d34505797a7b8.tar.gz semanticscuttle-8be81abfe6193e221afcdc35582d34505797a7b8.tar.bz2 |
merge master
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 5cb821e..78f24e9 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; @@ -640,11 +641,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; } |