|
From: Meik S. <acy...@ph...> - 2009-09-22 09:56:40
|
Author: acydburn
Date: Tue Sep 22 10:55:50 2009
New Revision: 10176
Log:
regression in r9647 (wrong fix for bug #45975) - Bug #51505 (Patch by HardStyle)
Modified:
branches/phpBB-3_0_0/phpBB/adm/style/admin.css
Modified: branches/phpBB-3_0_0/phpBB/adm/style/admin.css
==============================================================================
*** branches/phpBB-3_0_0/phpBB/adm/style/admin.css (original)
--- branches/phpBB-3_0_0/phpBB/adm/style/admin.css Tue Sep 22 10:55:50 2009
***************
*** 69,76 ****
h3, h4 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 1.20em;
! text-decoration: none;
! line-height: 1.20em;
margin-top: 25px;
}
--- 69,76 ----
h3, h4 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 1.20em;
! text-decoration: none;
! line-height: 1.20em;
margin-top: 25px;
}
***************
*** 97,104 ****
height: 1px;
}
! .small {
! font-size: 0.85em;
}
/* General links */
--- 97,104 ----
height: 1px;
}
! .small {
! font-size: 0.85em;
}
/* General links */
***************
*** 195,201 ****
width: 76%;
margin: 0 0 0 3%;
min-height: 350px;
! overflow-y: auto;
}
.rtl #main {
--- 195,201 ----
width: 76%;
margin: 0 0 0 3%;
min-height: 350px;
! overflow-x: auto;
}
.rtl #main {
***************
*** 203,210 ****
margin: 0 3% 0 0;
}
! * html #main {
! height: 350px;
}
#page-body.simple-page-body {
--- 203,211 ----
margin: 0 3% 0 0;
}
! * html #main {
! height: 350px;
! overflow-x: visible;
}
#page-body.simple-page-body {
***************
*** 316,322 ****
padding: 0;
}
! span.corners-top, span.corners-bottom,
span.corners-top span, span.corners-bottom span {
font-size: 1px;
line-height: 1px;
--- 317,323 ----
padding: 0;
}
! span.corners-top, span.corners-bottom,
span.corners-top span, span.corners-bottom span {
font-size: 1px;
line-height: 1px;
***************
*** 795,801 ****
fieldset.quick, p.quick {
margin: 0 0 5px;
! padding: 5px 0 0;
border: none;
background-color: transparent;
text-align: right;
--- 796,802 ----
fieldset.quick, p.quick {
margin: 0 0 5px;
! padding: 5px 0 0;
border: none;
background-color: transparent;
text-align: right;
***************
*** 848,854 ****
}
/* Special case inputs */
! select#board_timezone,
select#full_folder_action {
width: 95%;
}
--- 849,855 ----
}
/* Special case inputs */
! select#board_timezone,
select#full_folder_action {
width: 95%;
}
***************
*** 1245,1256 ****
}
/* Nice method for clearing floated blocks without having to insert any extra markup
! From http://www.positioniseverything.net/easyclearing.html
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
! content: ".";
! display: block;
! height: 0;
! clear: both;
visibility: hidden;
}*/
--- 1246,1257 ----
}
/* Nice method for clearing floated blocks without having to insert any extra markup
! From http://www.positioniseverything.net/easyclearing.html
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
! content: ".";
! display: block;
! height: 0;
! clear: both;
visibility: hidden;
}*/
***************
*** 1317,1323 ****
height: 1.1em;
}
! /* Permission sections */
fieldset.permissions .permissions-simple {
text-align: left;
padding-top: 3px;
--- 1318,1324 ----
height: 1.1em;
}
! /* Permission sections */
fieldset.permissions .permissions-simple {
text-align: left;
padding-top: 3px;
***************
*** 1528,1534 ****
background-image: url("../images/corners_right2.gif");
}
! .permissions-panel span.corners-top, .permissions-panel span.corners-bottom,
.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span {
font-size: 1px;
line-height: 1px;
--- 1529,1535 ----
background-image: url("../images/corners_right2.gif");
}
! .permissions-panel span.corners-top, .permissions-panel span.corners-bottom,
.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span {
font-size: 1px;
line-height: 1px;
***************
*** 1606,1612 ****
}
.permissions-panel th.row4 {
! background-image: none;
background-color: #E4E8EB;
color: #536482;
border: none;
--- 1607,1613 ----
}
.permissions-panel th.row4 {
! background-image: none;
background-color: #E4E8EB;
color: #536482;
border: none;
***************
*** 1614,1621 ****
.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited {
display: block;
! color: #FFFFFF;
! text-decoration: underline;
}
.permissions-panel td.permissions-yes label:hover {
--- 1615,1622 ----
.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited {
display: block;
! color: #FFFFFF;
! text-decoration: underline;
}
.permissions-panel td.permissions-yes label:hover {
|