Moving comments CSS style from comments.vtp to admin.vtp
git-svn-id: http://piwigo.org/svn/trunk@116 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
11b97b761e
commit
d8218ec443
2 changed files with 42 additions and 43 deletions
|
@ -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 )
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue