aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-15 19:11:31 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-15 19:11:31 +0000
commitd8218ec443547a5953a9aae7b706a2409c2177dd (patch)
tree31306cc6ce66b1b3f6fb3aff21abd6647c9ed9d9
parent11b97b761e6e1820c36e39a1ea49ab916d2dccc5 (diff)
Moving comments CSS style from comments.vtp to admin.vtp
git-svn-id: http://piwigo.org/svn/trunk@116 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/admin/admin.vtp42
-rw-r--r--template/default/admin/comments.vtp43
2 files changed, 42 insertions, 43 deletions
diff --git a/template/default/admin/admin.vtp b/template/default/admin/admin.vtp
index cf8234f62..5d676ab6d 100644
--- a/template/default/admin/admin.vtp
+++ b/template/default/admin/admin.vtp
@@ -110,6 +110,48 @@
td.choice {
text-align : center;
}
+<!-- comments CSS style -->
+ .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
+ color:black;
+ font-family:arial,sans-Serif;
+ font-size:12px;
+ }
+ .commentsTitle,.commentsAuthor {
+ text-align:center;
+ font-weight:bold;
+ }
+ .commentsInfos {
+ text-align:right;
+ margin:3px 3px 3px 10px;
+ font-size:11px;
+ }
+ .commentsContent {
+ margin:10px;
+ }
+ .commentsTitle {
+ margin-top:15px;
+ }
+ .commentsAuthor {
+ margin:5px;
+ }
+ .commentsNavigationBar {
+ margin:10px;
+ }
+ .tableComment {
+ width:100%;
+ border:2px solid #006699;
+ margin:10px;
+ }
+ .cellAuthor {
+ border-right:1px solid #006699;
+ width:100px;
+ }
+ .cellInfo {
+ border-bottom:1px solid #006699;
+ }
+ .imgLink {
+ border:1px solid black;
+ }
</style>
<script language="javascript">
function SelectAll( formulaire )
diff --git a/template/default/admin/comments.vtp b/template/default/admin/comments.vtp
index 04c7ef66e..be9814511 100644
--- a/template/default/admin/comments.vtp
+++ b/template/default/admin/comments.vtp
@@ -1,46 +1,3 @@
-<style>
- .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
- color:{#text_color};
- font-family:arial,sans-Serif;
- font-size:12px;
- }
- .commentsTitle,.commentsAuthor {
- text-align:center;
- font-weight:bold;
- }
- .commentsInfos {
- text-align:right;
- margin:3px 3px 3px 10px;
- font-size:11px;
- }
- .commentsContent {
- margin:10px;
- }
- .commentsTitle {
- margin-top:15px;
- }
- .commentsAuthor {
- margin:5px;
- }
- .commentsNavigationBar {
- margin:10px;
- }
- .tableComment {
- width:100%;
- border:2px solid #006699;
- margin:10px;
- }
- .cellAuthor {
- border-right:1px solid #006699;
- width:100px;
- }
- .cellInfo {
- border-bottom:1px solid #006699;
- }
- .imgLink {
- border:1px solid black;
- }
-</style>
<!--VTP_section-->
<table style="width:100%;">
<tr>