//==============================================================================
//  PROJECT: ApexLib - The APEX Library (http://apexlib.soureforge.net/)
//
//  DESCRIPTION:
//
//    CSS file requred for the UI improvements.
//
//  SUPPORTED APEX VERSIONS:
//
//    2.x
//
//  AUTHOR(S):
//
//    Patrick Wolf (http://inside-apex.blogspot.com/)
//
//  SVN HEADER:
//
//    $Id: ApexLib.css 110 2007-02-04 17:35:27Z patrick_wolf $
//
//==============================================================================

//==============================================================================
// Vertically resizeable textarea
//==============================================================================
.apexlib-v-resizable-textarea {
  width: 95%;
}

.apexlib-v-resizable-textarea .size-grip {
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
  background: #eee url(size_grip.png) no-repeat scroll top right;
  border: 1px solid #ddd;
  border-top-width: 0;
}
