From: Jakub Vrana Date: Thu, 9 Jan 2014 07:23:58 +0000 (-0800) Subject: Don't overflow column context menu with Chrome default size font X-Git-Tag: v4.0.1~22 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=4f7e5f25a0462653a4041f93424a916b910ebebf;p=adminer.git Don't overflow column context menu with Chrome default size font --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 11f6e61a..2fe601f8 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -29,7 +29,7 @@ input.required { box-shadow: 1px 1px 1px red; } .block { display: block; } .version { color: #777; font-size: 67%; } .js .hidden, .nojs .jsonly { display: none; } -.js .column { position: absolute; background: #ddf; padding: .3em 1ex .3em 0; margin-top: -.3em; } +.js .column { position: absolute; background: #ddf; padding: .27em 1ex .3em 0; margin-top: -.27em; } .nowrap td, .nowrap th, td.nowrap { white-space: pre; } .wrap td { white-space: normal; } .error { color: red; background: #fee; }