DataObjects/Core_notify.php
[Pman.Core] / core.css
index ee68afa..dead470 100644 (file)
--- a/core.css
+++ b/core.css
@@ -61,7 +61,7 @@
     
     border-style:none none solid;
     cursor:pointer;
-    height:21px;
+    height:14px;
     left:2px;
     margin-left:20px;
     position:relative;
@@ -468,4 +468,74 @@ span.ptcv-selectlang
     
    background:#FFF2BF none repeat scroll 0 0;
     color:#655205;
-}
\ No newline at end of file
+}
+
+
+
+
+
+
+
+
+
+
+
+/** BOX style forms **/
+
+
+
+
+
+.x-form fieldset.x-formbox {
+    padding-left :0;
+    padding-bottom :0;
+    padding-right :0;
+    padding-top: 15px;
+     
+    border: 1px solid gray;
+    -moz-box-shadow: 5px 5px 5px #ccc;
+    -webkit-box-shadow: 5px 5px 5px #ccc;
+    box-shadow: 5px 5px 5px #ccc;
+
+    -webkit-margin-start: 0;
+    -webkit-margin-end: 0;
+    -webkit-padding-before: 15px;
+    -webkit-padding-start: 0;
+    -webkit-padding-end: 0;
+    -webkit-padding-after: 0;
+}
+
+.x-form fieldset.x-formbox legend {
+    display: block;
+    border-bottom: 1px solid gray;
+    border-top: 1px solid gray;
+    margin: 0px;
+    padding: 5px 0px;
+        
+    background: #E3E3E3 none repeat scroll 0 0;
+    
+    width: 100%;
+    position: relative;
+    top: 11px;
+    text-align: center;
+
+ }
+.x-form fieldset.x-formbox .x-form-item {
+    margin-left: 2px;
+    margin-right: 2px;
+}
+
+.x-form fieldset.x-formbox x-form-displayfield,
+.x-form fieldset.x-formbox label {
+    padding-top: 0px; /* tighter layout */
+
+}
+.x-form fieldset.x-formbox .x-form-displayfield {
+    font-weight: bold;
+}
+
+.align-right {
+    text-align: right;
+}
+