diff options
author | friendica <info@friendica.com> | 2012-01-04 18:03:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-04 18:03:09 -0800 |
commit | 47edaf9ad79b59d96f908b4501d564e5e63cc210 (patch) | |
tree | 635ffc5cd770e2d7f073a2e8c6cc12c2853b7bcc /view/theme/loozah | |
parent | b0c3dc00b9252d896d233747bdd317fb5c360d51 (diff) | |
download | volse-hubzilla-47edaf9ad79b59d96f908b4501d564e5e63cc210.tar.gz volse-hubzilla-47edaf9ad79b59d96f908b4501d564e5e63cc210.tar.bz2 volse-hubzilla-47edaf9ad79b59d96f908b4501d564e5e63cc210.zip |
dynamic title input box - via fabrixxm
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 222edc166..daacba7fc 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -131,6 +131,20 @@ blockquote:before { float: left; } +#jot-title-desc { + color: #cccccc; +} + +#jot-title-wrapper { + margin-bottom: 5px; +} + +#jot-title { + border: 1px solid #cccccc; + width: 530px; +} + + .fakelink, .fakelink:visited { color: #15607B; text-decoration: none; |