Revision: 8019
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8019&view=rev
Author:   dnaber
Date:     2012-09-09 22:02:22 +0000 (Sun, 09 Sep 2012)
Log Message:
-----------
web interface: use a real zig-zag underline for marking errors

Modified Paths:
--------------
    trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/css/content.css

Added Paths:
-----------
    trunk/website/www/images/squiggle_red.png

Copied: trunk/website/www/images/squiggle_red.png (from rev 7071, 
trunk/ltcommunity/web-app/images/squiggle.png)
===================================================================
(Binary files differ)

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/css/content.css
===================================================================
--- trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/css/content.css 
2012-09-09 21:45:07 UTC (rev 8018)
+++ trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/css/content.css 
2012-09-09 22:02:22 UTC (rev 8019)
@@ -1,18 +1,27 @@
-.hiddenSpellError
-{
-   border-bottom: 2px solid red;
-   cursor: default;
+.hiddenSpellError {
+    padding-bottom: 2px;
+    background-image: url("../../../../../images/squiggle_red.png");
+    background-repeat: repeat-x;
+    background-position: left bottom;
+    vertical-align: text-top;
+    cursor: default;
 }
 
-.hiddenGrammarError
-{
-   border-bottom: 2px solid blue;
-   cursor: default;
+.hiddenGrammarError {
+    padding-bottom: 2px;
+    background-image: url("../../../../../images/squiggle.png");
+    background-repeat: repeat-x;
+    background-position: left bottom;
+    vertical-align: text-top;
+    cursor: default;
 }
 
-.hiddenSuggestion
-{
-   border-bottom: 2px solid blue;
-   cursor: default;
+.hiddenSuggestion {
+    padding-bottom: 2px;
+       background-image: url("../../../../../images/squiggle.png");
+       background-repeat: repeat-x;
+       background-position: left bottom;
+       vertical-align: text-top;
+    cursor: default;
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to