# HG changeset patch # User Daniele Nicolodi # Date 1313431705 -7200 # Node ID f2d3c99d6052e8ecc18ad414ab8cb74a6a7e90fe # Parent 7811ee35b4663175a8a4e2897180439fc6cb9d99 More CSS tweaks. diff -r 7811ee35b466 -r f2d3c99d6052 src/ltpdarepo/static/style.css --- a/src/ltpdarepo/static/style.css Mon Aug 15 20:08:06 2011 +0200 +++ b/src/ltpdarepo/static/style.css Mon Aug 15 20:08:25 2011 +0200 @@ -219,15 +219,19 @@ input[type=submit], input[type=button] { display: inline-block; - background: #E6E6E6; + background: #EEE; border: 1px solid #BFBFBF; + margin: 0; padding: 4px 10px; + line-height: 18px; font-family: lucida grande, verdana, sans-serif; - outline: none; - line-height: 18px; + text-transform: lowercase; box-shadow: 0px 0px 2px #DDD; -moz-box-shadow: 0px 0px 2px #DDD; -webkit-box-shadow: 0px 0px 2px #DDD; + box-sizing: content-box; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; } input[type=submit]:hover, input[type=button]:hover { @@ -362,11 +366,15 @@ border: 1px solid #BFBFBF; font-size: 100%; width: 20em; - padding: 5px 10px; - line-height: 1.3em; + margin: 0; + padding: 4px 10px; box-shadow: 0px 0px 2px #DDD; -moz-box-shadow: 0px 0px 2px #DDD; -webkit-box-shadow: 0px 0px 2px #DDD; + box-sizing: content-box; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + height: 18px; } .search input[type=text]:hover, .search input[type=text]:focus { @@ -452,11 +460,12 @@ } .criteria .remove { - height: 100%; - width: 28px; - padding: 0; - margin: 0; - outline: none; + box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + width: 27px; + height: 27px; + padding: 4px 4px 5px 5px; } /* permisions display */