Changeset 2612


Ignore:
Timestamp:
Sep 27, 2008, 10:28:29 PM (16 years ago)
Author:
vdigital
Message:

Some background for jQuery ui resizable

Location:
trunk/admin/template/goto/theme/roma
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2610 r2612  
    146146.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }
    147147.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; }
     148/* jQuery ui resizable */
     149.ui-resizable { position: relative; }
     150.ui-wrapper { border: 0; }
     151.ui-wrapper input, .ui-wrapper textarea { border: 0; }
    148152
     153/* Global handle styles */
     154.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
     155.ui-resizable .ui-resizable-handle { display: block; }
     156body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
     157body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
     158.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(images/resizable-n.gif) no-repeat scroll center top; }
     159.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(images/resizable-s.gif) no-repeat scroll center top; }
     160.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-e.gif) no-repeat scroll right center; }
     161.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-w.gif) no-repeat scroll right center; }
     162.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
     163.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
     164.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
     165.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif);
    149166/* hacks */
    150167html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
Note: See TracChangeset for help on using the changeset viewer.