diff onlypaths/theme/css/qtips.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/qtips.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,134 @@
     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-tip{
    1.13 +	position: absolute;
    1.14 +	top: 0;
    1.15 +    left:0;
    1.16 +    visibility: hidden;
    1.17 +	z-index: 20000;
    1.18 +    border:0 none;
    1.19 +}
    1.20 +.x-tip .x-tip-close{
    1.21 +	background-image: url(../images/default/qtip/close.gif);
    1.22 +	height: 15px;
    1.23 +	float:right;
    1.24 +	width: 15px;
    1.25 +    margin:0 0 2px 2px;
    1.26 +    cursor:pointer;
    1.27 +    display:none;
    1.28 +}
    1.29 +.x-tip .x-tip-tc {
    1.30 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px;
    1.31 +	padding-top:3px;
    1.32 +    overflow:hidden;
    1.33 +    zoom:1;
    1.34 +}
    1.35 +.x-tip .x-tip-tl {
    1.36 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
    1.37 +	padding-left:6px;
    1.38 +    overflow:hidden;
    1.39 +    zoom:1;
    1.40 +}
    1.41 +.x-tip .x-tip-tr {
    1.42 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
    1.43 +	padding-right:6px;
    1.44 +    overflow:hidden;
    1.45 +    zoom:1;
    1.46 +}
    1.47 +.x-tip .x-tip-bc {
    1.48 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px;
    1.49 +	height:3px;
    1.50 +    overflow:hidden;
    1.51 +}
    1.52 +.x-tip .x-tip-bl {
    1.53 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px;
    1.54 +	padding-left:6px;
    1.55 +    zoom:1;
    1.56 +}
    1.57 +.x-tip .x-tip-br {
    1.58 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px;
    1.59 +	padding-right:6px;
    1.60 +    zoom:1;
    1.61 +}
    1.62 +.x-tip .x-tip-mc {
    1.63 +    border:0 none;
    1.64 +    font: normal 11px tahoma,arial,helvetica,sans-serif;
    1.65 +}
    1.66 +.x-tip .x-tip-ml {
    1.67 +	background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px;
    1.68 +	padding-left:6px;
    1.69 +    zoom:1;
    1.70 +}
    1.71 +.x-tip .x-tip-mr {
    1.72 +	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px;
    1.73 +	padding-right:6px;
    1.74 +    zoom:1;
    1.75 +}
    1.76 +.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
    1.77 +    font-size:0;
    1.78 +    line-height:0;
    1.79 +}
    1.80 +.x-tip .x-tip-header-text {
    1.81 +    font: bold 11px tahoma,arial,helvetica,sans-serif;
    1.82 +    padding:0;
    1.83 +    margin:0 0 2px 0;
    1.84 +    color:#444;
    1.85 +}
    1.86 +.x-tip .x-tip-body {
    1.87 +    font: normal 11px tahoma,arial,helvetica,sans-serif;
    1.88 +    margin:0 !important;
    1.89 +    line-height:14px;
    1.90 +    color:#444;
    1.91 +    padding:0;
    1.92 +}
    1.93 +
    1.94 +.x-tip .x-tip-body .loading-indicator {
    1.95 +    margin:0;
    1.96 +}
    1.97 +
    1.98 +.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
    1.99 +    cursor:move;
   1.100 +}
   1.101 +
   1.102 +.x-form-invalid-tip {
   1.103 +}
   1.104 +
   1.105 +.x-form-invalid-tip .x-tip-tc {
   1.106 +	background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;
   1.107 +    padding-top:6px;
   1.108 +}
   1.109 +.x-form-invalid-tip .x-tip-tl {
   1.110 +	background-image: url(../images/default/form/error-tip-corners.gif);
   1.111 +}
   1.112 +.x-form-invalid-tip .x-tip-tr {
   1.113 +	background-image: url(../images/default/form/error-tip-corners.gif);
   1.114 +}
   1.115 +.x-form-invalid-tip .x-tip-bc {
   1.116 +	background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;
   1.117 +    height:6px;
   1.118 +}
   1.119 +.x-form-invalid-tip .x-tip-bl {
   1.120 +	background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;
   1.121 +}
   1.122 +.x-form-invalid-tip .x-tip-br {
   1.123 +	background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;
   1.124 +}
   1.125 +.x-form-invalid-tip .x-tip-ml {
   1.126 +	background-image: url(../images/default/form/error-tip-corners.gif);
   1.127 +}
   1.128 +.x-form-invalid-tip .x-tip-mr {
   1.129 +	background-image: url(../images/default/form/error-tip-corners.gif);
   1.130 +}
   1.131 +.x-form-invalid-tip .x-tip-body {
   1.132 +    padding:2px;
   1.133 +}
   1.134 +.x-form-invalid-tip .x-tip-body {
   1.135 +    padding-left:24px;
   1.136 +    background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
   1.137 +}
   1.138 \ No newline at end of file