diff --git a/compendium-browser.css b/compendium-browser.css index 62a71c6..3923145 100644 --- a/compendium-browser.css +++ b/compendium-browser.css @@ -151,6 +151,9 @@ white-space: nowrap; overflow: hidden; } +.compendium-browser .browser ul li .spell-tags span.negative { + color: #bbb; +} .compendium-browser .browser .spacer { display: inline-block; min-width: 5px; diff --git a/template/feat-browser-list.html b/template/feat-browser-list.html index 4595dad..7fcc305 100644 --- a/template/feat-browser-list.html +++ b/template/feat-browser-list.html @@ -1,28 +1,25 @@ {{#each listItems as |feat id|}} -
  • -
    - -
    -
    - {{feat.name}} -
    -
    - {{feat.classRequirementString}} -
    -
    - -
    +
  • +
    + +
    +
    + {{feat.name}} +
    +
    + {{feat.classRequirementString}} +
    +
    + +
  • {{/each}} diff --git a/template/item-browser-list.html b/template/item-browser-list.html index 7932f4c..d8b80b6 100644 --- a/template/item-browser-list.html +++ b/template/item-browser-list.html @@ -1,28 +1,25 @@ {{#each listItems as |item id|}} -
  • -
    - -
    -
    - {{item.name}} -
    -
    - {{item.type}} -
    -
    - -
    +
  • +
    + +
    +
    + {{item.name}} +
    +
    + {{item.type}} +
    +
    + +
  • {{/each}} diff --git a/template/loading.html b/template/loading.html index ef3899d..3ffe1af 100644 --- a/template/loading.html +++ b/template/loading.html @@ -1,13 +1,13 @@ - {{#if doneLoading}} {{localize "CMPBrowser.LOADED.Message" numLoaded=numLoaded - itemType=itemType}} {{else}} {{localize "CMPBrowser.LOADING.Message" - numLoaded=numLoaded itemType=itemType}} {{/if}} {{#if maxLoaded}}{{localize - "CMPBrowser.LOADED.MaxLoaded"}}{{/if}} + {{#if doneLoading}} {{localize "CMPBrowser.LOADED.Message" numLoaded=numLoaded itemType=itemType}} {{else}} + {{localize "CMPBrowser.LOADING.Message" numLoaded=numLoaded itemType=itemType}} {{/if}} {{#if maxLoaded}}{{localize + "CMPBrowser.LOADED.MaxLoaded"}}{{/if}} diff --git a/template/npc-browser-list.html b/template/npc-browser-list.html index ff16114..5b98fce 100644 --- a/template/npc-browser-list.html +++ b/template/npc-browser-list.html @@ -1,33 +1,30 @@ {{#each listItems as |npc id|}} -
  • -
    - -
    -
    - -
    - CR {{npc.displayCR}} - {{npc.displaySize}} - {{npc.displayType}} -
    -
    - - -
    -
    +
  • +
    + +
    +
    + +
    + CR {{npc.displayCR}} + {{npc.displaySize}} + {{npc.displayType}} +
    +
    + + +
    +
  • {{/each}} diff --git a/template/spell-browser-list.html b/template/spell-browser-list.html index f171625..5dc436a 100644 --- a/template/spell-browser-list.html +++ b/template/spell-browser-list.html @@ -1,25 +1,50 @@ - {{#each listItems as |spell id|}}
  • -
    - -
    -
    - {{spell.name}} -
    -
    - {{#if spell.data.level}}{{spell.data.level}}{{else}}C{{/if}} -
    - R - C -
    - V - S - M -
    -
    - -
    +
    + +
    +
    + {{spell.name}} +
    +
    + {{#if spell.data.level}}{{spell.data.level}}{{else}}C{{/if}} +
    + R + C +
    + V + S + M +
    +
    + +
  • {{/each}} - \ No newline at end of file