# HG changeset patch # User RogerHaase # Date 1423844830 25200 # Node ID 4e3e60ea3f41e99b914a17b4336089ec16a81c8f # Parent 4f890d39e606ec2f50927fc83f5152e728bc2fff tweak modernized css to put search button back into search box; broken by 07de763fa0dc forms submit button positioning diff -r 4f890d39e606 -r 4e3e60ea3f41 MoinMoin/themes/modernized/static/css/stylus/theme.styl --- a/MoinMoin/themes/modernized/static/css/stylus/theme.styl Thu Feb 12 22:08:56 2015 -0700 +++ b/MoinMoin/themes/modernized/static/css/stylus/theme.styl Fri Feb 13 09:27:10 2015 -0700 @@ -449,6 +449,8 @@ float right text-align right width 15em + div.moin-float-fix + display inline #moin-search-submit text-indent -9000% diff -r 4f890d39e606 -r 4e3e60ea3f41 MoinMoin/themes/modernized/static/css/theme.css --- a/MoinMoin/themes/modernized/static/css/theme.css Thu Feb 12 22:08:56 2015 -0700 +++ b/MoinMoin/themes/modernized/static/css/theme.css Fri Feb 13 09:27:10 2015 -0700 @@ -386,7 +386,8 @@ a.moin-nonexistent:hover{color:#1f9ae0;text-decoration:underline} .current-link{color:inherit !important} #moin-header{margin:0;padding:7px 0 10px 0;background:#00417f;color:#fff;line-height:1.12em;border-bottom-left-radius:9px;border-bottom-right-radius:9px} -#moin-searchform{margin:2px 12px 0 0;padding:0;font-size:.82em;float:right;text-align:right;width:15em} +#moin-searchform{margin:2px 12px 0 0;padding:0;font-size:.82em;float:right;text-align:right;width:15em;} +#moin-searchform div.moin-float-fix{display:inline} #moin-search-submit{text-indent:-9000%;margin-left:-26px;width:20px;height:16px;background:url("../img/moin-search.png") center center no-repeat;background-size:16px 16px;border:none;overflow:hidden;vertical-align:middle;cursor:pointer;padding:0;box-shadow:none} #moin-search-query{padding-right:20px;font-size:100%;vertical-align:middle;color:#000;background-color:#fff;border:1px solid #4e7da9;border-radius:5px} #moin-long-searchform{padding:0;font-size:.82em;text-align:left}