Sha256: 6f77cb324b4b40335e3593bd130026d7ca71ae65a95a96554728fe660cd05e43
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
/* -- TABLA CON SCROLL APAGADO -- */ .table-scroll { position:relative; margin-bottom:30px; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ div { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } } .table-scroll .scroll-vertical { display:none } .table-scroll .scroll-horizontal { display:none } /* -- TABLA CON SCROLL ENCENDIDO -- */ .table-scroll.on { position:relative; margin-bottom:30px; } .table-scroll.on .mask { height:inherit; width:100%; overflow:hidden; white-space:nowrap; font-size:0; } .table-scroll .mask { white-space:nowrap; font-size:0; } .table-scroll.on .scrollbars { position:relative; width:100%; height:inherit; } .table-scroll.on .scroll-vertical { position:absolute; height:100%; width:18px; right:-2px; z-index:100; overflow-y:scroll; display:block } .table-scroll.on .scroll-horizontal { position:absolute; height:18px; width:100%; left:0px; bottom:-17px; z-index:100; overflow-x:scroll; display:block } .table-scroll.on .scroll-horizontal div { height:1px } /* -- ESTRUCTURA GRAL DE LA TABLA-- */ .c-left, .c-right { display:inline-block; vertical-align:top; } .c-right { width:inherit } .t-body { height:inherit; overflow:hidden } .t-row { font-size:0; line-height:0 } .t-header { overflow:hidden } .t-row div { display:inline-block; overflow:hidden }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stable-rails-0.0.7 | app/assets/stylesheets/stable/common.scss |