Path: blob/trunk/third_party/closure/goog/css/dragdropdetector.css
2868 views
/*1* Copyright 2007 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/*8* Styling for the drag drop detector.9*10* Author: [email protected] (Robby Walker)11* Author: [email protected] (Wayne Crosby)12*/1314.goog-dragdrop-w3c-editable-iframe {15position: absolute;16width: 100%;17height: 10px;18top: -150px;19left: 0;20z-index: 10000;21padding: 0;22overflow: hidden;23opacity: 0;24-moz-opacity: 0;25}2627.goog-dragdrop-ie-editable-iframe {28width: 100%;29height: 5000px;30}3132.goog-dragdrop-ie-input {33width: 100%;34height: 5000px;35}3637.goog-dragdrop-ie-div {38position: absolute;39top: -5000px;40left: 0;41width: 100%;42height: 5000px;43z-index: 10000;44background-color: white;45filter: alpha(opacity=0);46overflow: hidden;47}484950