[claw-cvs] r95 - trunk/main/claw-demo/src/frontend/docroot/css

achiumenti at common-lisp.net achiumenti at common-lisp.net
Thu Sep 18 13:32:29 UTC 2008


Author: achiumenti
Date: Thu Sep 18 09:32:27 2008
New Revision: 95

Modified:
   trunk/main/claw-demo/src/frontend/docroot/css/style.css
Log:
several bugfixes and enhancements

Modified: trunk/main/claw-demo/src/frontend/docroot/css/style.css
==============================================================================
--- trunk/main/claw-demo/src/frontend/docroot/css/style.css	(original)
+++ trunk/main/claw-demo/src/frontend/docroot/css/style.css	Thu Sep 18 09:32:27 2008
@@ -43,6 +43,7 @@
 }
 
 .topheader {
+    visibility: hidden;
     position: relative;
     height: 140px;
     background: url(../img/clawHead.png) 0 0 no-repeat;
@@ -72,6 +73,7 @@
 .soria .listTable {
     width: 100%;
     border-collapse: collapse;
+    margin-bottom: 1em;
 }
 
 .soria .listTable .header {
@@ -79,7 +81,7 @@
     border-bottom:1px solid #CCCCCC;
 }
 
-.soria .listTable .header th {
+.listTable th {
     padding:3px 0 1px 3px;
 }
 
@@ -92,6 +94,7 @@
     display:-moz-inline-stack;
     display:inline-block;
     cursor: pointer;
+    border: 1px solid gray;
 }
 
 .pager div.page {
@@ -123,6 +126,15 @@
     padding-right: 15px;
 }
 
+body.demo .customerDialog {
+    width: 305px;
+    height: 460px;
+    overflow: hidden;
+}
+
+body.demo .customerDialog .dijitDialogPaneContent{
+    background: #F0F4FC;
+}
 .customerForm .buttons {
     margin-top: 10px;
     padding-top: 5px;
@@ -142,4 +154,46 @@
 
 .sortDesc {
     background: url(../img/desc_arrow.gif) 100% 50% no-repeat;
-}
\ No newline at end of file
+}
+
+.addressTabs {
+    width: 100%;
+    height: 150px;
+    margin-top: 5px;
+}
+
+.demo .addressTabs .dijitTabLabels-top {
+    border-left:none;
+    border-right:none;
+    border-top:none;
+}
+
+.addressTabs .zip, .addressTabs .city, .addressTabs .state {
+    float:left;
+    margin-left: 4px;
+}
+
+.addressTabs .zip, .addressTabs .country {
+    width: 56px;
+    margin-left: 0;
+}
+
+.addressTabs .city {
+    width: 140px;
+}
+
+.addressTabs .state {
+    width: 65px;
+}
+
+.addressTabs .label {
+    display: block;
+}
+
+.addressTabs .text {
+    width: 100%;
+}
+
+.hideForm form, .hideForm .dijitTextBox input, hideForm .dijitComboBox input, .hideForm .dijitSpinner input{
+    visibility: hidden !important;
+}



More information about the Claw-cvs mailing list