[gthumb: 26/57] [webalbums] changes to the ClassicClips theme
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 26/57] [webalbums] changes to the ClassicClips theme
- Date: Sun, 20 Jun 2010 16:23:56 +0000 (UTC)
commit e5e7a2f014d75199c894a94495e8d4418061da37
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Jun 14 19:05:01 2010 +0200
[webalbums] changes to the ClassicClips theme
display the image properties to the right of the image.
.../data/albumthemes/ClassicClips/layout.css | 32 +++++++++++++++----
1 files changed, 25 insertions(+), 7 deletions(-)
---
diff --git a/extensions/webalbums/data/albumthemes/ClassicClips/layout.css b/extensions/webalbums/data/albumthemes/ClassicClips/layout.css
index 23b7b51..355f6c4 100644
--- a/extensions/webalbums/data/albumthemes/ClassicClips/layout.css
+++ b/extensions/webalbums/data/albumthemes/ClassicClips/layout.css
@@ -114,17 +114,35 @@ ul.navigation-bar li.last {
}
div.image-preview {
- clear: both;
- margin: 50px auto 0 auto;
+ width: 660px;
+ float: left;
+ margin: 15px 0 0 15px;
text-align: center;
}
+div.image-comment {
+ float: right;
+ display: block;
+ margin: 15px 15px 0 0;
+ padding: 3px;
+ text-align: center;
+ font-size: 10px;
+ font-family: sans;
+ overflow: auto;
+ width: 300px;
+ border: 1px solid #aaa;
+}
+
dl.caption-container {
+ float: right;
display: block;
- margin: 5px auto 0 auto;
- text-align: center;
- width: 500px;
- font-size: 12px;
+ margin: 15px 15px 0 0;
+ padding: 3px;
+ text-align: center;
+ font-size: 10px;
+ font-family: sans;
+ width: 300px;
+ border: 1px solid #aaa;
}
dl.caption-container dt {
@@ -135,7 +153,7 @@ dl.caption-container dt {
margin: 0 5px 0 0;
padding: 0;
color: #aaa;
- width: 100px;
+ width: 120px;
text-align: right;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]