Changeset 291


Ignore:
Timestamp:
Jan 18, 2004, 9:26:40 PM (20 years ago)
Author:
gweltas
Message:

bug-1_3_0-006 : with IE/Konqueror, in "comments" pages (public part and admin part), ends of comment boxes are cut.

Location:
branches/release-1_3/template/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/template/default/comments.vtp

    r290 r291  
    2424  <table style="width:100%;">
    2525    <tr>
    26      <td valign="top" width="1px">
     26     <td valign="top" style="width:15%;">
    2727       <!-- the thumbnail of the picture, linked to the full size page -->
    2828       <a href="{#thumb_url}" title="{#thumb_title}">
     
    3030       </a>
    3131     </td>
    32      <td style="padding:2px;">
    33        <div style="font-weight:bold;padding-left:10px;">{#title}</div>
     32     <td style="padding:10px;width:85%;">
     33       <div style="font-weight:bold;padding-left:10px;text-align:left;">{#title}</div>
    3434       <!--VTP_comment-->
    35        <table style="width:100%;">
    36          <tr>
    37            <td>
    3835             <table class="tableComment">
    3936               <tr>
     
    5350               </tr>
    5451             </table>
    55            </td>
    56          </tr>
    57        </table>
    5852       <!--/VTP_comment-->
    5953     </td>
  • branches/release-1_3/template/default/default.css

    r290 r291  
    1 a {
    2 text-decoration:none;
    3 }
     1  a  {
     2          text-decoration : none;
     3  }
     4 a:hover {
     5          text-decoration : underline;
     6  }
     7 a.back {
     8          color : #ffffff;
     9  }
     10 body {
     11          font-family : arial, sans-serif;
     12          font-size : 12px;
     13          background-color : #444444;
     14          color : #ffffff;
     15          margin : 5px;
     16  }
     17 table , input {
     18          font-family : arial, sans-serif;
     19          font-size : 12px;
     20  }
     21 .imgLink {
     22          border : 1px solid #ffffff;
     23  }
     24 .titrePage , .titreMenu , .menu , .info, a {
     25          color : #ffffff;
     26  }
     27 .titreMenu , .menu , .info{
     28          margin-bottom : 5px;
     29          white-space : nowrap;
     30  }
     31 .menu , .titrePage , .info{
     32          margin-left : 2px;
     33          margin-right : 2px;
     34  }
     35 .menuInfoCat {
     36          font-family : sans-serif;
     37          font-size : 11px;
     38  }
     39 .totalImages {
     40          text-align : center;
     41          margin-top : 5px;
     42          font-family : sans-serif;
     43          font-size : 11px;
     44  }
     45 .titreMenu {
     46          font-weight : 600;
     47          text-align : center;
     48  }
     49 .info{
     50          text-align : right;
     51  }
     52 .titrePage {
     53          white-space : nowrap;
     54          font-weight : 500;
     55          font-size : 18px;
     56          text-align : center;
     57  }
     58 .comments , .infoCat , .navigationBar {
     59          margin-top : 10px;
     60          margin-bottom : 10px;
     61  }
     62 .comments {
     63          text-align : justify;
     64          font-style : italic;
     65  }
     66 .navigationBar {
     67          text-align : center;
     68  }
     69 .infoCat {
     70          text-align : left;
     71  }
     72 .thumbnail {
     73          font-size : 11px;
     74          text-align : center;
     75  }
     76 .copyright {
     77          font-size : 11px;
     78          text-align : center;
     79          font-family : sans-serif;
     80          letter-spacing : 0.3mm;
     81  }
     82 .commentImage {
     83          font-weight : bold;
     84          text-align : center;
     85          font-size : 17px;
     86  }
     87 .bouton {
     88          background : #eeeeee;
     89  }
     90 input {
     91          border-color : #000000;
     92          background : #ffffff;
     93          color : #000000;
     94  }
     95 table {
     96          border-collapse : collapse;
     97  }
     98 table.thumbnail {
     99          border-collapse : separate;
     100  }
     101 td {
     102          font-family : sans-serif;
     103          padding : 0;
     104  }
     105 .errors {
     106          text-align : left;
     107          margin-top : 5px;
     108          margin-bottom : 5px;
     109          background-color : red;
     110          font-weight : bold;
     111          border : 1px solid black;
     112          color : white;
     113  }
     114 div.information {
     115          text-align : center;
     116          border : 2px solid #ffffff;
     117          margin : 10px;
     118          padding : 5px;
     119  }
     120 .commentsAuthor , .commentsTitle , .commentsInfos , .commentsContent , .commentsNavigationBar {
     121          color : #ffffff;
     122          font-family : arial, sans-Serif;
     123          font-size : 12px;
     124  }
     125 .commentsTitle , .commentsAuthor {
     126          text-align : center;
     127          font-weight : bold;
     128  }
     129 .commentsInfos {
     130          padding : 3px 3px 3px 10px;
     131          font-size : 11px;
     132          text-align : right;
     133  }
     134 .commentsContent {
     135          margin : 10px;
     136  }
     137 .commentsTitle {
     138          margin-top : 15px;
     139  }
     140 .commentsAuthor {
     141          margin : 5px;
     142  }
     143 .commentsNavigationBar {
     144          margin : 10px;
     145  }
     146 .tableComment {
     147        width : 100%;
     148        border : 2px solid #ffffff;
     149        text-align : left;
     150        padding: 10px;
     151  }
     152 .cellAuthor {
     153          border-right : 1px solid #ffffff;
     154          width : 20%;
     155  }
     156 .cellInfo{
     157          border-bottom : 1px solid #ffffff;
     158  }
    4159
    5 a:hover {
    6 text-decoration:underline;
    7 }
    8 
    9 a.back {
    10 color: #FFFFFF;
    11 }
    12 
    13 body {
    14 font-family:arial,sans-serif;
    15 font-size:12px;
    16 background-color:#444444;
    17 color: #FFFFFF;
    18 margin:5px;
    19 }
    20 
    21 table,input {
    22 font-family:arial,sans-serif;
    23 font-size:12px;
    24 }
    25 
    26 .imgLink {
    27 border:1px solid #FFFFFF;
    28 }
    29 
    30 .titrePage,.titreMenu,.menu,.info, a {
    31 color:#FFFFFF;
    32 }
    33 .titreMenu,.menu,.info {
    34 margin-bottom:5px;
    35 white-space:nowrap;
    36 }
    37 .menu,.titrePage,.info {
    38 margin-left:2px;
    39 margin-right:2px;
    40 }
    41 .menuInfoCat {
    42 font-family:sans-serif;
    43 font-size:11px;
    44 }
    45 .totalImages {
    46 text-align:center;
    47 margin-top:5px;
    48 font-family:sans-serif;
    49 font-size:11px;
    50 }
    51 .titreMenu {
    52 font-weight:600;
    53 text-align:center;
    54 }
    55 .info {
    56 text-align:right;
    57 }
    58 .titrePage {
    59 white-space:nowrap;
    60 font-weight:500;
    61 font-size:18px;
    62 text-align:center;
    63 }
    64 .comments,.infoCat,.navigationBar {
    65 margin-top:10px;
    66 margin-bottom:10px;
    67 }
    68 .comments {
    69 text-align:justify;
    70 font-style:italic;
    71 }
    72 .navigationBar {
    73 text-align:center;
    74 }
    75 .infoCat {
    76 text-align:left;
    77 }
    78 .thumbnail {
    79 font-size:11px;
    80 text-align:center;
    81 }
    82 .copyright {
    83 font-size:11px;
    84 text-align:center;
    85 font-family:sans-serif;
    86 letter-spacing:0.3mm;
    87 }
    88 .commentImage {
    89 font-weight:bold;
    90 text-align:center;
    91 font-size:17px;
    92 }
    93 .bouton {
    94 background:#EEEEEE;
    95 }
    96 input {
    97 border-width:1;
    98 border-color:#000000;
    99 background:#ffffff;
    100 color: #000000;
    101 }
    102 table {
    103 border-collapse:collapse;
    104 }
    105 table.thumbnail {
    106 border-collapse:separate;
    107 }
    108 td {
    109 font-family:sans-serif;
    110 padding:0;
    111 }
    112 .errors {
    113 text-align:left;
    114 margin-top:5px;
    115 margin-bottom:5px;
    116 background-color:red;
    117 font-weight:bold;
    118 border:1px solid black;
    119 color:white;
    120 }
    121 div.information {
    122 text-align:center;
    123 border:2px solid #FFFFFF;
    124 margin:10px;padding:5px;
    125 }
    126 
    127 .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
    128         color:#FFFFFF;
    129         font-family:arial,sans-Serif;
    130         font-size:12px;
    131       }
    132       .commentsTitle,.commentsAuthor {
    133         text-align:center;
    134         font-weight:bold;
    135       }
    136       .commentsInfos {
    137         margin:3px 3px 3px 10px;
    138         font-size:11px;
    139         text-align:right;
    140       }
    141       .commentsContent {
    142         margin:10px;
    143       }
    144       .commentsTitle {
    145         margin-top:15px;
    146       }
    147       .commentsAuthor {
    148         margin:5px;
    149       }
    150       .commentsNavigationBar {
    151         margin:10px;
    152       }
    153       .tableComment {
    154         width:100%;
    155         border:2px solid #FFFFFF;
    156         margin:10px;
    157       }
    158       .cellAuthor {
    159         border-right:1px solid #FFFFFF;
    160         width:100px;
    161       }
    162       .cellInfo {
    163         border-bottom:1px solid #FFFFFF;
    164       }
Note: See TracChangeset for help on using the changeset viewer.