Skip to content

Commit

Permalink
Dev: Conditional comments are no longer supported on IE10 : http://ms…
Browse files Browse the repository at this point in the history
…dn.microsoft.com/en-us/library/ie/hh801214%28v=vs.85%29.aspx

Dev: Fix some css for button in citronade
  • Loading branch information
Shnoulle committed Feb 14, 2014
1 parent 39e7fb5 commit 588906a
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/super/header.php
Expand Up @@ -2,7 +2,7 @@
<html lang="<?php echo $adminlang; ?>"<?php echo $languageRTL;?>>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jquery-cookie');
Expand Down
2 changes: 1 addition & 1 deletion application/views/layouts/main.php
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('qTip2');
Expand Down
2 changes: 1 addition & 1 deletion templates/basic/startpage.pstpl
@@ -1,6 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{SURVEYNAME} :: {GROUPNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
2 changes: 1 addition & 1 deletion templates/bluengrey/startpage.pstpl
@@ -1,5 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
{SURVEYNAME}
</title>
Expand Down
2 changes: 1 addition & 1 deletion templates/citronade/startpage.pstpl
@@ -1,6 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{SURVEYNAME} {GROUPNAME} {SITENAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
<meta name="viewport" content="width=device-width" />
Expand Down
15 changes: 7 additions & 8 deletions templates/citronade/template.css
Expand Up @@ -148,7 +148,7 @@ input[type="text"]:focus, input.text:focus,textarea:focus{
}
input.checkbox[disabled],input.radio[disabled]{opacity: 0.3;}
/* survey tool decoration */
.tools select,.tools input,.tools a,input.submit,input#savebutton,input#loadbutton,input#registercontinue,.navigator input,.navigator button
.tools select,.button
{
border:1px solid #ABB8D1;background:#FEFEFE;color:#415479;
-moz-box-shadow: 2px 2px 5px #ccc;-webkit-box-shadow: 2px 2px 5px #ccc;box-shadow: 2px 2px 5px #ccc;
Expand All @@ -158,24 +158,23 @@ input.checkbox[disabled],input.radio[disabled]{opacity: 0.3;}
}
.tools select
{padding:1px 2px;}
.tools input,.tools a,input.submit,input#savebutton,input#loadbutton,input#registercontinue,.navigator input,.navigator button
.button
{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;}/* same box sizing for link and button */
.tools select:hover,.tools input:hover,.tools a:hover,.navigator input:hover,.navigator button:hover,input.submit:hover,input#savebutton:hover,input#loadbutton:hover,input#registercontinue:hover,
.tools select:focus,.tools input:focus,.tools a:focus,.navigator input:focus,.navigator button:focus,input.submit:focus,input#savebutton:focus,input#loadbutton:focus,input#registercontinue:focus
.tools select:hover,.button:hover,.button:focus
{
border-color:#ABB8D1;color:#415479;background:#f0f0f0;
-moz-box-shadow: 2px 2px 5px #415479;-webkit-box-shadow: 2px 2px 5px #415479;box-shadow: 2px 2px 5px #415479;
}
.tools select:hover option{background:#FEFEFE;}
/* for disabled tools */
.tools input[disabled],.navigator input[disabled],.navigator button[disabled],input.submit[disabled],input#savebutton[disabled],input#loadbutton[disabled],input#registercontinue[disabled],.tools select[disabled]
.btoon[disabled],.tools select[disabled]
{
border:1px solid #dbdbdb;background:#FEFEFE;color:#dbdbdb;cursor:inherit;
}
.tools *,.navigator,.tools :active,.navigator :active,.tools :focus,.navigator :focus{ outline: 0 none; }
.tools ::-moz-focus-inner,.navigator ::-moz-focus-inner {border:0;}
.tools *,.navigator *,.button{ outline: 0 none; }
.tools ::-moz-focus-inner,.navigator ::-moz-focus-inner,.button::-moz-focus-inner {border:0;}
/* ie specific: maybe some lt ? */
.ie .tools input,.ie .tools a,.ie .navigator input,.ie .navigator button,.ie input#savebutton,.ie input#loadbutton
.ielt7 .button
{height:2em}
/* movenext, moveprev specific */
#movenextbtn{background-image:url(go-east.png);background-repeat:no-repeat;background-position:right center;padding:3px 26px 3px 6px;}
Expand Down
2 changes: 1 addition & 1 deletion templates/clear_logo/startpage.pstpl
@@ -1,6 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<title>{SURVEYNAME} :: {GROUPNAME}</title>

Expand Down
2 changes: 1 addition & 1 deletion templates/default/startpage.pstpl
@@ -1,5 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{SURVEYNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
2 changes: 1 addition & 1 deletion templates/eirenicon/startpage.pstpl
@@ -1,5 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title> {SURVEYNAME} </title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
2 changes: 1 addition & 1 deletion templates/limespired/startpage.pstpl
@@ -1,6 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{SURVEYNAME} &ndash; {GROUPNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
2 changes: 1 addition & 1 deletion templates/mint_idea/startpage.pstpl
@@ -1,5 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>SURVEY: {SURVEYNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
2 changes: 1 addition & 1 deletion templates/sherpa/startpage.pstpl
@@ -1,5 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
SURVEY: {SURVEYNAME}
</title>
Expand Down
2 changes: 1 addition & 1 deletion templates/vallendar/startpage.pstpl
@@ -1,6 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{SURVEYNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down

0 comments on commit 588906a

Please sign in to comment.