Skip to content

Commit

Permalink
Re-ran ./bin/less and re-compiled main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 31, 2012
1 parent ec893c3 commit c04db95
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 1 deletion.
126 changes: 126 additions & 0 deletions ckan/public/base/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7257,6 +7257,132 @@ li .icon-large:before {
line-height: 1.2;
margin-left: 0;
}
.activity {
margin: 10px 0;
padding: 0;
list-style-type: none;
background: transparent url('../../../base/images/dotted.png') 14px 0 repeat-y;
}
.activity .item {
margin: 0 0 15px 0;
padding: 0;
*zoom: 1;
}
.activity .item:before,
.activity .item:after {
display: table;
content: "";
}
.activity .item:after {
clear: both;
}
.activity .item i {
display: block;
float: left;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #ffffff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
font-weight: normal;
font-size: 16px;
margin-right: 10px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.activity .item .gravatar {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.activity .item .actor .gravatar {
float: left;
margin-top: -5px;
margin-right: 10px;
}
.activity .item p {
font-size: 14px;
line-height: 1.5;
margin: 5px 0 0 0;
}
.activity .item .date {
color: #999;
font-size: 12px;
white-space: nowrap;
margin-left: 5px;
}
.popover .about {
margin-bottom: 10px;
}
.popover .popover-close {
float: right;
text-decoration: none;
}
.activity .item.added-tag i {
background-color: #6995a6;
}
.activity .item.changed-group i {
background-color: #767dce;
}
.activity .item.changed-package i {
background-color: #8c76ce;
}
.activity .item.changed-package_extra i {
background-color: #769ace;
}
.activity .item.changed-resource i {
background-color: #aa76ce;
}
.activity .item.changed-user i {
background-color: #76b8ce;
}
.activity .item.deleted-group i {
background-color: #b95252;
}
.activity .item.deleted-package i {
background-color: #b97452;
}
.activity .item.deleted-package_extra i {
background-color: #b95274;
}
.activity .item.deleted-resource i {
background-color: #b99752;
}
.activity .item.new-group i {
background-color: #69a67a;
}
.activity .item.new-package i {
background-color: #69a68e;
}
.activity .item.new-package_extra i {
background-color: #6ca669;
}
.activity .item.new-resource i {
background-color: #81a669;
}
.activity .item.new-user i {
background-color: #69a6a3;
}
.activity .item.removed-tag i {
background-color: #b95297;
}
.activity .item.deleted-related-item i {
background-color: #b9b952;
}
.activity .item.follow-dataset i {
background-color: #767dce;
}
.activity .item.follow-user i {
background-color: #8c76ce;
}
.activity .item.new-related-item i {
background-color: #95a669;
}
.popover-context-loading .popover-title {
display: none;
}
Expand Down
1 change: 0 additions & 1 deletion ckan/public/base/less/disqus.less

This file was deleted.

0 comments on commit c04db95

Please sign in to comment.