Changeset 952
- Timestamp:
- Nov 24, 2005, 8:26:31 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/content.css
r948 r952 147 147 /* User comments */ 148 148 149 #content DIV#comments { 150 padding-left: 5px; 151 padding-right: 5px; 152 -moz-box-sizing: padding-box; 153 } 149 154 #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 */ 153 159 } 154 160 155 #content DIV.comment >A.illustration {161 #content DIV.comment A.illustration { 156 162 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; 163 165 } 164 166 … … 173 175 } 174 176 175 #content DIV.comment > UL.actions >LI {177 #content DIV.comment UL.actions LI { 176 178 display: inline; 177 179 } 178 180 179 181 #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 */ 183 183 padding: 0.5em; 184 184 } 185 186 185 187 186 /* should be in admin.css ? CSS properties also used in popuphelp */ -
trunk/template/yoga/default-colors.css
r910 r952 99 99 } 100 100 101 /* User comments */ 102 #content DIV.comment { 103 border: 1px solid gray; 104 } 101 105 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; 104 112 border-left: 2px solid #696969; 105 113 }
Note: See TracChangeset
for help on using the changeset viewer.