mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
51 lines
812 B
CSS
51 lines
812 B
CSS
/* global */
|
|
#cluetip-close img {
|
|
border: 0;
|
|
}
|
|
#cluetip-title {
|
|
overflow: hidden;
|
|
}
|
|
#cluetip-title #cluetip-close {
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
#cluetip-waitimage {
|
|
width: 43px;
|
|
height: 11px;
|
|
position: absolute;
|
|
background-image: url(images/wait.gif);
|
|
}
|
|
.cluetip-arrows {
|
|
display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -11px;
|
|
height: 22px;
|
|
width: 11px;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
}
|
|
#cluetip-extra {
|
|
display: none;
|
|
}
|
|
|
|
|
|
/* stupid IE6 HasLayout hack */
|
|
.cluetip-rounded #cluetip-title,
|
|
.cluetip-rounded #cluetip-inner {
|
|
zoom: 1;
|
|
}
|
|
|
|
#cluetip{
|
|
background-color: #333;
|
|
border: 1px solid #333;
|
|
}
|
|
#cluetip table{
|
|
border: 1px solid #333;
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
#cluetip thead th, #cluetip tfoot{
|
|
background-color:white;
|
|
color:white;
|
|
} |