diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-10-12 09:15:39 +0200 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-10-12 09:15:39 +0200 |
commit | 56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41 (patch) | |
tree | c1376be525c85ab799f213ed79648d8c478da3d0 /view/css | |
parent | 9edaa2843b9982f52fb1ed93b1c6e3d9e53921d7 (diff) | |
parent | 44c4c9c5c271a5ad163a089b1dc271d108a59700 (diff) | |
download | volse-hubzilla-56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41.tar.gz volse-hubzilla-56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41.tar.bz2 volse-hubzilla-56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41.zip |
Merge pull request #6 from tuscanhobbit/master
Fast forward local hub
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 */ |