Skip to content

Commit

Permalink
Fixed issue #3926: Save button in admin panel not fully readable in IE
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8008 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Nov 30, 2009
1 parent e0ff55f commit 82eb330
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion admin/globalsettings.php
Expand Up @@ -283,7 +283,7 @@ function globalsettingsdisplay()
. "\t\t\t<option value='2'";
if (getGlobalSetting('emailsmtpdebug')=='2' || getGlobalSetting('emailsmtpssl')==1) {$editsurvey .= " selected='selected'";}
$editsurvey .= ">".$clang->gT("Always")."</option>\n"
. "\t\t</select></li><br />\n"
. "\t\t</select><br />&nbsp;</li>\n"
. "\t<li><label for='maxemails'>".$clang->gT("Email batch size:")."</label>\n"
. "\t\t<input type='text' size='5' id='maxemails' name='maxemails' value=\"".htmlspecialchars(getGlobalSetting('maxemails'))."\" /></li>\n"
. "\t</ul>\n";
Expand Down
6 changes: 0 additions & 6 deletions admin/styles/default/adminstyle-rtl.css
Expand Up @@ -114,12 +114,6 @@ color:#1D2D45;
font-size:11px;
}

.standardbtn {
height:20px;
color:#000;
font-size:11px;
}

.disabledbtn {
height:20px;
color:#999;
Expand Down
6 changes: 0 additions & 6 deletions admin/styles/default/adminstyle.css
Expand Up @@ -225,12 +225,6 @@ td {
font-size: 11px;
}

.standardbtn {
line-height: 20px;
height: 20px;
font-size: 11px;
}

.disabledbtn {
height:20px;
color:#999;
Expand Down
9 changes: 3 additions & 6 deletions admin/styles/phpsurveyor/adminstyle.css
Expand Up @@ -73,12 +73,12 @@ td {
font-size: 11px;
}
.standardbtn {
height: 20;
height: 20px;
color: #000;
font-size: 11px;
}
.disabledbtn {
height: 20;
height: 20px;
color: #999;
font-size: 11px;
}
Expand Down Expand Up @@ -153,10 +153,7 @@ textarea {
font-weight: bold;
color: #090;
}
{
font-weight: bold;
color: #F00;
}

font.settingcaption {
vertical-align: top;
text-align: right;
Expand Down

0 comments on commit 82eb330

Please sign in to comment.