X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/8ee6bfe97633d31c6b89cebbc434837eca04d6dd..7fcc3123b1f55257d9a96aa338e591bd0efbb8bb:/grauphel.css diff --git a/grauphel.css b/grauphel.css index 1ad5a2d..14eafb0 100644 --- a/grauphel.css +++ b/grauphel.css @@ -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; @@ -53,6 +56,22 @@ .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; @@ -125,6 +144,10 @@ table.table td { background-position: 8px center; background-repeat: no-repeat; } +#headerTitle { + /* let it take all available space */ + width: 9999px; +} a.action.delete, table.table form button.action.delete { position: absolute;