Skip to content

Commit

Permalink
Dev : some no-js css for citronade
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@12296 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
shnoulle committed Feb 2, 2012
1 parent b917ef8 commit d23d32b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion templates/citronade/question.pstpl
Expand Up @@ -3,7 +3,8 @@
<span class="asterisk">{QUESTION_MANDATORY}</span><span class="qnumcode">{QUESTION_NUMBER} {QUESTION_CODE} </span>{QUESTION_TEXT}
</div>
<div class="help-wrapper">
{QUESTION_MAN_MESSAGE}{QUESTION_VALID_MESSAGE}
<div class="mandatory error">{QUESTION_MAN_MESSAGE}</div>
{QUESTION_VALID_MESSAGE}
<div class="tip help">{QUESTION_HELP}</div>
</div>
<div class="answers-wrapper">
Expand Down
4 changes: 2 additions & 2 deletions templates/citronade/template.css
Expand Up @@ -351,8 +351,8 @@ div.form table table td{padding:0;}

.no-js .input-error .help-wrapper {border: 1px solid #fcefa1; padding:4px;padding-left:20px;width:96%;margin:0.5em auto;}
.no-js .input-error .help-wrapper {background:transparent url(./exclamation.png) no-repeat 2px center;padding:4px;padding-left:20px;}
.no-js .input-error .help-wrapper > .error {border:#CD0A0A solid 1px;}
.no-js .input-error .help-wrapper > .error {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;}
.no-js .input-error .help-wrapper {border:#CD0A0A solid 1px;}
.no-js .input-error .help-wrapper {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;}

.js .help-wrapper > span,.js .help-wrapper > div{border: 1px solid #fcefa1; background: #fefefe; color: #363636;}
.js .help-wrapper > .good {background:transparent;padding:4px;padding-left:20px;}
Expand Down

0 comments on commit d23d32b

Please sign in to comment.