Project

General

Profile

Bug #24494 » 16939.diff

Administrator Admin, 2011-01-06 23:26

View differences:

typo3/sysext/t3skin/extjs/xtheme-t3skin.css (Arbeitskopie)
td.x-date-mp-sep {
border-right-color:#A2AAB8;
}
.x-tip .x-tip-close{
background-image: url(images/qtip/close.gif);
}
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
background-image: url(images/qtip/tip-sprite.gif);
.x-tip {
background-color: #ffffc7;
border: 1px solid #cccccc;
}
.x-tip .x-tip-mc {
font: normal 10px verdana, arial,tahoma,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
background-color: #fff;
}
.x-tip .x-tip-header-text {
font: bold 10px verdana, arial, tahoma, helvetica,sans-serif;
color:#444;
font-weight: bold;
margin-bottom: 4px;
}
.x-tip .x-tip-body {
font: normal 10px verdana, arial, tahoma, helvetica,sans-serif;
color:#444;
.x-tip .x-tool-close {
display: none;
}
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
typo3/sysext/t3skin/stylesheets/structure/element_csh.css (Arbeitskopie)
$Id$
- - - - - - - - - - - - - - - - - - - - - */
.typo3-csh-inline {
padding: 4px;
}
table.typo3-csh-inline {
margin: 5px 4px 20px 0px;
padding: 0;
}
table.typo3-csh-inline a.typo3-csh-link {
......
a.typo3-csh-link .typo3-csh-inline {
display: none;
padding: 0px;
position: absolute;
width: 200px;
z-index: 100;
......
height: auto;
}
.typo3-csh-inline p.t3-csh-short {
padding: 3px;
}
table.typo3-csh-inline a.typo3-csh-link {
height: 16px;
}
......
/*** new help code ***/
.t3-help-inline {
padding: 4px;
}
table.t3-help-inline {
margin: 3px 4px 20px 0px;
padding: 0;
}
table.t3-help-inline a.t3-help-link {
......
a.t3-help-link .t3-help-inline {
display: none;
padding: 0px;
position: absolute;
width: 200px;
z-index: 100;
......
height: auto;
}
.t3-help-inline p.t3-help-short {
padding: 3px;
}
table.t3-help-inline a.t3-help-link {
height: 16px;
}
......
div.t3-view-help img.c-inlineimg {
margin-left: 10px;
}
/** ExtJS based CSH tooltips */
.x-tip.typo3-csh-tooltip .x-tip-tl,
.x-tip.typo3-csh-tooltip .x-tip-cl {
padding-left: 8px;
}
.x-tip.typo3-csh-tooltip .x-tip-tr,
.x-tip.typo3-csh-tooltip .x-tip-cr {
padding-right: 8px;
}
typo3/sysext/t3skin/stylesheets/visual/element_csh.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
table.typo3-csh-inline {
background-color: #ffffff;
border: 1px solid #a2aab8;
background-color: #ffffc7;
border: 1px solid #cccccc;
}
.typo3-csh-inline {
......
}
a.typo3-csh-link .typo3-csh-inline {
background: #ffffff;
background-color: #ffffc7;
border: 1px solid #cccccc;
color: #000000;
font-weight: normal;
}
div.typo3-csh-inline p.t3-csh-short {
border: #b6b6b6 1px solid;
border-top: none;
}
img.typo3-csh-icon {
cursor: help;
}
......
/** new CSH code **/
table.t3-help-inline {
background-color: #ffffff;
border: 1px solid #a2aab8;
background-color: #ffffc7;
border: 1px solid #cccccc;
}
.t3-help-inline {
......
}
a.t3-help-link .t3-help-inline {
background: #ffffff;
background: #ffffc7;
color: #000000;
font-weight: normal;
}
div.t3-help-inline p.t3-help-short {
border: #b6b6b6 1px solid;
border-top: none;
}
p.t3-help-short.tipIsLinked {
cursor: pointer;
}
(1-1/3)