diff onlypaths/theme/css/dd.css @ 46:26c2b3ad21c7 laserkard

[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author rlm
date Sun, 31 Jan 2010 12:33:33 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/onlypaths/theme/css/dd.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,75 @@
     1.4 +/*
     1.5 + * Ext JS Library 2.1
     1.6 + * Copyright(c) 2006-2008, Ext JS, LLC.
     1.7 + * licensing@extjs.com
     1.8 + * 
     1.9 + * http://extjs.com/license
    1.10 + */
    1.11 +
    1.12 +.x-dd-drag-proxy{
    1.13 +	position:absolute;
    1.14 +	left:0;top:0;
    1.15 +	visibility:hidden;
    1.16 +	z-index:15000;
    1.17 +}
    1.18 +.x-dd-drag-ghost{
    1.19 +	color: black;
    1.20 +	font: normal 11px arial, helvetica, sans-serif;
    1.21 +	-moz-opacity: 0.85;
    1.22 +   opacity:.85;
    1.23 +   filter: alpha(opacity=85);
    1.24 +	border-top:1px solid #dddddd;
    1.25 +	border-left:1px solid #dddddd;
    1.26 +	border-right:1px solid #bbbbbb;
    1.27 +	border-bottom:1px solid #bbbbbb;
    1.28 +	padding:3px;
    1.29 +	padding-left:20px;
    1.30 +	background-color:white;
    1.31 +	white-space:nowrap;
    1.32 +}
    1.33 +.x-dd-drag-repair .x-dd-drag-ghost{
    1.34 +	-moz-opacity: 0.4;
    1.35 +   opacity:.4;
    1.36 +   filter: alpha(opacity=40);
    1.37 +	border:0 none;
    1.38 +	padding:0;
    1.39 +	background-color:transparent;
    1.40 +}
    1.41 +.x-dd-drag-repair .x-dd-drop-icon{
    1.42 +	visibility:hidden;
    1.43 +}
    1.44 +.x-dd-drop-icon{
    1.45 +  position:absolute;
    1.46 +	top:3px;
    1.47 +	left:3px;
    1.48 +	display:block;
    1.49 +	width:16px;
    1.50 +	height:16px;
    1.51 +	background-color:transparent;
    1.52 +	background-position: center;
    1.53 +	background-repeat: no-repeat;
    1.54 +	z-index:1;
    1.55 +}
    1.56 +.x-dd-drop-nodrop .x-dd-drop-icon{
    1.57 +  background-image: url(../images/default/dd/drop-no.gif);
    1.58 +}
    1.59 +.x-dd-drop-ok .x-dd-drop-icon{
    1.60 +  background-image: url(../images/default/dd/drop-yes.gif);
    1.61 +}
    1.62 +.x-dd-drop-ok-add .x-dd-drop-icon{
    1.63 +  background-image: url(../images/default/dd/drop-add.gif);
    1.64 +}
    1.65 +
    1.66 +
    1.67 +.x-view-selector {
    1.68 +    position:absolute;
    1.69 +    left:0;
    1.70 +    top:0;
    1.71 +    width:0;
    1.72 +    background:#c3daf9;
    1.73 +    border:1px dotted #3399bb;
    1.74 +	opacity: .5;
    1.75 +    -moz-opacity: .5;
    1.76 +    filter:alpha(opacity=50);
    1.77 +    zoom:1;
    1.78 +}
    1.79 \ No newline at end of file