regression in r9647 (wrong fix for bug #45975) - Bug #51505 (Patch by HardStyle)

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10176 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-09-22 09:55:50 +00:00
parent 2ba402b06d
commit 5d52b32a63

View file

@ -69,8 +69,8 @@ h2, caption {
h3, h4 { h3, h4 {
font-family: "Trebuchet MS", Helvetica, sans-serif; font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 1.20em; font-size: 1.20em;
text-decoration: none; text-decoration: none;
line-height: 1.20em; line-height: 1.20em;
margin-top: 25px; margin-top: 25px;
} }
@ -97,8 +97,8 @@ hr {
height: 1px; height: 1px;
} }
.small { .small {
font-size: 0.85em; font-size: 0.85em;
} }
/* General links */ /* General links */
@ -195,7 +195,7 @@ li {
width: 76%; width: 76%;
margin: 0 0 0 3%; margin: 0 0 0 3%;
min-height: 350px; min-height: 350px;
overflow-y: auto; overflow-x: auto;
} }
.rtl #main { .rtl #main {
@ -203,8 +203,9 @@ li {
margin: 0 3% 0 0; margin: 0 3% 0 0;
} }
* html #main { * html #main {
height: 350px; height: 350px;
overflow-x: visible;
} }
#page-body.simple-page-body { #page-body.simple-page-body {
@ -316,7 +317,7 @@ li {
padding: 0; padding: 0;
} }
span.corners-top, span.corners-bottom, span.corners-top, span.corners-bottom,
span.corners-top span, span.corners-bottom span { span.corners-top span, span.corners-bottom span {
font-size: 1px; font-size: 1px;
line-height: 1px; line-height: 1px;
@ -795,7 +796,7 @@ label img {
fieldset.quick, p.quick { fieldset.quick, p.quick {
margin: 0 0 5px; margin: 0 0 5px;
padding: 5px 0 0; padding: 5px 0 0;
border: none; border: none;
background-color: transparent; background-color: transparent;
text-align: right; text-align: right;
@ -848,7 +849,7 @@ select option.disabled {
} }
/* Special case inputs */ /* Special case inputs */
select#board_timezone, select#board_timezone,
select#full_folder_action { select#full_folder_action {
width: 95%; width: 95%;
} }
@ -1245,12 +1246,12 @@ input.disabled {
} }
/* Nice method for clearing floated blocks without having to insert any extra markup /* Nice method for clearing floated blocks without having to insert any extra markup
From http://www.positioniseverything.net/easyclearing.html From http://www.positioniseverything.net/easyclearing.html
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after { .clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
content: "."; content: ".";
display: block; display: block;
height: 0; height: 0;
clear: both; clear: both;
visibility: hidden; visibility: hidden;
}*/ }*/
@ -1317,7 +1318,7 @@ fieldset.permissions legend input{
height: 1.1em; height: 1.1em;
} }
/* Permission sections */ /* Permission sections */
fieldset.permissions .permissions-simple { fieldset.permissions .permissions-simple {
text-align: left; text-align: left;
padding-top: 3px; padding-top: 3px;
@ -1528,7 +1529,7 @@ fieldset.permissions .padding {
background-image: url("../images/corners_right2.gif"); background-image: url("../images/corners_right2.gif");
} }
.permissions-panel span.corners-top, .permissions-panel span.corners-bottom, .permissions-panel span.corners-top, .permissions-panel span.corners-bottom,
.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span { .permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span {
font-size: 1px; font-size: 1px;
line-height: 1px; line-height: 1px;
@ -1606,7 +1607,7 @@ fieldset.permissions .padding {
} }
.permissions-panel th.row4 { .permissions-panel th.row4 {
background-image: none; background-image: none;
background-color: #E4E8EB; background-color: #E4E8EB;
color: #536482; color: #536482;
border: none; border: none;
@ -1614,8 +1615,8 @@ fieldset.permissions .padding {
.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited { .permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited {
display: block; display: block;
color: #FFFFFF; color: #FFFFFF;
text-decoration: underline; text-decoration: underline;
} }
.permissions-panel td.permissions-yes label:hover { .permissions-panel td.permissions-yes label:hover {