This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 4375ba2181a17231efc0f8f88a81cfd1fdbb5268 (commit)
from 4d465030b50ac27e35042a2f7a8d4dd10976961c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4375ba2181a17231efc0f8f88a81cfd1fdbb5268
Author: Ivan1986 <iva...@li...>
Date: Thu May 20 16:23:55 2010 +0400
Стили скафолда
diff --git a/www/css/buildin/scafold.css b/www/css/buildin/scafold.css
index e69de29..c1d5f56 100644
--- a/www/css/buildin/scafold.css
+++ b/www/css/buildin/scafold.css
@@ -0,0 +1,56 @@
+div.pageslist {text-align:center;}
+
+table.scafoldTable
+{
+ border:2px solid black;
+ width: 100%;
+}
+
+.scafoldTable th, .scafoldTable td
+{
+ border:1px dashed black;
+ padding: 5px;
+ margin: 0;
+}
+
+.scafoldTable td:last-child, .scafoldTable td:nth-last-child(2)
+{
+ width: 25px;
+}
+
+.scafoldTable tr {vertical-align:top;}
+.scafoldTable th { background-color:#eec0c0; }
+.scafoldTable tr td { background-color:#ddd; text-align:left;}
+.scafoldTable tr:nth-child(odd) td { background-color:#c0ffc0; }
+
+.scafoldTable table.tnone {border: 1px solid black;}
+.scafoldTable table.tnone td {background-color:#FFF; border: none; padding: 0; margin: 0;}
+
+form.scafoldEdit .err {color: red;}
+
+form.scafoldEdit textarea:focus, input:focus, select:focus {
+ border: 2px solid #900;
+}
+
+form.scafoldEdit dt {
+ padding: 0;
+ margin: 0.7em 1em 0.5em 0;
+ width: 25%;
+ float: left;
+ clear: left;
+ text-align: right;
+}
+
+form.scafoldEdit dd {
+ margin: 0;
+ padding: 0.5em 0;
+ width: 70%;
+ float: left;
+}
+
+form.scafoldEdit small
+{
+ display: block;
+ margin-left: 20px;
+ color: #999;
+}
-----------------------------------------------------------------------
Summary of changes:
www/css/buildin/scafold.css | 56 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 56 insertions(+), 0 deletions(-)
hooks/post-receive
--
quickfw
|