Author: Jonathan.Wage
Date: 2010-01-19 00:15:18 +0100 (Tue, 19 Jan 2010)
New Revision: 26856

Modified:
   plugins/sfSympalPlugin/trunk/config/app.yml
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
Log:
[1.4][sfSympalPlugin][1.0] Fixing width of input/textarea fields in editor


Modified: plugins/sfSympalPlugin/trunk/config/app.yml
===================================================================
--- plugins/sfSympalPlugin/trunk/config/app.yml 2010-01-18 23:12:23 UTC (rev 
26855)
+++ plugins/sfSympalPlugin/trunk/config/app.yml 2010-01-18 23:15:18 UTC (rev 
26856)
@@ -28,7 +28,7 @@
 
     # Minify css and javascript
     minifier:
-      enabled: false
+      enabled: true
       exclude:
         - /sfSympalPlugin/tiny_mce/tiny_mce.js
         - /sfJqueryReloadedPlugin/js/jquery-1.3.2.min.js

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
    2010-01-18 23:12:23 UTC (rev 26855)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
    2010-01-18 23:15:18 UTC (rev 26856)
@@ -75,7 +75,7 @@
 }
 
 .sympal_content_slot_editor input, .sympal_content_slot_editor textarea {
-  width: 98%;
+  width: 98% !important;
 }
 
 .sympal_markdown_content_slot_editor_form .markItUpEditor {

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to