diff --git a/Identity/Models/Css/Home/base.css b/Identity/Models/Css/Home/base.css index d48f62c..34b9b43 100755 --- a/Identity/Models/Css/Home/base.css +++ b/Identity/Models/Css/Home/base.css @@ -172,10 +172,11 @@ blockquote { } blockquote h3 { - margin-left: 2.5em; line-height: 0; border: none; color: #000000; + margin-left: 1.2em; + padding: 0; } blockquote pre { diff --git a/Identity/Models/Css/Home/home.css b/Identity/Models/Css/Home/home.css index 3ece3fd..e34e0a7 100755 --- a/Identity/Models/Css/Home/home.css +++ b/Identity/Models/Css/Home/home.css @@ -321,8 +321,8 @@ div#page-body blockquote h3 { line-height: 0; border: none; color: #000000; - padding: 0; margin-left: 1.2em; + padding: 0; } div#page-body blockquote.icon h3 { @@ -341,17 +341,6 @@ div#page-body blockquote.message { border-top: 4px solid; border-bottom: 4px solid; border-color: #CFCFCF; - padding: 0 2em; - } - -div#page-body blockquote.message p.content { - font-weight: bold; - margin-left: 0; - } - -div#page-body blockquote.message p.links { - font-size: x-small; - margin-left: 0; } div#page-body blockquote.blue { @@ -384,3 +373,68 @@ div#page-body blockquote.green { background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/msg-bg-green.png"); } +/* Forms +-----------------------------------------------*/ + +div#page-body div.row1 { + clear: both; + background: #F8F8F8; + padding: 10px; + } + +div#page-body div.row2 { + clear: both; + background: #FFFFFF; + padding: 10px; + } + +div#page-body div.row3 { + clear: both; + border-top: 1px solid #CCC; + padding: 10px; + margin-top: 10px; + } + +div#page-body fieldset div.row1 span.descrip, +div#page-body fieldset div.row2 span.descrip { + float: left; + } + +div#page-body fieldset div.field { + display: block; + margin-left: 30%; + } + +div#page-body fieldset div.field div.column { + float: left; + margin-right: 1em; + padding-right: 1em; + border-right: 1px dotted #AAA; + } + +div#page-body fieldset div.row3 div.descrip { + display: block; + font-size: small; + color: #AAA; + font-style: italic; + width: 70% + } + +div#page-body fieldset span.submit { + float: right; + } + +/* */ + +div#page-body div.actions p { + display: inline; + margin: 0; + padding: 0 10px; + border-right: 1px dotted #AAA; + font-size: small; + color: #AAA; + } + +div#page-body div.actions p.last { + border-right: none; + } diff --git a/Identity/Models/Html/Home/texts.html b/Identity/Models/Html/Home/texts.html index 0671e5e..84a46ce 100644 --- a/Identity/Models/Html/Home/texts.html +++ b/Identity/Models/Html/Home/texts.html @@ -362,6 +362,10 @@ This is a pre formatted element (line 3). Error /home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-error.png + + Success + /home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-success.png +

As you probably have noted, it is possible to use pre-formatted texts, lists, tables and several paragraphs inside one admonition. @@ -369,6 +373,38 @@ This is a pre formatted element (line 3). Feel yourself free to experiment new combinations.

+
+

This admonition style is used to output web application + messages like action results. This one is the simplest.

+
<blockquote class="message">
+    <p>This is the simplest administrative admonition.</p>
+</blockquote>
+
+ +
+ Success +

Success

+

This admonition style is used to output web application + messages like action results. This one combines color clases, + heading, and icon.

+
<blockquote class="icon message green">
+    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-success.png" alt="Success" />
+    <p>This admonition style is used to output web application messages like action results. This one combines color clases, heading, and icon.</p>
+</blockquote>
+
+ +
+ Error +

Error

+

This admonition style is used to output web application + messages like action results. This one combines color clases, + heading, and icon.

+
<blockquote class="icon message error">
+    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-error.png" alt="Error" />
+    <p>This admonition style is used to output web application messages like action results. This one combines color clases, heading, and icon.</p>
+</blockquote>
+
+

Inline quotation

The Community Enterprise @@ -380,38 +416,6 @@ This is a pre formatted element (line 3). way home. I think I will get some at Ben and Jerry’s, on Gloucester Road.

-

Administrative Message quotation

- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
-