Ticket #3242: orange_buttons.patch
File orange_buttons.patch, 1.7 KB (added by , 14 years ago) |
---|
-
default.css
1288 1288 float: none !important; 1289 1289 margin: 0 5px -8px 0 !important; 1290 1290 } 1291 .activity-list .activity-header a:first-child, 1292 .commentlist .depth-1 > .comment-content .comment-meta a:first-child, 1293 span.highlight { 1294 background: #ebf7ff; 1295 border-bottom: 1px solid #a1dcfa; 1296 border-right: 1px solid #a1dcfa; 1297 color: #059ae7; 1298 padding: 3px 8px; 1299 text-decoration: none; 1300 -moz-border-radius: 4px; 1301 -webkit-border-radius: 4px; 1302 border-radius: 4px; 1303 margin-right: 3px; 1304 } 1305 .activity-list .activity-header a:first-child:hover { 1306 background: #059ae7 !important; 1307 color: #fff !important; 1308 } 1291 1309 1292 .activity-list .activity-content a:first-child:focus { 1310 1293 outline: none; 1311 1294 } … … 1949 1932 padding-left: 75px; 1950 1933 } 1951 1934 .commentlist .children .comment { 1935 /* Is this needed? */ 1952 1936 margin-bottom: 5px; 1953 1937 } 1954 div.comment-meta, 1955 div.comment-options { 1938 ul.children .comment-entry { 1939 margin-bottom: 10px; 1940 } 1941 div.comment-meta { 1956 1942 color: #888; 1943 float: left; 1957 1944 font-size: 11px; 1958 1945 margin: 15px 0; 1946 width: 100%; 1959 1947 } 1948 div.comment-meta p { 1949 float: left; 1950 margin-bottom: 0; 1951 } 1952 div.comment-meta p.comment-reply { 1953 float: right; 1954 } 1960 1955 div.comment-meta em { 1961 1956 font-style: normal; 1962 1957 } … … 1987 1982 font-weight: normal; 1988 1983 } 1989 1984 #reply-title small a, 1990 div.comment-optionsa.comment-reply-link {1985 a.comment-reply-link { 1991 1986 background: #FFF9DB; 1992 1987 border-bottom: 1px solid #FFE8C4; 1993 1988 border-radius: 4px; … … 2003 1998 margin-right: 0; 2004 1999 } 2005 2000 #reply-title small a:hover, 2006 div.comment-optionsa.comment-reply-link:hover {2001 a.comment-reply-link:hover { 2007 2002 background: #f7740a; 2008 2003 border-color: #f7740a; 2009 2004 color: #fff;