1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00
#7258
#7268
#7278
#7314


git-svn-id: file:///svn/phpbb/trunk@6914 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher
2007-01-21 17:32:26 +00:00
parent fcfe045307
commit 61d4209aaf
4 changed files with 26 additions and 15 deletions

View File

@@ -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 -->

View File

@@ -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;