]> git.joonet.de Git - adminer.git/commitdiff
Increase <th> padding to simplify selecting text
authorJakub Vrana <jakub@vrana.cz>
Wed, 19 Sep 2012 23:28:58 +0000 (16:28 -0700)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Sep 2012 23:28:58 +0000 (16:28 -0700)
adminer/static/default.css

index 6d0b930decb18fa6ebd75aa3b51b55e2eeae391e..6a4bb98ceeaa178da96b40625abbef9145f516b5 100644 (file)
@@ -11,7 +11,7 @@ form { margin: 0; }
 table { margin: 1em 20px 0 0; border: 0; border-top: 1px solid #999; border-left: 1px solid #999; font-size: 90%; }
 td, th { border: 0; border-right: 1px solid #999; border-bottom: 1px solid #999; padding: .2em .3em; }
 th { background: #eee; text-align: left; }
-thead th { text-align: center; }
+thead th { text-align: center; padding: .2em .5em; }
 thead td, thead th { background: #ddf; }
 fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: .8em .5em 0 0; border: 1px solid #999; }
 p { margin: .8em 20px 0 0; }