[TYPO3-project-seminars] Seat Countdown

Oliver Klee typo3-german-02 at oliverklee.de
Tue Feb 26 23:11:26 CET 2008


Hi Tomas,

Tomas Balek schrieb:
> I'd like to change the number of two seats for the yellow square to five.
> I haven't found any setting option in the manual, though.
> 
> Where can I change this?

That's in seminars_pi1.css:

.tx-seminars-pi1-vacancies-available .tx-seminars-pi1-square {
	background-color: #00a500;
	color: inherit;
}

.tx-seminars-pi1-vacancies-2 .tx-seminars-pi1-square,
.tx-seminars-pi1-vacancies-1 .tx-seminars-pi1-square {
	background-color: #ffff3c;
	color: inherit;
}

.tx-seminars-pi1-vacancies-0 .tx-seminars-pi1-square,
.tx-seminars-pi1-canceled .tx-seminars-pi1-square,
.tx-seminars-pi1-registration-deadline-over	.tx-seminars-pi1-square {
	background-color: #c30000;
	color: inherit;
}

So you could create your own additional CSS an overwrite the CSS 
declaration from seminars.


Oliver


More information about the TYPO3-project-seminars mailing list