Line 119 | Line 119 |
---|
.install-body p a { font-weight: bold;
|
.install-body p a { font-weight: bold;
|
| }
/* List items */ ul, ol { list-style-position: inside; margin-left: 1em; }
li { display: list-item; list-style-type: inherit;
|
}
/* Main blocks
| }
/* Main blocks
|
Line 131 | Line 142 |
---|
#page-header { clear: both; text-align: right;
|
#page-header { clear: both; text-align: right;
|
background: url("../images/phpbb_logo.gif") top left no-repeat; height: 49px;
| background: url("../images/phpbb_logo.png") top left no-repeat; height: 54px;
|
font-size: 0.85em; margin-bottom: 10px; }
.rtl #page-header { text-align: left;
|
font-size: 0.85em; margin-bottom: 10px; }
.rtl #page-header { text-align: left;
|
background: url("../images/phpbb_logo.gif") top right no-repeat;
| background: url("../images/phpbb_logo.png") top right no-repeat;
|
}
#page-header h1 {
| }
#page-header h1 {
|
Line 659 | Line 670 |
---|
position: relative; text-transform: none; line-height: 1.2em;
|
position: relative; text-transform: none; line-height: 1.2em;
|
top: 0;
| top: -.2em;
|
vertical-align: middle; }
|
vertical-align: middle; }
|
/* Hide from macIE \*/ legend { top: -1.2em; } /* end */
| |
* html legend { margin: 0 0 -10px -7px;
| * html legend { margin: 0 0 -10px -7px;
|
Line 722 | Line 729 |
---|
vertical-align: middle; width: auto; color: #000;
|
vertical-align: middle; width: auto; color: #000;
|
| }
select:focus { outline-style: none;
|
}
optgroup {
| }
optgroup {
|
Line 892 | Line 903 |
---|
dd input { font-size: 1.00em; max-width: 100%;
|
dd input { font-size: 1.00em; max-width: 100%;
|
| margin: 2px 0;
|
}
dd select { font-size: 100%;
|
}
dd select { font-size: 100%;
|
| font-size: 1em;
|
width: auto; max-width: 100%;
|
width: auto; max-width: 100%;
|
| margin: 2px 0;
|
}
dd textarea { font-size: 0.90em; width: 90%;
|
}
dd textarea { font-size: 0.90em; width: 90%;
|
}
dd select { width: auto; font-size: 1.00em;
| |
}
fieldset dl {
| }
fieldset dl {
|
Line 971 | Line 980 |
---|
border: 1px solid #BC2A4D; background-color: #E9E9E2; color: #BC2A4D;
|
border: 1px solid #BC2A4D; background-color: #E9E9E2; color: #BC2A4D;
|
| outline-style: none;
|
}
/* Submit button fieldset or paragraph
| }
/* Submit button fieldset or paragraph
|
Line 1063 | Line 1073 |
---|
input.disabled { font-weight: normal; color: #666666;
|
input.disabled { font-weight: normal; color: #666666;
|
| }
/* Focus states */ input.button1:focus, input.button2:focus, input.button3:focus { outline-style: none;
|
}
/* Pagination
| }
/* Pagination
|