--- share/web/static/css/app.css 2007/02/18 00:46:30 15 +++ share/web/static/css/app.css 2007/02/19 21:26:30 33 @@ -1,14 +1,71 @@ +/* search form */ + +input.argument-q { + width: 30em; +} /* add new feed */ input.argument-uri, input.argument-title { - width: 40em; + width: 30em; +} + +textarea.argument-cookie { + font-size: 80%; + width: 55em; + color: gray; } /* results */ +div.result-header { + background: #eee; + padding: 3px; + font-size: 120%; + height: 1.5em; +} + +a.skip-next { + float: right; + text-decoration: none; + border-bottom: 1px solid #aaa; +} + div.result { display: block; clear: both; border-top: 1px dashed gray; - padding-top: 0.5em; + padding-top: 0.25em; + padding-bottom: 0.25em; +} + +div.result-footer { + font-size: 80%; + padding: 3px; + color: #888; +} + +/* helpers */ + +a.bookmarklet { + float: right; +} + +.left { + width: 70%; + float: left; + display: block; +} + +.right { + width: 25%; + float: right; + display: block; +} + +.grep-note { + background-color: #F0EAB7; + border: 1px solid #E6E0AD; + padding: 3px; + margin-top: 3px; + margin-bottom: 3px; }