--- share/web/static/css/app.css 2007/02/18 00:46:30 15 +++ share/web/static/css/app.css 2007/02/18 10:45:47 17 @@ -1,3 +1,8 @@ +/* search form */ + +input.argument-q { + width: 40em; +} /* add new feed */ input.argument-uri, input.argument-title { @@ -12,3 +17,11 @@ border-top: 1px dashed gray; padding-top: 0.5em; } + +a.skip-next { + float: right; +} + +a.bookmarklet { + float: right; +}