# HG changeset patch # User Arne Babenhauserheide # Date 1240915899 -7200 # Node ID 76639683db9be79d389f4534e894b6208a0d223f # Parent 6ec2428ec8915b54dac6bbdf79c35e5a47256b3e# Parent 62ec08c1e08d2304eccbcc08a5c07a8fd58987cd merge. diff -r 6ec2428ec891 -r 76639683db9b hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Tue Apr 28 12:50:06 2009 +0200 +++ b/hgscm/media/css/styles.css Tue Apr 28 12:51:39 2009 +0200 @@ -107,7 +107,7 @@ #search { position: absolute; right: 15px; top: 50px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } #search legend { display: none; } #search label { position: absolute; left: -9999px; } -#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; } +#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; } #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; } /* diff -r 6ec2428ec891 -r 76639683db9b templates/styles/styles.css --- a/templates/styles/styles.css Tue Apr 28 12:50:06 2009 +0200 +++ b/templates/styles/styles.css Tue Apr 28 12:51:39 2009 +0200 @@ -100,7 +100,7 @@ #search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } #search legend { display: none; } #search label { position: absolute; left: -9999px; } -#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; } +#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; } #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; } /*