authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Fri, 02 Oct 2015 15:28:29 +0200
changeset 171 b4aece5775cd
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Small fix on CreateAnnotation + restored style on segment single (commit mistake)

// Resize anything

.resizable(@direction) {
  resize: @direction; // Options: horizontal, vertical, both
  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}