aboutsummaryrefslogtreecommitdiff
path: root/grauphel.css
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-23 23:07:01 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-10-23 23:07:01 +0200
commit8ee6bfe97633d31c6b89cebbc434837eca04d6dd (patch)
tree3d346e6d6b18e608813924b784ebda1d6520beef /grauphel.css
parenta6e6dc9e303ccddf1cb6e699f5e43295af361e0f (diff)
downloadgrauphel-8ee6bfe97633d31c6b89cebbc434837eca04d6dd.tar.gz
grauphel-8ee6bfe97633d31c6b89cebbc434837eca04d6dd.zip
note preview
Diffstat (limited to 'grauphel.css')
-rw-r--r--grauphel.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/grauphel.css b/grauphel.css
index 6ba1cde..1ad5a2d 100644
--- a/grauphel.css
+++ b/grauphel.css
@@ -135,6 +135,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 +145,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