--- share/web/static/css/app.css 2007/02/18 00:35:31 11 +++ share/web/static/css/app.css 2009/06/09 17:26:36 199 @@ -1,5 +1,81 @@ +/* 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.content { + clear: left; +} + +div.result-header { + background: #eee; + padding: 3px; + font-size: 120%; + height: 1.5em; +} + +.skip-to { + float: right; + color: #aaa; + font-size: 80%; +} + +.skip-to a { + text-decoration: none; + color: 444; + border-bottom: 1px dashed #aaa; +} + +div.result { + display: block; + clear: both; + border-top: 1px dashed gray; + 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; }