X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/37e17f2198f4629fb7d4ec2ed68d96f664ec55ad..8ee6bfe97633d31c6b89cebbc434837eca04d6dd:/grauphel.css diff --git a/grauphel.css b/grauphel.css index 85143f7..1ad5a2d 100644 --- a/grauphel.css +++ b/grauphel.css @@ -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; @@ -44,6 +47,13 @@ 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; @@ -115,3 +125,50 @@ table.table td { background-position: 8px center; background-repeat: no-repeat; } + +a.action.delete, table.table form button.action.delete { + position: absolute; + right: 0px; + padding: 17px 14px; + padding: 3px 14px; +} +a.action { + line-height: 30px; +} +a.cellclick { + display: block; +} +table.table form { + display: inline; +} +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