[gthumb: 46/57] [webalbums] make the thumbnails bigger in NeatRound
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 46/57] [webalbums] make the thumbnails bigger in NeatRound
- Date: Sun, 20 Jun 2010 16:25:37 +0000 (UTC)
commit d7c192687e5224a06aee8d3c3a218d1f12b6979b
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Jun 18 12:31:02 2010 +0200
[webalbums] make the thumbnails bigger in NeatRound
.../webalbums/data/albumthemes/NeatRound/bot.png | Bin 721 -> 812 bytes
.../data/albumthemes/NeatRound/image.gthtml | 2 +-
.../data/albumthemes/NeatRound/index.gthtml | 2 +-
.../data/albumthemes/NeatRound/layout.css | 17 +++++++++--------
.../webalbums/data/albumthemes/NeatRound/left.png | Bin 144 -> 220 bytes
.../webalbums/data/albumthemes/NeatRound/right.png | Bin 210 -> 278 bytes
.../webalbums/data/albumthemes/NeatRound/top.png | Bin 459 -> 538 bytes
7 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/bot.png b/extensions/webalbums/data/albumthemes/NeatRound/bot.png
index 08c6683..3e1eeb6 100644
Binary files a/extensions/webalbums/data/albumthemes/NeatRound/bot.png and b/extensions/webalbums/data/albumthemes/NeatRound/bot.png differ
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml b/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml
index 70c67c3..6559262 100644
--- a/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml
+++ b/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml
@@ -71,7 +71,7 @@
<dl class="caption-container">
<% end %>
- <dt class="property" title="<%= item_attribute id %>"> <%= item_attribute display_name %> </dt>
+ <dt class="property"> <%= item_attribute display_name %> </dt>
<dd class="property-value"> <%= item_attribute value %> </dd>
<% if last_item %>
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/index.gthtml b/extensions/webalbums/data/albumthemes/NeatRound/index.gthtml
index 7068f6d..95555ad 100644
--- a/extensions/webalbums/data/albumthemes/NeatRound/index.gthtml
+++ b/extensions/webalbums/data/albumthemes/NeatRound/index.gthtml
@@ -13,7 +13,7 @@
<link href="<%= theme_link src="layout.css" %>" rel="stylesheet" type="text/css" />
<link href="<%= theme_link src="style.css" %>" rel="stylesheet" type="text/css" />
</head>
-<% set_var thumbnail_width="120" thumbnail_height="100" %>
+<% set_var thumbnail_width="159" thumbnail_height="120" %>
<% set_var preview_width="650" preview_height="600" %>
<body>
<div id="wrapper">
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/layout.css b/extensions/webalbums/data/albumthemes/NeatRound/layout.css
index f67716c..d1e71b9 100644
--- a/extensions/webalbums/data/albumthemes/NeatRound/layout.css
+++ b/extensions/webalbums/data/albumthemes/NeatRound/layout.css
@@ -137,6 +137,7 @@ div.image-comment {
overflow: auto;
width: 300px;
border: 0px solid #aaa;
+ clear: right;
}
dl.caption-container {
@@ -188,7 +189,7 @@ dl.caption-container dd.last {
}
#thumbnail-grid tr td.td_empty_index {
- width: 174px;
+ width: 224px;
height: auto;
}
@@ -202,20 +203,20 @@ dl.caption-container dd.last {
}
#thumbnail-list div.thumbnail-container {
- height: 130px;
+ height: 150px;
}
#thumbnail-list div.thumbnail-top {
background: url(top.png) no-repeat top left;
- width: 154px;
+ width: 204px;
height: 14px;
}
#thumbnail-list div.thumbnail-bottom {
clear: both;
background: url(bot.png) no-repeat bottom left;
- width: 154px;
- height: 15px;
+ width: 204px;
+ height: 18px;
}
#thumbnail-list div.thumbnail-center {
@@ -226,18 +227,18 @@ dl.caption-container dd.last {
#thumbnail-list div.thumbnail-left {
background: url(left.png) no-repeat top left;
- width: 154px;
+ width: 204px;
height: 100%;
}
#thumbnail-list div.thumbnail-right {
background: url(right.png) no-repeat top right;
- width: 154px;
+ width: 204px;
height: 100%;
}
#thumbnail-list div.thumbnail-image-container {
- width: 151px;
+ width: 201px;
height: 100%;
}
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/left.png b/extensions/webalbums/data/albumthemes/NeatRound/left.png
index 3bd3aed..f10431a 100644
Binary files a/extensions/webalbums/data/albumthemes/NeatRound/left.png and b/extensions/webalbums/data/albumthemes/NeatRound/left.png differ
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/right.png b/extensions/webalbums/data/albumthemes/NeatRound/right.png
index 3e655dc..0ecf0f4 100644
Binary files a/extensions/webalbums/data/albumthemes/NeatRound/right.png and b/extensions/webalbums/data/albumthemes/NeatRound/right.png differ
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/top.png b/extensions/webalbums/data/albumthemes/NeatRound/top.png
index d8d5866..2b1be50 100644
Binary files a/extensions/webalbums/data/albumthemes/NeatRound/top.png and b/extensions/webalbums/data/albumthemes/NeatRound/top.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]