authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author rougeronj
Wed, 05 Aug 2015 18:00:35 +0200
changeset 73 fb433b63a22b
parent 0 1afc9d2ab94d
permissions -rw-r--r--
use outline instead of border to fix little bug of the lecture head

// Resize anything

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