--- share/web/static/css/app.css 2008/05/22 20:51:31 126 +++ share/web/static/css/app.css 2008/05/25 16:43:36 127 @@ -1,3 +1,24 @@ tt.email { color: #888; } + + +/* similar to messages and errrors boxes in Jifty + * class is 'note message' + * class is 'note error' + */ +.note { + background-color: #F0EAB7 !important; + border: 1px solid #E6E0AD; + padding: 3px; + margin-top: 3px; + margin-bottom: 3px; +} + +table.list th { + background-color: #eee; +} + +input.text { + max-width: 80em; +}