[CMF-checkins]
SVN: CMF/branches/yuppie-formlib/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
- added formlib styles
Yvo Schubbe
y.2006_ at wcm-solutions.de
Thu Nov 2 13:10:12 EST 2006
Log message for revision 71030:
- added formlib styles
Changed:
U CMF/branches/yuppie-formlib/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
-=-
Modified: CMF/branches/yuppie-formlib/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
===================================================================
--- CMF/branches/yuppie-formlib/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 2006-11-02 18:08:20 UTC (rev 71029)
+++ CMF/branches/yuppie-formlib/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 2006-11-02 18:10:11 UTC (rev 71030)
@@ -437,3 +437,38 @@
.FormButtons {
margin-top: 8pt;
}
+
+.form { width: 720px; background-color: #efef8f; }
+.widgets { width: 720px; float: left; }
+.widget { width: 720px; float: left; margin-top: 6px;
+ min-height: 30px; height: auto !important; height: 30px;
+ font-family: sans-serif; font-size: 90%;
+ background-color: #efefef; }
+.widget.split { width: 360px; }
+.widget label { width: 108px; float: left; padding: 0 4px;
+ min-height: 17px; height: auto !important; height: 17px;
+ text-align: right; font-size: 80%; font-weight: bold; }
+.widget .field { width: 604px; float: left;
+ font-family: inherit; font-size: inherit; }
+.widget.split .field { width: 244px; }
+.widget .data { width: 600px; padding: 0 2px;
+ min-height: 30px; height: auto !important; height: 30px;
+ background-color: #ffffff; }
+.widget.split .data { width: 240px; }
+.widget input.textType, .widget select, .widget textarea {
+ width: 596px; margin: 0 -2px; padding: 0 2px;
+ font-family: inherit; font-size: inherit; }
+.widget select { padding: 0 }
+.widget input.textType {
+ min-height: 30px; height: auto !important; height: 24px; }
+.widget.split input.textType { width: 236px; }
+.widget.split select { width: 244px; }
+.widget ul { margin: 0 0 0 10px; padding: 0 0 0 10px;
+ list-style-type: disc; }
+.widget .error { display: block;
+ font-size: 80%; font-weight: bold; color: red; }
+.errors { font-family: sans-serif;
+ font-size: 72%; font-weight: bold; color: red; }
+.clear { clear: both; padding-top: 6px; }
+.buttons { min-width: 604px; margin: 0 0 0 116px; }
+.button { margin-bottom: 6px; }
More information about the CMF-checkins
mailing list