Sha256: db60bfbbca969743e54010ecde553e1a00ebf79c5bae8b300608f33ad5c2dc55
Contents?: true
Size: 1.07 KB
Versions: 10
Compression:
Stored size: 1.07 KB
Contents
// Regular behaviour .mno-editable { font-color:green; .inherit-all(); .editable { .inherit-all(); } form { width:100%; min-height:inherit; .editable-controls { width:100%; min-height:inherit; textarea { .inherit-all(); width:100%; padding:1px; min-height:inherit; } .editable-buttons { display:block; } } } .upload-picture { position:absolute; z-index:1000000; .input-group { width:220px; } input { width:150px; height:45px; padding:12px 0px; } } .editable-buttons { display:block; position:fixed; z-index:1000000000; background-color:@brand-danger; width:100%; left:0px; bottom:0px; height:61px; text-align:center; padding-top:13px; } } // Behaviour when embedded in navbar // For some reasons, absolute + bottom does not work well // Need to compensate to avoid having the button bar overlapping // with the navbar .nav.navbar-nav .mno-editable .editable-buttons { bottom: -100px; }
Version data entries
10 entries across 10 versions & 1 rubygems