Metadata settings added to UI

This commit is contained in:
Mark McDowall
2014-02-12 22:44:07 -08:00
parent c0ae876385
commit b339f8daf6
19 changed files with 302 additions and 4 deletions
+36
View File
@@ -0,0 +1,36 @@
@import "../../Shared/Styles/card";
.metadata-list {
li {
display: inline-block;
vertical-align: top;
}
}
.metadata-item {
.card;
width: 200px;
height: 230px;
padding: 10px 15px;
h3 {
margin-top: 0px;
display: inline-block;
width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
.label {
margin-top : 3px;
display : block;
text-align : center;
}
}