Skip to content

Commit

Permalink
minor fixed badges
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Oct 5, 2012
1 parent 0f5fe31 commit ad65317
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 7 additions & 2 deletions less/tiles.less
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,14 @@

& > .badge {
.bottom-right;
right: 10px;
margin-bottom: 0;
color: @white;
width: 36px;
height: 30px;
width: 30px;
height: 25px;
text-align: center;
.short-text;
padding-top: 3px;

&.activity {
background: @blue @bage-activity-image 50% no-repeat;
Expand Down Expand Up @@ -246,6 +250,7 @@
margin-bottom: 5px;
margin-left: 15px;
.tertiary-text;
font-family: @baseFontUI;
color: @white;
&:hover {
color: @white;
Expand Down
11 changes: 9 additions & 2 deletions public/css/modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -2736,10 +2736,16 @@ table.bordered tbody tr:last-child td {
position: absolute;
bottom: 0;
right: 0;
right: 10px;
margin-bottom: 0;
color: #ffffff;
width: 36px;
height: 30px;
width: 30px;
height: 25px;
text-align: center;
font-weight: 400;
font-size: 9pt;
letter-spacing: 0.02em;
padding-top: 3px;
}
.tile .brand > .badge.activity,
.tile .tile-status > .badge.activity {
Expand Down Expand Up @@ -2796,6 +2802,7 @@ table.bordered tbody tr:last-child td {
font-weight: 400;
font-size: 9pt;
letter-spacing: 0.02em;
font-family: 'Open Sans', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
.tile .brand > .name:hover,
Expand Down

0 comments on commit ad65317

Please sign in to comment.