Changeset 1596
- Timestamp:
- Oct 3, 2010, 9:20:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r1595 r1596 216 216 } 217 217 .box_tags { 218 border: 1px solid #DBDBDB; 219 float: right; 220 margin-right: 4px; 218 221 width: 463px; 219 border: 1px solid #DBDBDB; 220 display: table-cell; 222 height: 370px; 221 223 } 222 224 223 225 .box_repartition { 224 width: 433px;225 226 border: 1px solid #DBDBDB; 226 227 background-color: #FAFAFA; 227 228 margin-bottom: 16px; 228 display: table-cell; 229 } 230 231 .table_sep{ 232 display: table-cell; 233 width: 15px; 229 float: left; 230 height: 370px 234 231 } 235 232 236 233 .box_container { 237 display: table; 238 margin-bottom: 16px; 234 margin-bottom: 16px; 239 235 } 240 236 241 237 .box_tags .internal_tag_cloud { 238 height: 100%; 242 239 padding: 7px; 243 240 } … … 307 304 } 308 305 .synthese th, .synthese td { border-right: 1px #FFFFFF solid; } 309 .synthese td, .synthese tr { padding: 0px; margin: 0px, border: 0px; min-height: 25px; }306 .synthese td, .synthese tr { padding: 0px; margin: 0px, border: 0px; height: 25px; } 310 307 .synthese td.p { width: 112px; } 311 308 .synthese th.p { width: 122px; border-left: 13px solid #FFF; } … … 1892 1889 } 1893 1890 .phototitle { 1891 vertical-align: middle; 1892 } 1893 .block { 1894 1894 display: block; 1895 1895 }
Note: See TracChangeset
for help on using the changeset viewer.