Changeset 952


Ignore:
Timestamp:
Nov 24, 2005, 8:26:31 PM (18 years ago)
Author:
chrisaga
Message:
  • merge branch 1.5 bug 222 correction into BSF
Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r948 r952  
    147147/* User comments */
    148148
     149#content DIV#comments {
     150  padding-left: 5px;
     151  padding-right: 5px;
     152  -moz-box-sizing: padding-box;
     153}
    149154#content DIV.comment {
    150   margin: 5px;
    151   border: 1px solid gray;
    152   min-height: 150px; /* maximum thumbnail height */
     155  margin: 0 0 0.5em 0;
     156  padding: 0;
     157  overflow: hidden; /* these 2 lines ensure the floating child is kept in the DIV */
     158  width: 100%;      /* don't ask why. It's a very usefull trick                   */
    153159}
    154160
    155 #content DIV.comment > A.illustration {
     161#content DIV.comment A.illustration {
    156162  display: block;
    157   position: absolute;
    158   margin: 5px;
    159 }
    160 
    161 #content DIV.comment > A.illustration IMG {
    162   border: 1px solid gray;
     163  float: left;
     164  margin: 0.5em 0 0 0.5em;
    163165}
    164166
     
    173175}
    174176
    175 #content DIV.comment > UL.actions > LI {
     177#content DIV.comment  UL.actions LI {
    176178  display: inline;
    177179}
    178180
    179181#content DIV.comment BLOCKQUOTE {
    180   margin: 1em 1em 1em 150px; /* margin-left corresponds to maximum thumbnail width */
    181   border: 1px solid #d3d3d3;
    182   border-left: 2px solid gray;
     182  margin: 1em 0.5em 0.5em 150px; /* margin-left corresponds to maximum thumbnail width + ~10px */
    183183  padding: 0.5em;
    184184}
    185 
    186185
    187186/* should be in admin.css ? CSS properties also used in popuphelp */
  • trunk/template/yoga/default-colors.css

    r910 r952  
    9999}
    100100
     101/* User comments */
     102#content DIV.comment {
     103  border: 1px solid gray;
     104}
    101105
    102 #comments BLOCKQUOTE {
    103     background: #eeeeee;
     106#content DIV.comment  A.illustration IMG {
     107  border: 1px solid gray;
     108}
     109
     110#comments DIV.comment BLOCKQUOTE {
     111    border: 1px solid #d3d3d3;
    104112    border-left: 2px solid #696969;
    105113}
Note: See TracChangeset for help on using the changeset viewer.