* Adds client resourses for Markdown.js

* Implements a part of the client UI at editing Circle collections
This commit is contained in:
Paul Schneider 2015-08-24 05:51:17 +02:00
commit 9748c9d7e4
19 changed files with 552 additions and 119 deletions

View file

@ -121,6 +121,9 @@ label {
font-size: large;
background-color: rgba(0,64,0,0.1);
}
.dirty {
background-color: rgba(128,128,0,0.3);
}
.error {
color: #f88;
font-size: large;