Hi,
ich habe die CSS-Datei vom typolight Demo mal mit einem geeigneten Editor (Notepad2) erweitert. Funktioniert auch alles bestens!
Ich habe das angefügt:
Code:
.ce_comments .widget{margin-top:3px;margin-bottom:6px;}
.ce_comments{margin-top:2.5em;}
.comment_default{padding-top:1em;padding-bottom:1em;border-bottom:1px solid #dfdfdf;}
.comment_default .info{margin-bottom:0.25em;font-size:0.9em;color:#808080;}
.ce_comments h1{margin-bottom:0.2em;}
.ce_comments .form{margin-top:2.5em;}
.ce_comments input.text,.ce_comments input.captcha{width:150px !important;}
.ce_comments .captcha_text{color:#333333 !important;font-weight:bold !important;}
.ce_comments .form label,.ce_comments .form span{top:0.15em;position:relative;vertical-align:top;}
* html .ce_comments .form label,* html .ce_comments .form span{top:0.8em;}
*:first-child+html .ce_comments .form label,*:first-child+html .ce_comments .form span{top:0.8em;}
Das Problem ist, sobald ich mir die CSS im Backend von typolight auch nur anschaue, werden die Änderungen die ich gemacht habe wieder abgeschnitten!
Wie bekomme ich es hin das ich sie im Backend als auch mit Editor bearbeiten kann?