styles.css in One Click Upload 7
.bue-ui .ocupload-button-wrapper { display: inline-block; position: relative; cursor: pointer !important; } .bue-ui .ocupload-button-wrapper object { position: absolute; top: 1px; left: 1px; } .bue-ui .ocupload-button-wrapper object:hover + .bue-button { border-color: #fc6; } .bue-ui .ocupload-progress { font-size: .8em; padding-left: .5em; } .cke_top .ocupload-processed { position: relative; } .cke_top .ocupload-processed object { width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; cursor: pointer; opacity: 0; /* for Opera 12.0 */ } #swfupload-queue { position: fixed; bottom: 0; right: 0; width: 200px; z-index: 999; } #swfupload-queue div { padding: .5em 1em; background: #E0E0D8; margin: 5px 10px; border-radius: 4px; line-height: 120%; white-space: nowrap; overflow: hidden; }
File
static/styles.cssView source
- .bue-ui .ocupload-button-wrapper {
- display: inline-block;
- position: relative;
- cursor: pointer !important;
- }
- .bue-ui .ocupload-button-wrapper object {
- position: absolute;
- top: 1px;
- left: 1px;
- }
- .bue-ui .ocupload-button-wrapper object:hover + .bue-button {
- border-color: #fc6;
- }
- .bue-ui .ocupload-progress {
- font-size: .8em;
- padding-left: .5em;
- }
-
- .cke_top .ocupload-processed {
- position: relative;
- }
- .cke_top .ocupload-processed object {
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- position: absolute;
- top: 0;
- left: 0;
- cursor: pointer;
- opacity: 0; /* for Opera 12.0 */
- }
-
- #swfupload-queue {
- position: fixed;
- bottom: 0;
- right: 0;
- width: 200px;
- z-index: 999;
- }
- #swfupload-queue div {
- padding: .5em 1em;
- background: #E0E0D8;
- margin: 5px 10px;
- border-radius: 4px;
- line-height: 120%;
- white-space: nowrap;
- overflow: hidden;
- }