projects list on dashboard with commit links
This commit is contained in:
parent
2fa4aadb8f
commit
88974b500f
3 changed files with 49 additions and 54 deletions
|
@ -17,6 +17,11 @@ a {
|
|||
&.lined {
|
||||
text-decoration:underlined;
|
||||
}
|
||||
|
||||
&.gray {
|
||||
color:gray;
|
||||
}
|
||||
|
||||
&.supp_diff_link {
|
||||
text-align:center;
|
||||
padding:20px 0;
|
||||
|
@ -24,6 +29,10 @@ a {
|
|||
width:100%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
&.neib {
|
||||
margin-right:15px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
@ -46,10 +55,6 @@ a:focus {
|
|||
color: $link_color !important;
|
||||
}
|
||||
|
||||
.dlink {
|
||||
|
||||
}
|
||||
|
||||
.pills a:hover {
|
||||
background-color:#ccc;
|
||||
}
|
||||
|
@ -60,10 +65,6 @@ a:focus {
|
|||
|
||||
.label {
|
||||
background-color: #474D57;
|
||||
|
||||
&.pushed {
|
||||
background-color: $link_color;
|
||||
}
|
||||
}
|
||||
|
||||
.pretty_label {
|
||||
|
@ -873,26 +874,24 @@ p.time {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Dashboard page
|
||||
*
|
||||
*/
|
||||
.dashboard_category {
|
||||
margin-bottom:30px;
|
||||
|
||||
h3 a {
|
||||
color:#474D57;
|
||||
|
||||
&:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard_block {
|
||||
width:840px;
|
||||
margin:auto;
|
||||
|
||||
.dash_project_item {
|
||||
margin-bottom:10px;
|
||||
border:none;
|
||||
padding:0px 5px;
|
||||
|
||||
.project_link {
|
||||
color:#888;
|
||||
&:hover {
|
||||
|
@ -902,7 +901,6 @@ p.time {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
color:#666;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue