note about work in progress
[grauphel.git] / grauphel.css
index 21c44d453f9f3365a9b13d3fcd6cea58fdecd053..6ba1cde0432139af86490d160a93e1118e87dd68 100644 (file)
@@ -13,6 +13,9 @@
 .app-grauphel #app-content.list h1 {
     padding: 1ex;
 }
+.app-grauphel #app-content.list > p {
+    margin: 2ex;
+}
 
 .app-grauphel #app-content h2 {
     font-weight: bold;
     text-decoration: underline;
 }
 
+.app-grauphel #app-content .error {
+    color: red;
+}
+.app-grauphel #app-content .success {
+    color: green;
+}
+
 .app-grauphel .oauth-authorize {
     margin: 2ex;
     text-align: center;