diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/layout/resources/GridContainer.css | |
Diffstat (limited to 'js/dojo-1.7.2/dojox/layout/resources/GridContainer.css')
| -rw-r--r-- | js/dojo-1.7.2/dojox/layout/resources/GridContainer.css | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/layout/resources/GridContainer.css b/js/dojo-1.7.2/dojox/layout/resources/GridContainer.css new file mode 100644 index 0000000..6eda93c --- /dev/null +++ b/js/dojo-1.7.2/dojox/layout/resources/GridContainer.css @@ -0,0 +1,74 @@ +@import url("../../mdnd/resources/dnd.css"); +.dj_ie6 .gridContainer *{ + zoom:1; +} + +.gridContainer{ + display:block; + position:relative; + background:#FFF; + margin:0; + width:100%; + /*height:1%;*/ /*Bug focus with IE6/7)*/ + height:auto; + overflow-y:auto; + overflow-x:hidden !important; +} + +.gridContainerTable{ + width:100%; + border:1px solid #BFBFBF; +} + +.gridContainerTable tbody, .gridContainerTable tr{ + height:100%; +} + +.gridContainerZone{ + vertical-align:top; + background-color:#FDFDFD; + height:100%; +} + +.gridContainerZone .serviceWidgetTitleText h2{ + position:relative; +} + +.gridContainerGrip{ + cursor:default; + position:absolute; + top:0; + width:10px; + padding:0; + margin:0; + background-image:url(icons/pixel.gif); + height:100%; +} + +.gridContainerGripShow{ + cursor:e-resize; + position:absolute; + top:0; + width:10px; + padding:0; + margin:0; + background-image:url(icons/gridcontainer_grip.gif); + height:100%; +} + +.dropIndicator{ + border:2px dashed #BFBFBF; +} + +.dropIndicator > div{ + background-color:#FFF; +} + +.dj_ie6 .dropIndicator, +.dj_ie6 .dojoxPortlet .dijitContentPane, +.dj_ie6 .dojoxPortlet, .dj_ie6 .dojoxPortlet.dijitTitlePane{ + margin: 10px; +} +.gridContainerZone > *{ + margin: 10px !important; +} |
