From c2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sun, 7 Feb 2016 00:00:41 +0200 Subject: added tags when posting new message added templates engine (rythm engine) and moved something to it. WARNING: textext plugin does not work when minimized, and also I fixed bug in it. --- src/main/webapp/textext/textext.plugin.prompt.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/webapp/textext/textext.plugin.prompt.css (limited to 'src/main/webapp/textext/textext.plugin.prompt.css') diff --git a/src/main/webapp/textext/textext.plugin.prompt.css b/src/main/webapp/textext/textext.plugin.prompt.css new file mode 100644 index 00000000..49eab49b --- /dev/null +++ b/src/main/webapp/textext/textext.plugin.prompt.css @@ -0,0 +1,16 @@ +.text-core .text-wrap .text-prompt { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + position: absolute; + width: 100%; + height: 100%; + margin: 1px 0 0 2px; + font: 11px "lucida grande", tahoma, verdana, arial, sans-serif; + color: #c0c0c0; + overflow: hidden; + white-space: pre; +} +.text-core .text-wrap .text-prompt.text-hide-prompt { + display: none; +} -- cgit v1.2.3