mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the updated Limesurvey 1.92+ branch of queXS to trunk
This commit is contained in:
@@ -1,440 +1,442 @@
|
||||
body {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
text-align: right;
|
||||
background-color: #5670A1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul,ol {
|
||||
text-align: right;
|
||||
font-size: 10pt;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-size: 10pt;
|
||||
color: #819D26;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
th,p,div {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
table.statisticstable {
|
||||
margin: 2px auto;
|
||||
}
|
||||
|
||||
.statisticstable td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Here starts the CSS for a menubar */
|
||||
div.menubar {
|
||||
background-color: #EEF6FF;
|
||||
width: 99.2%;
|
||||
margin-top: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.menubar-main {
|
||||
background-color: #EEF6FF;
|
||||
width: 100%;
|
||||
float: right;
|
||||
border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.menubar img {
|
||||
vertical-align: middle;
|
||||
max-height: 40px;
|
||||
border: 0;
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
.menubar-title {
|
||||
background-color: #EEF6FF;
|
||||
float: right;
|
||||
width: 100%;
|
||||
font-size: 11px;
|
||||
text-align: right;
|
||||
border-color: #D2E0F2 #8195BA #D2E0F2 #D2E0F2;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.menubar-left {
|
||||
background-color: #EEF6FF;
|
||||
text-align: right;
|
||||
float: right;
|
||||
clear: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.menubar-right {
|
||||
background-color: #EEF6FF;
|
||||
float: left;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
/* END menubar CSS */
|
||||
.outlinetable {
|
||||
border: 1px solid #111;
|
||||
}
|
||||
|
||||
.outlinetable td {
|
||||
font-size: 10pt;
|
||||
border: 1px solid #483D8B;
|
||||
background: #EEF6FF;
|
||||
}
|
||||
|
||||
.outlinetable th {
|
||||
font-size: 10pt;
|
||||
color: #1D2D45;
|
||||
background: #CCE6FF;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 10pt;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
.btstyle {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.disabledbtn {
|
||||
height: 20px;
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
input,select {
|
||||
color: navy;
|
||||
font: 10px verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
input[disabled],textarea[disabled],select[disabled] {
|
||||
color: #999;
|
||||
background: #EEE;
|
||||
font: 10px verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-size: 10px;
|
||||
color: navy;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 10px;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.listboxtemplates {
|
||||
margin-top: 10px;
|
||||
height: 20px;
|
||||
color: #333;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.boxcaption {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.saveOrderbtn {
|
||||
border: thin solid #00CED1;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
color: #B5B0DD;
|
||||
background: #483D8B;
|
||||
border-top: 1px solid #00BFFF;
|
||||
border-right: 1px solid #00BFFF;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.settingentryhighlight {
|
||||
color: navy;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.statusentryhighlight {
|
||||
font-size: 10px;
|
||||
color: #E00;
|
||||
}
|
||||
|
||||
.errortitle {
|
||||
font-weight: 700;
|
||||
color: #FF0F0F;
|
||||
}
|
||||
|
||||
.warningtitle {
|
||||
font-weight: 700;
|
||||
color: #FFA07A;
|
||||
}
|
||||
|
||||
.successtitle {
|
||||
font-weight: 700;
|
||||
color: #16B700;
|
||||
}
|
||||
|
||||
font.settingcaption {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
span.settingcaption {
|
||||
float: right;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
clear: right;
|
||||
margin-bottom: 10px;
|
||||
background-color: #F8F8FF;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
.settingentry {
|
||||
float: right;
|
||||
width: 600px;
|
||||
padding-right: 5px;
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
clear: left;
|
||||
margin-bottom: 10px;
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
|
||||
.settingrow {
|
||||
width: 1000px;
|
||||
clear: right;
|
||||
margin-bottom: 20px;
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
|
||||
#dhtmlgoodies_tooltip {
|
||||
border: 1px solid #000;
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 20000;
|
||||
-moz-border-radius: 5px;
|
||||
background: #FDFDF5;
|
||||
font: 0.8em "Verdana", "Lucida Sans Unicode", Arial, sans-serif;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#dhtmlgoodies_tooltipShadow {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
filter: alpha(opacity = 70);
|
||||
-khtml-opacity: 0.7px;
|
||||
-moz-opacity: 0.7px;
|
||||
-moz-border-radius: 5px;
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.movableList {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
.movableNode {
|
||||
list-style-type: none;
|
||||
border: 1px solid #999;
|
||||
width: 60em;
|
||||
text-align: right;
|
||||
margin-top: 2px;
|
||||
background: #EEEFFF;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.langpopup2 {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 110px;
|
||||
top: 151px;
|
||||
right: 80px;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
visibility: hidden;
|
||||
filter: alpha(opacity = 95);
|
||||
-khtml-opacity: 0.95px;
|
||||
-moz-opacity: 0.95px;
|
||||
-moz-border-radius: 6px;
|
||||
background: #FDFDF5;
|
||||
font: 11px arial, verdana, sans-serif;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.langpopup1 {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 110px;
|
||||
top: 100px;
|
||||
right: 80px;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
visibility: hidden;
|
||||
filter: alpha(opacity = 95);
|
||||
-khtml-opacity: 0.95px;
|
||||
-moz-opacity: 0.95px;
|
||||
-moz-border-radius: 6px;
|
||||
background: #FDFDF5;
|
||||
font: 11px arial, verdana, sans-serif;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.previewpopup {
|
||||
position: absolute;
|
||||
width: 110px;
|
||||
height: 125px;
|
||||
top: 287px;
|
||||
right: 473px;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
visibility: hidden;
|
||||
filter: alpha(opacity = 95);
|
||||
-khtml-opacity: 0.95px;
|
||||
-moz-opacity: 0.95px;
|
||||
-moz-border-radius: 6px;
|
||||
background: #FDFDF5;
|
||||
font: 11px arial, verdana, sans-serif;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.oddrow {
|
||||
background-color: #EBF2FA;
|
||||
}
|
||||
|
||||
.choicelist {
|
||||
width: 200px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.ranklist {
|
||||
width: 200px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
span.invalidemail {
|
||||
font-weight: 700;
|
||||
color: red;
|
||||
}
|
||||
|
||||
th.admincell {
|
||||
background-color: #F8BDB5;
|
||||
}
|
||||
|
||||
p {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
form.token label {
|
||||
margin-top: 1em;
|
||||
width: 40%;
|
||||
float: right;
|
||||
text-align: left;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.submit {
|
||||
float: none !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
th,.header,.headertwo,.settingcaption {
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
background-color: #D2E0F2;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
a:link,a:visited {
|
||||
font-size: 10pt;
|
||||
color: #819D26;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.statisticstable select,.statisticstable textarea {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.alertbox tr:first-child,.evenrow {
|
||||
background-color: #EEF6FF;
|
||||
}
|
||||
|
||||
.checkboxbtn,.radiobtn {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.langpopup2td,.langpopup1td {
|
||||
background: #FDFDF5;
|
||||
}
|
||||
|
||||
.langpopup2td:first-child,.langpopup1td:first-child {
|
||||
color: #000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
form.token select,form.token input {
|
||||
margin-top: 1.5em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
table.alertbox {
|
||||
width: 450px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border: 1px solid;
|
||||
border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menubar tr {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.menubar input {
|
||||
margin-right: -5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#surveydetails td:first-child,#groupdetails td:first-child,#questiondetails td:first-child
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#surveydetails td+td,#groupdetails td+td,#questiondetails td+td {
|
||||
text-align: right;
|
||||
}
|
||||
body {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
text-align: right;
|
||||
background-color: #5670A1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul,ol {
|
||||
text-align: right;
|
||||
font-size: 10pt;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-size: 10pt;
|
||||
color: #819D26;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
th,p,div {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
table.statisticstable {
|
||||
margin: 2px auto;
|
||||
}
|
||||
|
||||
.statisticstable td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Here starts the CSS for a menubar */
|
||||
div.menubar {
|
||||
background-color: #EEF6FF;
|
||||
width: 99.2%;
|
||||
margin-top: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.menubar-main {
|
||||
background-color: #EEF6FF;
|
||||
width: 100%;
|
||||
float: right;
|
||||
border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.menubar img {
|
||||
vertical-align: middle;
|
||||
max-height: 40px;
|
||||
border: 0;
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
.menubar-title {
|
||||
background-color: #EEF6FF;
|
||||
float: right;
|
||||
width: 100%;
|
||||
font-size: 11px;
|
||||
text-align: right;
|
||||
border-color: #D2E0F2 #8195BA #D2E0F2 #D2E0F2;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.menubar-left {
|
||||
background-color: #EEF6FF;
|
||||
text-align: right;
|
||||
float: right;
|
||||
clear: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.menubar-right {
|
||||
background-color: #EEF6FF;
|
||||
float: left;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
/* END menubar CSS */
|
||||
.outlinetable {
|
||||
border: 1px solid #111;
|
||||
}
|
||||
|
||||
.outlinetable td {
|
||||
font-size: 10pt;
|
||||
border: 1px solid #483D8B;
|
||||
background: #EEF6FF;
|
||||
}
|
||||
|
||||
.outlinetable th {
|
||||
font-size: 10pt;
|
||||
color: #1D2D45;
|
||||
background: #CCE6FF;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 10pt;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
.btstyle {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.disabledbtn {
|
||||
height: 20px;
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
input,select {
|
||||
color: navy;
|
||||
font: 10px verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
input[disabled],textarea[disabled],select[disabled] {
|
||||
color: #999;
|
||||
background: #EEE;
|
||||
font: 10px verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-size: 10px;
|
||||
color: navy;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 10px;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.listboxtemplates {
|
||||
margin-top: 10px;
|
||||
height: 20px;
|
||||
color: #333;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.boxcaption {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.saveOrderbtn {
|
||||
border: thin solid #00CED1;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
color: #B5B0DD;
|
||||
background: #483D8B;
|
||||
border-top: 1px solid #00BFFF;
|
||||
border-right: 1px solid #00BFFF;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.settingentryhighlight {
|
||||
color: navy;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.statusentryhighlight {
|
||||
font-size: 10px;
|
||||
color: #E00;
|
||||
}
|
||||
|
||||
.errortitle {
|
||||
font-weight: 700;
|
||||
color: #FF0F0F;
|
||||
}
|
||||
|
||||
.warningtitle {
|
||||
font-weight: 700;
|
||||
color: #FFA07A;
|
||||
}
|
||||
|
||||
.successtitle {
|
||||
font-weight: 700;
|
||||
color: #16B700;
|
||||
}
|
||||
|
||||
font.settingcaption {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
span.settingcaption {
|
||||
float: right;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
clear: right;
|
||||
margin-bottom: 10px;
|
||||
background-color: #F8F8FF;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
.settingentry {
|
||||
float: right;
|
||||
width: 600px;
|
||||
padding-right: 5px;
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
clear: left;
|
||||
margin-bottom: 10px;
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
|
||||
.settingrow {
|
||||
width: 1000px;
|
||||
clear: right;
|
||||
margin-bottom: 20px;
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
|
||||
#dhtmlgoodies_tooltip {
|
||||
border: 1px solid #000;
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 20000;
|
||||
-moz-border-radius: 5px;
|
||||
background: #FDFDF5;
|
||||
font: 0.8em "Verdana", "Lucida Sans Unicode", Arial, sans-serif;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#dhtmlgoodies_tooltipShadow {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
filter: alpha(opacity = 70);
|
||||
-khtml-opacity: 0.7px;
|
||||
-moz-opacity: 0.7px;
|
||||
-moz-border-radius: 5px;
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.movableList {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
.movableNode {
|
||||
list-style-type: none;
|
||||
border: 1px solid #999;
|
||||
width: 60em;
|
||||
text-align: right;
|
||||
margin-top: 2px;
|
||||
background: #EEEFFF;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.langpopup2 {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 110px;
|
||||
top: 151px;
|
||||
right: 80px;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
visibility: hidden;
|
||||
filter: alpha(opacity = 95);
|
||||
-khtml-opacity: 0.95px;
|
||||
-moz-opacity: 0.95px;
|
||||
-moz-border-radius: 6px;
|
||||
background: #FDFDF5;
|
||||
font: 11px arial, verdana, sans-serif;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.langpopup1 {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 110px;
|
||||
top: 100px;
|
||||
right: 80px;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
visibility: hidden;
|
||||
filter: alpha(opacity = 95);
|
||||
-khtml-opacity: 0.95px;
|
||||
-moz-opacity: 0.95px;
|
||||
-moz-border-radius: 6px;
|
||||
background: #FDFDF5;
|
||||
font: 11px arial, verdana, sans-serif;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.previewpopup {
|
||||
position: absolute;
|
||||
width: 110px;
|
||||
height: 125px;
|
||||
top: 287px;
|
||||
right: 473px;
|
||||
z-index: 10000;
|
||||
opacity: 0.7px;
|
||||
visibility: hidden;
|
||||
filter: alpha(opacity = 95);
|
||||
-khtml-opacity: 0.95px;
|
||||
-moz-opacity: 0.95px;
|
||||
-moz-border-radius: 6px;
|
||||
background: #FDFDF5;
|
||||
font: 11px arial, verdana, sans-serif;
|
||||
border-color: #000;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.oddrow {
|
||||
background-color: #EBF2FA;
|
||||
}
|
||||
|
||||
.choicelist {
|
||||
width: 200px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.ranklist {
|
||||
width: 200px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
span.invalidemail {
|
||||
font-weight: 700;
|
||||
color: red;
|
||||
}
|
||||
|
||||
th.admincell {
|
||||
background-color: #F8BDB5;
|
||||
}
|
||||
|
||||
p {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
form.token label {
|
||||
margin-top: 1em;
|
||||
width: 40%;
|
||||
float: right;
|
||||
text-align: left;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.submit {
|
||||
float: none !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
th,.header,.headertwo,.settingcaption {
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
background-color: #D2E0F2;
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
a:link,a:visited {
|
||||
font-size: 10pt;
|
||||
color: #819D26;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.statisticstable select,.statisticstable textarea {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.alertbox tr:first-child,.evenrow {
|
||||
background-color: #EEF6FF;
|
||||
}
|
||||
|
||||
.checkboxbtn,.radiobtn {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.langpopup2td,.langpopup1td {
|
||||
background: #FDFDF5;
|
||||
}
|
||||
|
||||
.langpopup2td:first-child,.langpopup1td:first-child {
|
||||
color: #000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
form.token select,form.token input {
|
||||
margin-top: 1.5em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
table.alertbox {
|
||||
width: 450px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border: 1px solid;
|
||||
border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menubar tr {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.menubar input {
|
||||
margin-right: -5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#surveydetails td:first-child,#groupdetails td:first-child,#questiondetails td:first-child
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#surveydetails td+td,#groupdetails td+td,#questiondetails td+td {
|
||||
text-align: right;
|
||||
}
|
||||
.labelsets-update label{display:block}
|
||||
.button-list{text-align:right}
|
||||
|
||||
@@ -390,6 +390,10 @@ span.settingcaption {
|
||||
color: #1D2D45;
|
||||
}
|
||||
|
||||
#assessmentsform span.settingcaption {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.settingentry {
|
||||
float: left;
|
||||
width: 660px;
|
||||
@@ -402,6 +406,10 @@ span.settingcaption {
|
||||
outline: 0 none;
|
||||
}
|
||||
|
||||
#assessmentsform .settingentry {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.settingentry span {
|
||||
outline: 0 none;
|
||||
}
|
||||
@@ -413,6 +421,10 @@ span.settingcaption {
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
|
||||
#assessmentsform .settingrow {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.settingrow .cke_skin_office2003,
|
||||
.settingrow .cke_skin_office2003 .cke_wrapper{
|
||||
margin-bottom: 0;
|
||||
@@ -699,6 +711,12 @@ a.optoutemail {
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
#assessmentsform #languagetabs {
|
||||
min-width: 680px;
|
||||
background-color: #F8F8FF;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.answertable tr.highlight {
|
||||
background-color:#EAF2FF;
|
||||
}
|
||||
@@ -1163,7 +1181,9 @@ textarea.updater-changelog {
|
||||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
|
||||
#assessmentsform .ui-tabs-nav li {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
#frmeditquestion li,
|
||||
#importquestion li {
|
||||
@@ -1451,7 +1471,20 @@ div.translate {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#translateform table td{
|
||||
padding: 1px 4px;
|
||||
}
|
||||
|
||||
|
||||
#translateform textarea:focus{
|
||||
outline: blue solid thin;
|
||||
}
|
||||
|
||||
.textresponses {
|
||||
text-align: center;
|
||||
border: 1px solid #eee;
|
||||
height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
.labelsets-update label{display:block}
|
||||
.button-list{text-align:left}
|
||||
|
||||
@@ -1,72 +1,72 @@
|
||||
20,130,200
|
||||
232,95,51
|
||||
34,205,33
|
||||
210,211,28
|
||||
134,179,129
|
||||
201,171,131
|
||||
251,231,221
|
||||
23,169,161
|
||||
167,187,213
|
||||
211,151,213
|
||||
147,145,246
|
||||
147,39,90
|
||||
250,250,201
|
||||
201,250,250
|
||||
94,0,94
|
||||
250,125,127
|
||||
0,96,201
|
||||
201,202,250
|
||||
0,0,127
|
||||
250,0,250
|
||||
250,250,0
|
||||
0,250,250
|
||||
127,0,127
|
||||
127,0,0
|
||||
0,125,127
|
||||
0,0,250
|
||||
0,202,250
|
||||
201,250,250
|
||||
201,250,201
|
||||
250,250,151
|
||||
151,202,250
|
||||
251,149,201
|
||||
201,149,250
|
||||
250,202,151
|
||||
45,96,250
|
||||
45,202,201
|
||||
151,202,0
|
||||
250,202,0
|
||||
250,149,0
|
||||
250,96,0
|
||||
184,230,115
|
||||
102,128,64
|
||||
220,230,207
|
||||
134,191,48
|
||||
184,92,161
|
||||
128,64,112
|
||||
230,207,224
|
||||
191,48,155
|
||||
230,138,115
|
||||
128,77,64
|
||||
230,211,207
|
||||
191,77,48
|
||||
80,161,126
|
||||
64,128,100
|
||||
207,230,220
|
||||
48,191,130
|
||||
25,25,179
|
||||
18,18,125
|
||||
200,200,255
|
||||
145,145,255
|
||||
255,178,0
|
||||
179,125,0
|
||||
255,236,191
|
||||
255,217,128
|
||||
255,255,0
|
||||
179,179,0
|
||||
255,255,191
|
||||
255,255,128
|
||||
102,0,153
|
||||
71,0,107
|
||||
234,191,255
|
||||
20,130,200
|
||||
232,95,51
|
||||
34,205,33
|
||||
210,211,28
|
||||
134,179,129
|
||||
201,171,131
|
||||
251,231,221
|
||||
23,169,161
|
||||
167,187,213
|
||||
211,151,213
|
||||
147,145,246
|
||||
147,39,90
|
||||
250,250,201
|
||||
201,250,250
|
||||
94,0,94
|
||||
250,125,127
|
||||
0,96,201
|
||||
201,202,250
|
||||
0,0,127
|
||||
250,0,250
|
||||
250,250,0
|
||||
0,250,250
|
||||
127,0,127
|
||||
127,0,0
|
||||
0,125,127
|
||||
0,0,250
|
||||
0,202,250
|
||||
201,250,250
|
||||
201,250,201
|
||||
250,250,151
|
||||
151,202,250
|
||||
251,149,201
|
||||
201,149,250
|
||||
250,202,151
|
||||
45,96,250
|
||||
45,202,201
|
||||
151,202,0
|
||||
250,202,0
|
||||
250,149,0
|
||||
250,96,0
|
||||
184,230,115
|
||||
102,128,64
|
||||
220,230,207
|
||||
134,191,48
|
||||
184,92,161
|
||||
128,64,112
|
||||
230,207,224
|
||||
191,48,155
|
||||
230,138,115
|
||||
128,77,64
|
||||
230,211,207
|
||||
191,77,48
|
||||
80,161,126
|
||||
64,128,100
|
||||
207,230,220
|
||||
48,191,130
|
||||
25,25,179
|
||||
18,18,125
|
||||
200,200,255
|
||||
145,145,255
|
||||
255,178,0
|
||||
179,125,0
|
||||
255,236,191
|
||||
255,217,128
|
||||
255,255,0
|
||||
179,179,0
|
||||
255,255,191
|
||||
255,255,128
|
||||
102,0,153
|
||||
71,0,107
|
||||
234,191,255
|
||||
213,128,255
|
||||
@@ -1,13 +1,13 @@
|
||||
@media print {
|
||||
#exportbutton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statisticstable {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
td {
|
||||
color: #fff;
|
||||
@media print {
|
||||
#exportbutton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statisticstable {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
td {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -1,141 +1,158 @@
|
||||
|
||||
/*** ESSENTIAL STYLES ***/
|
||||
.sf-menu, .sf-menu * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.sf-menu {
|
||||
height:31px;
|
||||
line-height: 1.0;
|
||||
}
|
||||
.sf-menu ul {
|
||||
position: absolute;
|
||||
top: -999em;
|
||||
width: 18em; /* left offset of submenus need to match (see below) */
|
||||
}
|
||||
.sf-menu ul li {
|
||||
width: 100%;
|
||||
}
|
||||
.sf-menu li:hover {
|
||||
visibility: inherit; /* fixes IE7 'sticky bug' */
|
||||
}
|
||||
.sf-menu li {
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 100; /* TP - keep the dropdowns above tabbed content in IE7 */
|
||||
}
|
||||
.sf-menu a {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.sf-menu li:hover ul,
|
||||
.sf-menu li.sfHover ul {
|
||||
left: 0;
|
||||
top: 44px; /* match top ul list item height */
|
||||
z-index: 99;
|
||||
}
|
||||
ul.sf-menu li:hover li ul,
|
||||
ul.sf-menu li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li:hover ul,
|
||||
ul.sf-menu li li.sfHover ul {
|
||||
left: 18em; /* match ul width */
|
||||
top: 0;
|
||||
}
|
||||
ul.sf-menu li li:hover li ul,
|
||||
ul.sf-menu li li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li li:hover ul,
|
||||
ul.sf-menu li li li.sfHover ul {
|
||||
left: 18em; /* match ul width */
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/*** DEMO SKIN ***/
|
||||
.sf-menu {
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.sf-menu a {
|
||||
|
||||
padding: 0.1em 1em;
|
||||
text-decoration:none;
|
||||
}
|
||||
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
|
||||
color: #13a;
|
||||
}
|
||||
.sf-menu li {
|
||||
background: #EEF6FF;
|
||||
}
|
||||
.sf-menu li li {
|
||||
background: #AABDE6;
|
||||
}
|
||||
.sf-menu li li li {
|
||||
background: #9AAEDB;
|
||||
}
|
||||
.sf-menu li:hover, .sf-menu li.sfHover,
|
||||
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
|
||||
background: #DBE6F4;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/*** arrows **/
|
||||
.sf-menu a.sf-with-ul {
|
||||
padding-right: 1.7em;
|
||||
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
|
||||
}
|
||||
.sf-sub-indicator {
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: .75em;
|
||||
top: 1.95em; /* IE6 only */
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
text-indent: -999em;
|
||||
overflow: hidden;
|
||||
background: url('images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
|
||||
}
|
||||
a > .sf-sub-indicator { /* give all except IE6 the correct values */
|
||||
top: 2em;
|
||||
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
|
||||
}
|
||||
/* apply hovers to modern browsers */
|
||||
a:focus > .sf-sub-indicator,
|
||||
a:hover > .sf-sub-indicator,
|
||||
a:active > .sf-sub-indicator,
|
||||
li:hover > a > .sf-sub-indicator,
|
||||
li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px -100px; /* arrow hovers for modern browsers*/
|
||||
}
|
||||
|
||||
/* point right for anchors in subs */
|
||||
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
|
||||
.sf-menu ul a > .sf-sub-indicator {
|
||||
background-position: 0 0;
|
||||
top: 1em;
|
||||
}
|
||||
|
||||
/* apply hovers to modern browsers */
|
||||
.sf-menu ul a:focus > .sf-sub-indicator,
|
||||
.sf-menu ul a:hover > .sf-sub-indicator,
|
||||
.sf-menu ul a:active > .sf-sub-indicator,
|
||||
.sf-menu ul li:hover > a > .sf-sub-indicator,
|
||||
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px 0; /* arrow hovers for modern browsers*/
|
||||
}
|
||||
|
||||
/*** shadows for all but IE6 ***/
|
||||
.sf-shadow ul {
|
||||
background: url('images/shadow.png') no-repeat bottom right;
|
||||
padding: 0 8px 9px 0;
|
||||
-moz-border-radius-bottomleft: 17px;
|
||||
-moz-border-radius-topright: 17px;
|
||||
-webkit-border-top-right-radius: 17px;
|
||||
-webkit-border-bottom-left-radius: 17px;
|
||||
}
|
||||
.sf-shadow ul.sf-shadow-off {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*** ESSENTIAL STYLES ***/
|
||||
.sf-menu, .sf-menu * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.sf-menu {
|
||||
height:31px;
|
||||
line-height: 1.0;
|
||||
}
|
||||
.sf-menu ul {
|
||||
position: absolute;
|
||||
top: -999em;
|
||||
width: 18em; /* left offset of submenus need to match (see below) */
|
||||
}
|
||||
.sf-menu ul li {
|
||||
width: 100%;
|
||||
}
|
||||
.sf-menu li:hover {
|
||||
visibility: inherit; /* fixes IE7 'sticky bug' */
|
||||
}
|
||||
.sf-menu li {
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 100; /* TP - keep the dropdowns above tabbed content in IE7 */
|
||||
}
|
||||
.sf-menu a {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.sf-menu li:hover ul,
|
||||
.sf-menu li.sfHover ul {
|
||||
left: 0;
|
||||
top: 43px; /* match top ul list item height */
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.sf-menu.sf-js-enabled li:hover ul,
|
||||
.sf-menu.sf-js-enabled li.sfHover ul {
|
||||
top: 44px;
|
||||
}
|
||||
|
||||
ul.sf-menu li:hover li ul,
|
||||
ul.sf-menu li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li:hover ul,
|
||||
ul.sf-menu li li.sfHover ul {
|
||||
left: 18em; /* match ul width */
|
||||
top: 0;
|
||||
}
|
||||
ul.sf-menu li li:hover li ul,
|
||||
ul.sf-menu li li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li li:hover ul,
|
||||
ul.sf-menu li li li.sfHover ul {
|
||||
left: 18em; /* match ul width */
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/*** DEMO SKIN ***/
|
||||
.sf-menu {
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.menubar-main ul.sf-menu {
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sf-menu a {
|
||||
padding: 0.1em 1em;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.menubar-main .sf-menu a {
|
||||
padding: 1px 1em 0 1em;
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
|
||||
color: #13a;
|
||||
}
|
||||
.sf-menu li {
|
||||
background: #EEF6FF;
|
||||
}
|
||||
.sf-menu li li {
|
||||
background: #AABDE6;
|
||||
}
|
||||
.sf-menu li li li {
|
||||
background: #9AAEDB;
|
||||
}
|
||||
.sf-menu li:hover, .sf-menu li.sfHover,
|
||||
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
|
||||
background: #DBE6F4;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/*** arrows **/
|
||||
.sf-menu a.sf-with-ul {
|
||||
padding-right: 1.7em;
|
||||
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
|
||||
}
|
||||
.sf-sub-indicator {
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: .75em;
|
||||
top: 1.95em; /* IE6 only */
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
text-indent: -999em;
|
||||
overflow: hidden;
|
||||
background: url('images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
|
||||
}
|
||||
a > .sf-sub-indicator { /* give all except IE6 the correct values */
|
||||
top: 2em;
|
||||
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
|
||||
}
|
||||
/* apply hovers to modern browsers */
|
||||
a:focus > .sf-sub-indicator,
|
||||
a:hover > .sf-sub-indicator,
|
||||
a:active > .sf-sub-indicator,
|
||||
li:hover > a > .sf-sub-indicator,
|
||||
li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px -100px; /* arrow hovers for modern browsers*/
|
||||
}
|
||||
|
||||
/* point right for anchors in subs */
|
||||
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
|
||||
.sf-menu ul a > .sf-sub-indicator {
|
||||
background-position: 0 0;
|
||||
top: 1em;
|
||||
}
|
||||
|
||||
/* apply hovers to modern browsers */
|
||||
.sf-menu ul a:focus > .sf-sub-indicator,
|
||||
.sf-menu ul a:hover > .sf-sub-indicator,
|
||||
.sf-menu ul a:active > .sf-sub-indicator,
|
||||
.sf-menu ul li:hover > a > .sf-sub-indicator,
|
||||
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px 0; /* arrow hovers for modern browsers*/
|
||||
}
|
||||
|
||||
/*** shadows for all but IE6 ***/
|
||||
.sf-shadow ul {
|
||||
background: url('images/shadow.png') no-repeat bottom right;
|
||||
padding: 0 8px 9px 0;
|
||||
-moz-border-radius-bottomleft: 17px;
|
||||
-moz-border-radius-topright: 17px;
|
||||
-webkit-border-top-right-radius: 17px;
|
||||
-webkit-border-bottom-left-radius: 17px;
|
||||
}
|
||||
.sf-shadow ul.sf-shadow-off {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@@ -1,80 +1,80 @@
|
||||
/*
|
||||
|
||||
bright: rgb(234,242,255);
|
||||
normal: rgb(120,172,255);
|
||||
dark: rgb(0,66,174);
|
||||
|
||||
*/
|
||||
.dynamic-tab-pane-control.tab-pane {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab {
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
font-size: 12px;
|
||||
cursor: Default;
|
||||
display: inline;
|
||||
margin: 1px -5px 1px 5px;
|
||||
float: left;
|
||||
padding: 3px 6px 3px 6px;
|
||||
background: rgb(234, 242, 255);
|
||||
border: 1px solid;
|
||||
border-color: rgb(210, 210, 210);
|
||||
border-left: 1px;
|
||||
border-bottom: 0;
|
||||
border-top: 1px;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab.selected {
|
||||
border: 1px solid rgb(120, 172, 255);
|
||||
border-bottom: 0;
|
||||
z-index: 3;
|
||||
padding: 2px 6px 5px 6px;
|
||||
margin: 1px -6px -2px 0px;
|
||||
top: -2px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab a {
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
font-size: 13px;
|
||||
color: #5670A1;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .hover a {
|
||||
color: #328639;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab.selected a {
|
||||
font-weight: bold;
|
||||
color: #328639;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-page {
|
||||
clear: both;
|
||||
border: 1px solid #888888;
|
||||
background: #F8F8FF;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
color: Black;
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
font-size: 13px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row {
|
||||
z-index: 1;
|
||||
white-space: nowrap;
|
||||
/* background: #EEEEEE; */
|
||||
height: 1.85em;
|
||||
width: 100%;
|
||||
/*
|
||||
|
||||
bright: rgb(234,242,255);
|
||||
normal: rgb(120,172,255);
|
||||
dark: rgb(0,66,174);
|
||||
|
||||
*/
|
||||
.dynamic-tab-pane-control.tab-pane {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab {
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
font-size: 12px;
|
||||
cursor: Default;
|
||||
display: inline;
|
||||
margin: 1px -5px 1px 5px;
|
||||
float: left;
|
||||
padding: 3px 6px 3px 6px;
|
||||
background: rgb(234, 242, 255);
|
||||
border: 1px solid;
|
||||
border-color: rgb(210, 210, 210);
|
||||
border-left: 1px;
|
||||
border-bottom: 0;
|
||||
border-top: 1px;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab.selected {
|
||||
border: 1px solid rgb(120, 172, 255);
|
||||
border-bottom: 0;
|
||||
z-index: 3;
|
||||
padding: 2px 6px 5px 6px;
|
||||
margin: 1px -6px -2px 0px;
|
||||
top: -2px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab a {
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
font-size: 13px;
|
||||
color: #5670A1;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .hover a {
|
||||
color: #328639;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row .tab.selected a {
|
||||
font-weight: bold;
|
||||
color: #328639;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-page {
|
||||
clear: both;
|
||||
border: 1px solid #888888;
|
||||
background: #F8F8FF;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
color: Black;
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
font-size: 13px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.dynamic-tab-pane-control .tab-row {
|
||||
z-index: 1;
|
||||
white-space: nowrap;
|
||||
/* background: #EEEEEE; */
|
||||
height: 1.85em;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user