diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 8 | ||||
-rw-r--r-- | view/css/widgets.css | 15 |
2 files changed, 23 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 03df5d4f3..9fb4093ca 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -1,3 +1,11 @@ +/* common */ + +code { + font-family: Courier, monospace; + display: block; + overflow: auto; +} + /* jot */ #jot-title, diff --git a/view/css/widgets.css b/view/css/widgets.css index b5dc7e6f8..5176c6934 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -23,9 +23,20 @@ margin-top: 15px; } +/* search */ + +#search-text { + border: 1px solid #ccc; + padding: 5px; + line-height: 1.5; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} + /* notes */ #note-text { + padding: 5px; width: 100%; resize: vertical; height: 150px; @@ -62,6 +73,10 @@ margin: 2px 0px 0px 10px; } +#posted-date-selector li:not(:first-child) { + margin-top: 2px; +} + /* categories */ |