Revision: 6416
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6416&view=rev
Author:   dnaber
Date:     2012-02-04 12:39:27 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
[web] force background reload; tiny button improvements

Modified Paths:
--------------
    trunk/website/www/css/style.css

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-02-04 12:30:23 UTC (rev 6415)
+++ trunk/website/www/css/style.css     2012-02-04 12:39:27 UTC (rev 6416)
@@ -8,7 +8,7 @@
 Use it however you want, just leave the links in the footer :)
 */
 body {
-       background: url(../images/bg.jpg) no-repeat;
+       background: url(../images/bg.jpg?2) no-repeat;
        max-width: 1200px;
 }
 
@@ -187,24 +187,26 @@
 BODY TABLE TBODY TR TD.content FORM SELECT#lang:HOVER {
     background-color: #EF8701;
     color: #FFFFFF;
-    border: 2px solid #464646;
+    border: 1px solid #464646;
 }
 BODY TABLE TBODY TR TD.content FORM SELECT#lang {
     background-color: #F9F5F2;
     color: #464646;
-    border: 2px solid #464646;
+    border: 1px solid #464646;
     font-weight: bold;
+    padding: 4px;
 }
 TABLE TBODY TR TD.content FORM INPUT:HOVER {
     background-color: #EF8701;
-    border: 2px solid #464646;
+    border: 1px solid #464646;
     color: #FFFFFF;
 }
 TABLE TBODY TR TD.content FORM INPUT {
     background-color: #FBF7F4;
-    border: 2px solid #464646;
+    border: 1px solid #464646;
     color: #464646;
     font-weight: bold;
+    padding: 4px;
 }
 TABLE TBODY TR TD.content FORM TEXTAREA {
     background-color: #EEEEEE;

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to