mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed wrong img paths
This commit is contained in:
parent
ead768c9df
commit
1ffb435d5a
@ -2,19 +2,23 @@
|
|||||||
#cluetip-close img {
|
#cluetip-close img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cluetip-title {
|
#cluetip-title {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cluetip-title #cluetip-close {
|
#cluetip-title #cluetip-close {
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cluetip-waitimage {
|
#cluetip-waitimage {
|
||||||
width: 43px;
|
width: 43px;
|
||||||
height: 11px;
|
height: 11px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-image: url(../../../images/wait.gif);
|
background-image: url(../../../images/wait.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-arrows {
|
.cluetip-arrows {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -25,9 +29,11 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cluetip-extra {
|
#cluetip-extra {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************************************
|
/***************************************
|
||||||
=cluetipClass: 'default'
|
=cluetipClass: 'default'
|
||||||
-------------------------------------- */
|
-------------------------------------- */
|
||||||
@ -36,11 +42,13 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default #cluetip-outer {
|
.cluetip-default #cluetip-outer {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default h3 {
|
.cluetip-default h3 {
|
||||||
margin: 0 0 5px;
|
margin: 0 0 5px;
|
||||||
padding: 8px 10px 4px;
|
padding: 8px 10px 4px;
|
||||||
@ -49,6 +57,7 @@
|
|||||||
background-color: #b1b1b1;
|
background-color: #b1b1b1;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default h3#cluetip-title {
|
.cluetip-default h3#cluetip-title {
|
||||||
display: none;
|
display: none;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
@ -56,41 +65,49 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default #cluetip-title a {
|
.cluetip-default #cluetip-title a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default #cluetip-inner {
|
.cluetip-default #cluetip-inner {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default div#cluetip-close {
|
.cluetip-default div#cluetip-close {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin: 0 5px 5px;
|
margin: 0 5px 5px;
|
||||||
color: #900;
|
color: #900;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cluetip-default ul {
|
.cluetip-default ul {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* default arrows */
|
/* default arrows */
|
||||||
|
|
||||||
.clue-right-default .cluetip-arrows {
|
.clue-right-default .cluetip-arrows {
|
||||||
background-image: url(../../images/darrowleft.png);
|
background-image: url(../../../images/darrowleft.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.clue-left-default .cluetip-arrows {
|
.clue-left-default .cluetip-arrows {
|
||||||
background-image: url(../../images/darrowright.png);
|
background-image: url(../../../images/darrowright.png);
|
||||||
left: 100%;
|
left: 100%;
|
||||||
margin-right: -11px;
|
margin-right: -11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clue-top-default .cluetip-arrows {
|
.clue-top-default .cluetip-arrows {
|
||||||
background-image: url(../../images/darrowdown.png);
|
background-image: url(../../../images/darrowdown.png);
|
||||||
top: 100%;
|
top: 100%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -11px;
|
margin-left: -11px;
|
||||||
height: 11px;
|
height: 11px;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clue-bottom-default .cluetip-arrows {
|
.clue-bottom-default .cluetip-arrows {
|
||||||
background-image: url(../../images/darrowup.png);
|
background-image: url(../../../images/darrowup.png);
|
||||||
top: -11px;
|
top: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -11px;
|
margin-left: -11px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user