Changed item detail to a detail view with the option to edit

This commit is contained in:
Thaum
2015-04-16 09:00:48 +00:00
parent 690eea4f29
commit 638209719e
9 changed files with 194 additions and 79 deletions

View File

@@ -209,6 +209,16 @@ paper-slider {
padding-bottom: 16px;
}
.sideMargin {
margin-left: 16px;
margin-right: 16px;
}
.vertMargin {
margin-top: 16px;
margin-bottom: 16px;
}
.s {
padding: 0 0 16px 0;
}
@@ -220,3 +230,7 @@ paper-slider {
.preline {
white-space: pre-line;
}
.prewrap{
white-space: pre-wrap;
}