From: Nicolas Boisselier Date: Mon, 5 Dec 2016 10:39:28 +0000 (+0000) Subject: font size X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=91b0afb38e751d9352c6e217f10e0557d7bb9963;p=nb.git font size --- diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 129f7fdb..6dd4b189 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -1,5 +1,5 @@ html { - font: 100% 'Trebuchet MS', sans-serif; + font: 90% 'Trebuchet MS', sans-serif; } body { @@ -89,19 +89,21 @@ table.rows tr:last-child td { border-bottom: none; } .menu { padding: 0.5em; } .button { + font: inherit; display: inline-block; text-decoration: none; line-height: 1.5em; - margin: 0; cursor: pointer; - border-width: 1px; - border-style: solid; + background-color: #3C3C3B; + border: solid 1px #3C3C3B; + border-radius: 4px; + -webkit-border-radius: 4px; white-space: nowrap; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; color: #ddd; - background-color: #3C3C3B; - border-color: #3C3C3B; - border-radius: 4px; + margin: 0; padding: 0 0.2em; }