tazpanel diff styles/default/style.css @ rev 80
pkgs.cgi: Smaller button and better CSS integration
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 13 12:40:15 2011 +0200 (2011-04-13) |
parents | 7ac8e561d0a5 |
children | 67f880abcf5e |
line diff
1.1 --- a/styles/default/style.css Tue Apr 12 04:24:35 2011 +0200 1.2 +++ b/styles/default/style.css Wed Apr 13 12:40:15 2011 +0200 1.3 @@ -108,12 +108,16 @@ 1.4 1.5 .search input[type=submit] { 1.6 padding: 4px; 1.7 - margin-left: -5px; 1.8 + margin-left: -4px; 1.9 background-color: #f1f1f1; 1.10 border: 1px solid #ddd; 1.11 cursor: pointer; 1.12 color: #000; 1.13 font-weight: bold; 1.14 + border-radius: 0px; 1.15 +} 1.16 + 1.17 +.search input[type=submit].radius { 1.18 border-top-right-radius: 4px; 1.19 border-bottom-right-radius: 4px; 1.20 border-top-left-radius: 0px;