Project

General

Profile

Bug #18428 » 7831_list_in_pagemodule.diff

Administrator Admin, 2008-03-12 12:01

View differences:

typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy)
<!--
STANDARD LIST OF "'.$table.'"
-->
<table border="0" cellpadding="1" cellspacing="2" width="480" id="typo3-page-stdlist">
<table border="0" cellpadding="1" cellspacing="2" width="480" class="typo3-page-stdlist">
'.$out.'
</table>';
}
typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css (working copy)
* typo3-db-list-php.css
*/
table.typo3-dblist {
table.typo3-dblist, table.typo3-page-stdlist {
margin-top: 10px;
border: 1px solid #A2AAB8;
}
table.typo3-dblist tr td.db_list_alt {
table.typo3-dblist tr td.db_list_alt,
typo3-page-stdlist tr td.db_list_alt {
background-color: #E4E5F0;
}
table.typo3-page-stdlist .bgColor4,
table#typo3-dblist-top table.bgColor4 {
background-color: #EFEFF4;
}
table.typo3-dblist td.c-headLineTable {
table.typo3-dblist td.c-headLineTable,
table.typo3-page-stdlist td.c-headLineTable {
background-color: #B8BEC9;
background-image: url('../icons/gfx/alt_menu_mainitem_bg.gif');
background-repeat: repeat-x;
}
table.typo3-dblist td.c-headLineTable a {
table.typo3-dblist td.c-headLineTable a,
table.typo3-page-stdlist td.c-headLineTable a {
font-weight: bold;
color: #FFFFFF;
}
table.typo3-dblist tr td.c-headLine {
table.typo3-dblist tr td.c-headLine,
table.typo3-page-stdlist tr td.c-headLine {
height: 24px;
background-color: #EFEFF4;
background-image: url(../backgrounds/list_sep.gif);
......
background-repeat: repeat-x;
}
table.typo3-dblist td.c-table-row-spacer {
table.typo3-dblist td.c-table-row-spacer,
table.typo3-page-stdlist td.c-table-row-spacer {
display: none;
}
table.typo3-dblist tr:hover,
table.typo3-dblist tr:hover td.db_list_alt {
table.typo3-dblist tr:hover td.db_list_alt,
table.typo3-page-stdlist tr:hover,
table.typo3-page-stdlist tr:hover td.db_list_alt {
background-color: #d7dbe2;
}
table.typo3-dblist tr td div.typo3-DBctrl {
table.typo3-dblist tr td div.typo3-DBctrl,
table.typo3-page-stdlist tr td div.typo3-DBctrl {
background-color: transparent;
}
table.typo3-dblist tr td div.typo3-clipCtrl {
table.typo3-dblist tr td div.typo3-clipCtrl,
table.typo3-page-stdlist tr td div.typo3-clipCtrl {
background-color: transparent;
border: 1px solid #D0D4DB;
margin: 1px 1px 1px 10px;
(2-2/3)