diff --git a/resources/content_server/browse/browse.css b/resources/content_server/browse/browse.css index aaaa8d9c86..824c1c5e09 100644 --- a/resources/content_server/browse/browse.css +++ b/resources/content_server/browse/browse.css @@ -82,9 +82,9 @@ body { -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: #27211b 1px 1px 1px; - -moz-box-shadow: 5px 5px 5px #222; - -webkit-box-shadow: 5px 5px 5px #222; - box-shadow: 5px 5px 5px #222; + -moz-box-shadow: 5px 5px 5px #222; + -webkit-box-shadow: 5px 5px 5px #222; + box-shadow: 5px 5px 5px #222; } @@ -150,22 +150,12 @@ h2.library_name { /* }}} */ -/* Combobox {{{ */ - -.ui-button { margin-left: -1px; } -.ui-button-icon-only .ui-button-text { padding: 0.35em; } -.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; } - -/* }}} */ - - /* Sort select {{{ */ .sort_select { float: left; margin-left: 1em; margin-top: 2ex; - font-size: small; max-height: 2.75em; overflow: hidden; } @@ -182,16 +172,12 @@ h2.library_name { float: right; margin-right: 1em; margin-top: 2ex; - font-size: small; max-height: 2.75em; overflow: hidden; } -#search_box .search_input { padding: 0.35em } - /* }}} */ - /* Top level {{{ */ .toplevel ul { list-style-type: none; @@ -212,7 +198,6 @@ h2.library_name { -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc; - text-shadow: #27211b 1px 1px 1px; } @@ -220,4 +205,46 @@ h2.library_name { /* }}} */ +/* Category {{{ */ +.category ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +.category li.category-item { + margin: 0.75em; + padding: 0.75em; + text-align: center; + cursor: pointer; +} + +.category li.category-item:hover { + background-color: #d6d3c9; + font-weight: bold; + -moz-box-shadow: 5px 5px 5px #ccc; + -webkit-box-shadow: 5px 5px 5px #ccc; + box-shadow: 5px 5px 5px #ccc; + +} + +.category li.category-item h4 { display: inline } +.category li.category-item span.href { display: none } + +#groups span.load_href { display: none } + +#groups h3 { + font-weight: bold; + margin-top: 1ex; + padding-left: 30px; + padding-top: 0.5ex; + padding-bottom: 0.5ex; +} + +#groups h3 span { + font-weight: normal +} + +/* }}} */ + diff --git a/resources/content_server/browse/browse.html b/resources/content_server/browse/browse.html index 9ae37e5c43..e1e4cd47f5 100644 --- a/resources/content_server/browse/browse.html +++ b/resources/content_server/browse/browse.html @@ -2,24 +2,30 @@ -
+