From 47edaf9ad79b59d96f908b4501d564e5e63cc210 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jan 2012 18:03:09 -0800 Subject: dynamic title input box - via fabrixxm --- view/theme/duepuntozero/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c6582d068..f3c0e7a90 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -269,6 +269,19 @@ div.wall-item-content-wrapper.shiny { float: left; } +#jot-title-desc { + color: #cccccc; +} + +#jot-title-wrapper { + margin-bottom: 5px; +} + +#jot-title { + border: 1px solid #cccccc; + width: 530px; +} + .fakelink, .fakelink:visited, .fakelink:link { color: #3465a4; text-decoration: none; -- cgit v1.2.3 From dbb59554690d3e77b3816423aab2be610e183cd9 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jan 2012 20:35:32 -0800 Subject: bit more improvement on dynamic title --- view/theme/duepuntozero/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f3c0e7a90..6ce4c52c0 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -276,6 +276,9 @@ div.wall-item-content-wrapper.shiny { #jot-title-wrapper { margin-bottom: 5px; } +#jot-title-display { + font-weight: bold; +} #jot-title { border: 1px solid #cccccc; -- cgit v1.2.3