diff options
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_language.html | 9 | ||||
-rw-r--r-- | phpBB/adm/style/admin.css | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index 2eea79e8bd..21f7347d3d 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -118,6 +118,15 @@ <br /><br /><br /> + <!-- DIRTY DIRTY DIRTY IE --> + <!--[if lt IE 8]> + <style type="text/css"> + input.langvalue, textarea.langvalue { + width: 450px; + } + </style> + < ![endif]--> + <table cellspacing="1"> <thead> <!-- IF S_EMAIL_FILE --> diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 6b85be7f94..34bddf390a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -381,7 +381,6 @@ fieldset { border-top: 1px solid #D5D5C8; background-color: #ECECEC; position: relative; - z-index: 10; } legend { position: absolute; @@ -392,7 +391,6 @@ legend { font-weight: bold; line-height: 100%; text-transform: uppercase; - z-index: 20; } fieldset p { @@ -414,6 +412,10 @@ input { vertical-align: middle; } +input.langvalue, textarea.langvalue { + width: 90%; +} + select { font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-size: 100%; @@ -1170,7 +1172,7 @@ fieldset.perm .perm_switch { background-color: #E4E8EB; } -.perm_panel th a { +.perm_panel th a:link, .perm_panel th a:hover, .perm_panel th a:visited { display: block; color: #FFA34F; text-decoration: underline; |