catch rendering exceptions
[grauphel.git] / grauphel.css
index 6ba1cde0432139af86490d160a93e1118e87dd68..0cddce6fe6b165daa868e30f906ecbb26160c919 100644 (file)
@@ -35,6 +35,9 @@
     padding: 1ex;
     font-family: monospace;
 }
+.app-grauphel #app-content blockquote {
+    margin-left: 2ex;
+}
 
 .app-grauphel #app-content ul {
     list-style-type: disc;
 .app-grauphel #app-content .success {
     color: green;
 }
+.app-grauphel #app-content .error a {
+    color: red !important;
+}
+
+.app-grauphel #app-content .actions {
+    float: right;
+}
+.app-grauphel #app-content .actions a {
+    color: #555;
+    padding: 14px 10px;
+    position: relative;
+    top: 7px;
+    min-width: 25px;
+    padding: 5px;
+    background-color: rgba(240,240,240,.9);
+}
 
 .app-grauphel .oauth-authorize {
     margin: 2ex;
@@ -135,6 +154,9 @@ a.action.delete, table.table form button.action.delete {
 a.action {
     line-height: 30px;
 }
+a.cellclick {
+    display: block;
+}
 table.table form {
     display: inline;
 }
@@ -142,3 +164,30 @@ table.table form button.action {
     border: none;
     background-color: transparent;
 }
+
+.muted {
+    color: #999;
+}
+
+.note-content {
+    padding-top: 2ex;
+}
+
+.note-content .strikethrough {
+    text-decoration: line-through;
+}
+.note-content .highlight {
+    background-color: yellow;
+}
+.note-content .small {
+    font-size: 80%;
+}
+.note-content .large {
+    font-size: 150%;
+}
+.note-content .huge {
+    font-size: 200%;
+}
+.note-content a {
+    text-decoration: underline;
+}
\ No newline at end of file