Show testing badges in appstore view

This commit is contained in:
Johannes Zellner
2015-07-28 13:21:23 +02:00
parent af682e5bb1
commit eea547411b
2 changed files with 13 additions and 2 deletions

View File

@@ -156,8 +156,14 @@ html {
cursor: pointer;
}
.appstore-item-badge-testing {
position: absolute;
right: 15px;
top: 15px;
}
.appstore-item-content-testing {
background-color: rgb(201, 201, 201);
background-color: #E6E6E6;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 64px 64px;
}
@@ -257,6 +263,10 @@ html {
background-color: #5CB85C;
}
.badge-danger {
background-color: $brand-danger;
}
.progress {
margin-bottom: 0;
}