Author: andre
Date: 2010-06-11 17:47:28 +0200 (Fri, 11 Jun 2010)
New Revision: 42537
Modified:
openimages/trunk/src/main/webapp/style/css/components.css
Log:
height of some textareas with html-editor
Modified: openimages/trunk/src/main/webapp/style/css/components.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/components.css 2010-06-11
15:46:44 UTC (rev 42536)
+++ openimages/trunk/src/main/webapp/style/css/components.css 2010-06-11
15:47:28 UTC (rev 42537)
@@ -75,13 +75,13 @@
div.b_user-mediapreview dl.media-info { width: 284px; }
/* larger sizes because of html-editor */
-div.b_user-media textarea.small {
- height: 180px;
-}
-div.b_user-media textarea.big {
- height: 360px;
-}
+div.b_user-media textarea.small,
+div.b_user-translations textarea.small { height: 180px; }
+div.b_user-edit textarea.big,
+div.b_user-translations textarea.big,
+div.b_user-media textarea.big { height: 360px; }
+
fieldset.confirm-registration input { width: auto; }
fieldset.confirm-registration label
{
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs