Changeset 4424
- Timestamp:
- 05/24/2011 10:05:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4422 r4424 365 365 font-size: 11px; 366 366 } 367 #footer-widget-area div.item-content { 368 margin-left: 38px; 369 } 367 370 #footer-widget-area div.item-meta, 368 #footer-widget-area div.item-content,369 371 div#sidebar div.item-meta, 370 372 div#sidebar div.item-content { … … 524 526 ul.item-list li img.avatar { 525 527 float: left; 526 margin: 0 10px 1 0px 0;528 margin: 0 10px 15px 0; 527 529 } 528 530 ul.item-list li div.item-title, … … 1148 1150 1149 1151 ul.activity-list li { 1150 padding: 20px 00 0;1152 padding: 10px 0 0; 1151 1153 overflow: hidden; 1154 } 1155 .activity-list .activity-avatar { 1156 float: left; 1152 1157 } 1153 1158 ul.activity-list > li:first-child { … … 1155 1160 } 1156 1161 ul.activity-list li.has-comments { 1157 padding-bottom: 20px;1162 padding-bottom: 10px; 1158 1163 } 1159 1164 body.activity-permalink ul.activity-list li.has-comments { … … 1277 1282 line-height: 220%; 1278 1283 } 1284 .activity-header { 1285 margin-right: 130px; 1286 } 1279 1287 .activity-list .activity-content .activity-header img.avatar { 1280 1288 float: none !important; … … 1437 1445 padding: 10px 0 0; 1438 1446 } 1439 div.activity-comments ul li p:last-child,1440 1447 .commentlist .comment-content a:first-child { 1441 1448 margin-bottom: 10px; … … 1818 1825 font-style: italic; 1819 1826 } 1827 .entry { 1828 margin-bottom: 15px; 1829 } 1820 1830 p.date, 1821 1831 p.postmetadata { … … 1829 1839 } 1830 1840 p.postmetadata { 1831 margin-top: 15px;1832 1841 clear: left; 1833 1842 overflow: hidden; … … 1915 1924 #comments ol.commentlist { 1916 1925 border-bottom: 1px solid #e4e4e4; 1917 margin -bottom: 30px;1926 margin: 0 0 30px 0; 1918 1927 } 1919 1928 ol.commentlist li { … … 1943 1952 font-size: 11px; 1944 1953 margin: 10px 0; 1945 padding: 0 0 3px;1946 1954 } 1947 1955 div.comment-meta em { … … 1965 1973 border-color: #059AE7; 1966 1974 color: #fff; 1975 } 1976 #reply-title { 1977 margin-top: 0; 1967 1978 } 1968 1979 #reply-title small { … … 1995 2006 .commentlist ul.children { 1996 2007 background: #f5f5f5; 1997 margin-bottom: 20px;2008 margin-bottom: 10px; 1998 2009 margin-left: 75px; 1999 2010 padding: 1px 10px; … … 2054 2065 -moz-border-radius: 4px; 2055 2066 -webkit-border-radius: 4px; 2067 } 2068 #respond .form-submit { 2069 margin-bottom: 0; 2056 2070 } 2057 2071 ol.commentlist #respond {
Note: See TracChangeset
for help on using the changeset viewer.