Hallo
besten Dank, das frontend.css war defekt. Kannst du mir sagen was ich für den Bereich class="captcha_table"
in folgenden CSS erweitern muss, damit ich die Captcha Tebelle kleiner formatieren kann.
Im moment habe ich 96% für die Tabellen allgemein eingegeben, möchte aber die Captcher Tabelle nur auf 50% formatieren.
/* MAIN Tabellen allgemein */
.main-content table {clear:both; width:96%; margin:2.0em 0 0.2em 20px; table-layout: fixed; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; vertical-align: middle; color:rgb(255,255,255); font-weight:bold; font-size:110%;}
.main-content table th {height:3.0em; padding:2px 20px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; vertical-align: middle; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content table td {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; vertical-align: middle; font-weight:normal; color:rgb(80,80,80); font-size:110%;}