[kupu-checkins] r54097 - kupu/trunk/kupu/mmbase
mihxil at codespeak.net
mihxil at codespeak.net
Thu Apr 24 17:00:22 CEST 2008
Author: mihxil
Date: Thu Apr 24 17:00:21 2008
New Revision: 54097
Modified:
kupu/trunk/kupu/mmbase/mmbase.css
Log:
added some style to show the create table a bit more useable
Modified: kupu/trunk/kupu/mmbase/mmbase.css
==============================================================================
--- kupu/trunk/kupu/mmbase/mmbase.css (original)
+++ kupu/trunk/kupu/mmbase/mmbase.css Thu Apr 24 17:00:21 2008
@@ -239,3 +239,18 @@
}
+.mm_related table.create {
+ width: 260px;
+ overflow: auto;
+}
+.mm_related table.create th {
+ width: 50px;
+ text-align: left;
+ font-size: 0.6em;
+}
+.mm_related table.create input.mm_validate {
+ width: 200px;
+}
+.mm_related table.create input[type='file'].mm_validate {
+ width: 50px;
+}
More information about the kupu-checkins
mailing list