Testing some view changes. Smaller font, bigger icons.

This commit is contained in:
Lars Jung 2013-08-27 19:15:48 +02:00
parent 774742b98c
commit c186be6cb5
230 changed files with 109 additions and 60 deletions

View file

@ -114,7 +114,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
initItem = function (item) {
if (item.$view) {
item.$view
item.$view.find('a')
.on('mouseenter', function () {
$('#selector').remove();
@ -142,7 +142,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
onLocationChanged = function (item) {
_.each(item.content, initItem);
// _.each(item.content, initItem);
publish();
},
@ -150,7 +150,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
var selectionChanged = false;
_.each(added, initItem);
// _.each(added, initItem);
_.each(removed, function (item) {
if (item.$view && item.$view.hasClass('selected')) {