Pman.Dialog.Image.bjs
[Pman.Core] / core.css
index 859feb1..dead470 100644 (file)
--- a/core.css
+++ b/core.css
     background:transparent url(../../roojs1/images/default/dd/drop-add.gif) no-repeat scroll 0 0;
     border-style:none none solid;
     
+    border-style:none none solid;
     cursor:pointer;
-    height:21px;
-    position:absolute;
-    top:2;
+    height:14px;
+    left:2px;
+    margin-left:20px;
+    position:relative;
+    top:4px;
     width:17px;
-    margin-left: 20px;
 } 
 .x-form-textfield-adder
 {
@@ -466,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;
+}
+