js/controls/dialogs/sheet/themes/default/sheet.css in rsence-pre-2.3.0.1 vs js/controls/dialogs/sheet/themes/default/sheet.css in rsence-pre-2.3.0.2

- old
+ new

@@ -1,9 +1,9 @@ .sheet_bg, .sheet_body, .sheet_dimmer, -.sheet_center, +/*.sheet_center,*/ .sheet_content, .sheet_body_edge_left, .sheet_body_edge_right, .sheet_body_corner_left, .sheet_body_corner_right, @@ -14,51 +14,55 @@ overflow: hidden; cursor: inherit; background-repeat: no-repeat; } .sheet_dimmer { - top: 0px; left: 0px; right: 0px; bottom: 0px; + top: 0; left: 0; right: 0; bottom: 0; background-repeat: repeat; background-image: #{this.getCssFilePath('sheet_dim.png')}; } -.sheet_center { - top: 0px; left: 50%; overflow: visible; width: 0px; height: 0px; +/*.sheet_center { + top: 0; left: 50%; overflow: visible; width: 0; height: 0; } +*/ +.sheet_content { + top: 0; left: -2px; right: -2px; bottom: -2px; overflow: visible; +} .sheet_bg { - left: 24px; top: 0px; right: 24px; bottom: 24px; + left: 24px; top: 0; right: 24px; bottom: 24px; background-repeat: repeat; background-image: #{this.getCssFilePath('sheet_bg.png')}; } .sheet_body { - left: 0px; top: 0px; right: 0px; bottom: 0px; + left: 0; top: 0; right: 0; bottom: 0; overflow: visible; } -.sheet_body * { +.sheet_body > * { background-image: #{this.getCssFilePath('sheet_parts1.png')}; } .sheet_body_edge_left { - left: 0px; top: 0px; bottom: 24px; width: 24px; + left: 0; top: 0; bottom: 24px; width: 24px; background-repeat: repeat-y; - background-position: -48px 0px; + background-position: -48px 0; } .sheet_body_edge_right { - right: 0px; top: 0px; bottom: 24px; width: 24px; + right: 0; top: 0; bottom: 24px; width: 24px; background-repeat: repeat-y; - background-position: -72px 0px; + background-position: -72px 0; } .sheet_body_corner_left { - left: 0px; bottom: 0px; height: 24px; width: 24px; - background-position: 0px 0px; + left: 0; bottom: 0; height: 24px; width: 24px; + background-position: 0 0; } .sheet_body_corner_right { - right: 0px; bottom: 0px; height: 24px; width: 24px; - background-position: -24px 0px; + right: 0; bottom: 0; height: 24px; width: 24px; + background-position: -24px 0; } .sheet_body_edge_bottom { - left: 24px; bottom: 0px; right: 24px; height: 24px; + left: 24px; bottom: 0; right: 24px; height: 24px; background-repeat: repeat-x; - background-position: 0px 0px; + background-position: 0 0; background-image: #{this.getCssFilePath('sheet_parts2.png')}; } .sheet_subview { - left: 2px; top: 0px; right: 2px; bottom: 2px; + left: 2px; top: 0; right: 2px; bottom: 2px; }