X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=less%2Froojs-bootstrap%2Fdocument-slider.less;fp=less%2Froojs-bootstrap%2Fdocument-slider.less;h=0000000000000000000000000000000000000000;hb=de9fec48a9ef2bbaa592e397300a906d9e0d0b9b;hp=280c7b20e8e9c76f9cb86cd0cbc8244681b402d7;hpb=f206177e58d825fea0e90a0a6ea27bb192f1afdd;p=roojs1 diff --git a/less/roojs-bootstrap/document-slider.less b/less/roojs-bootstrap/document-slider.less deleted file mode 100644 index 280c7b20e8..0000000000 --- a/less/roojs-bootstrap/document-slider.less +++ /dev/null @@ -1,73 +0,0 @@ - -.document-slider-dialog .modal-body { - padding: 0px; -} - -.roo-document-slider-header { - background-color: @black-opacity-50; -} - -.roo-document-slider-header .roo-document-slider-header-title { - width: 80%; - margin: 0 auto; - padding: 10px 0; - color: @body-bg; - font-weight: bold; - text-align: center; -} - -.roo-document-slider-body { - background-color: @body-bg; - width: 100%; - height: 450px; - position: relative; - overflow: hidden; -} - -.roo-document-slider-body .roo-document-slider-thumb { - position: absolute; - width: 80%; - height: 100%; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - box-sizing: border-box; - border: 1px solid rgb(102, 102, 102); - box-shadow: 0 0 0 1000px @black-opacity-50; - text-align: center; - vertical-align: middle; - overflow: auto; - cursor:move; -} - -.roo-document-slider-body .roo-document-slider-image{ - width: 100%; -} - -.roo-document-slider-prev { - position: absolute; - top: 0; - left: 0; - text-align: center; - width: 10%; - height: 100%; -} - -.roo-document-slider-next { - position: absolute; - top: 0; - right: 0; - text-align: center; - width: 10%; - height: 100%; -} - -.roo-document-slider-prev > i, -.roo-document-slider-next > i { - position: relative; - top: 50%; - transform: translateY(-50%); - cursor: pointer; - font-size: 2em; -} -