authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Tue, 06 Oct 2015 16:40:59 +0200
changeset 172 fc6cb4ccffc4
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Updated mdplayer with corrections to oaubert changes

// Resize anything

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