diff options
author | friendica <info@friendica.com> | 2013-12-09 15:27:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 15:27:46 -0800 |
commit | f85cba10eb3d976d715c7a80fe69fe15d9dc468c (patch) | |
tree | 45280620e820e72a9a1876fada5333f4d8b5d35c /view/theme | |
parent | b5f73d01c57bce1758eb7abd3ede327218be5404 (diff) | |
download | volse-hubzilla-f85cba10eb3d976d715c7a80fe69fe15d9dc468c.tar.gz volse-hubzilla-f85cba10eb3d976d715c7a80fe69fe15d9dc468c.tar.bz2 volse-hubzilla-f85cba10eb3d976d715c7a80fe69fe15d9dc468c.zip |
notes widget
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 14a708e55..31aa45995 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2985,4 +2985,11 @@ img.mail-list-sender-photo { .comment-edit-text-full { color: black; } -.suggest-widget-more { margin-top: 10px; }
\ No newline at end of file +.suggest-widget-more { margin-top: 10px; } + +#note-text { + width: 190px; + max-width: 190px; + height: 150px; +} +#note-save { margin-top: 10px; }
\ No newline at end of file |