Mercurial > hg > ltpdarepo
changeset 77:f2d3c99d6052
More CSS tweaks.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Mon, 15 Aug 2011 20:08:25 +0200 |
parents | 7811ee35b466 |
children | 8cf9fc08d43d |
files | src/ltpdarepo/static/style.css |
diffstat | 1 files changed, 19 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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 */