PHP Classes

File: awesome/less/bordered-pulled.less

Recommend this page to a friend!
  Classes of Farzan Dalaee   PHP AJAX Folder Tree View   awesome/less/bordered-pulled.less   Download  
File: awesome/less/bordered-pulled.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AJAX Folder Tree View
Display and manage a tree of nodes stored in MySQL
Author: By
Last change: Update of awesome/less/bordered-pulled.less
Date: 3 months ago
Size: 330 bytes
 

Contents

Class file image Download
// Bordered & Pulled // ------------------------- .@{fa-css-prefix}-border { padding: .2em .25em .15em; border: solid .08em @fa-border-color; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .@{fa-css-prefix} { &.pull-left { margin-right: .3em; } &.pull-right { margin-left: .3em; } }