Merge branch 'updatecheck' into pluginlist

This commit is contained in:
Torkel Ödegaard
2016-04-11 13:43:29 -04:00
23 changed files with 230 additions and 62 deletions

View File

@@ -76,13 +76,20 @@
}
.card-item-header {
margin-bottom: $spacer;
}
.card-item-type {
color: $text-color-weak;
text-transform: uppercase;
margin-bottom: $spacer;
font-size: $font-size-sm;
font-weight: bold;
}
.card-item-notice {
font-size: $font-size-sm;
}
.card-item-name {
color: $headings-color;
overflow: hidden;
@@ -107,6 +114,16 @@
.card-list-layout-grid {
.card-item-type {
display: inline-block;
}
.card-item-notice {
font-size: $font-size-sm;
display: inline-block;
margin-left: $spacer;
}
.card-item-header-action {
float: right;
}
@@ -173,6 +190,7 @@
.card-item-header {
float: right;
text-align: right;
}
.card-item-figure {