X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/272bb16b2d434090008d0759e10ff28bab96cb51..a730b8aac9a7d644014f501e24151fa8ff4af5b7:/grauphel.css diff --git a/grauphel.css b/grauphel.css index 0cddce6..20c0ead 100644 --- a/grauphel.css +++ b/grauphel.css @@ -132,7 +132,7 @@ table.table thead th { vertical-align: middle; } -table.table th, table.table td { +table.table th, table.table td, #searchresults td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; @@ -144,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; @@ -190,4 +194,10 @@ table.table form button.action { } .note-content a { text-decoration: underline; +} + +#searchresults { + margin-top: 0px; + min-height: 100%; + margin-bottom: 50px; } \ No newline at end of file