Events displayed on project page. \n Fixed theme issue. \n New issue, mr events enabled

This commit is contained in:
Dmitriy Zaporozhets 2012-03-01 22:43:04 +02:00
parent 00028702fc
commit 5263dd4297
13 changed files with 153 additions and 57 deletions

View file

@ -610,6 +610,35 @@ p.time {
.dashboard_category {
margin-bottom:30px;
.ico {
background: url("images.png") no-repeat -85px -77px;
width: 19px;
height: 16px;
float: left;
position: relative;
margin-right: 10px;
top: 8px;
&.project {
background-position: -37px -77px;
}
&.activities {
background-position:-162px -22px;
}
&.projects {
background-position:-209px -21px;
}
}
h3 a {
color:#474D57;
&:hover {
text-decoration:underline;
}
}
.dashboard_block {
width:700px;
margin:auto;
@ -625,20 +654,6 @@ p.time {
h4 {
color:#666;
}
&.event_feed {
min-height:40px;
border-bottom:1px solid #eee;
.avatar {
width:32px;
}
ul {
margin-left:50px;
margin-bottom:5px;
.avatar {
width:24px;
}
}
}
}
}
}
@ -651,3 +666,25 @@ p.time {
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.event_feed {
min-height:40px;
border-bottom:1px solid #eee;
.avatar {
width:32px;
}
ul {
margin-left:50px;
margin-bottom:5px;
.avatar {
width:24px;
}
}
padding: 10px 5px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
&:last-child { border:none }
.wll:hover { background:none }
}