Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
better display of thumbnav
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyatin committed Jan 22, 2014
1 parent e00891a commit 894f261
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
30 changes: 15 additions & 15 deletions conf/icn-view-definition.xml
Expand Up @@ -40,21 +40,6 @@
<link textValue="zoom" urlExpr="/icn:record/delving:deepZoomUrl" type="zoom"/>
</container>


<container id="thumbnails" type="list">
<list path="/icn:record/delving:thumbnail">
<image path="."/>
</list>
</container>

<container id="context-link" if="/icn:record/europeana:isShownAt" class="pull-left">
<link textValue="search.ViewInOriginalContext" urlExpr="/icn:record/europeana:isShownAt" type="external"/>
</container>

<container if="/icn:record/europeana:rights" id="rightsUrl" class="pull-right">
<link urlExpr="/icn:record/europeana:rights" urlValue="" textExpr="/icn:record/europeana:rights"/>
</container>

<container id="deepZoomUrls" if="/icn:record/delving:deepZoomUrl">
<list path="/icn:record/delving:deepZoomUrl">
<link urlExpr="." textValue="zoom-url"/>
Expand All @@ -68,6 +53,21 @@
</container>

</container>

<container id="thumbnails" type="list">
<list path="/icn:record/delving:thumbnail">
<image path="."/>
</list>
</container>

<container id="context-link" if="/icn:record/europeana:isShownAt" class="pull-left">
<link textValue="search.ViewInOriginalContext" urlExpr="/icn:record/europeana:isShownAt" type="external"/>
</container>

<container if="/icn:record/europeana:rights" id="rightsUrl" class="pull-right">
<link urlExpr="/icn:record/europeana:rights" urlValue="" textExpr="/icn:record/europeana:rights"/>
</container>

<row>
<column proportion="1of3">
<container type="definition-list" class="object-meta-data">
Expand Down
3 changes: 3 additions & 0 deletions public/common/stylesheets/common.css
Expand Up @@ -4777,6 +4777,9 @@ select[name=searchIn] {
display: block;
padding: 0 21px 21px;
}
#object #thumbnails {
margin-bottom: 10px;
}
#object #thumbnails ul {
margin: 0;
padding: 10px;
Expand Down

0 comments on commit 894f261

Please sign in to comment.