1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/14976] Start converting ems

PHPBB3-14976
This commit is contained in:
hanakin
2017-01-08 14:00:13 -05:00
committed by Michael Miday
parent 0e6a0aae8f
commit 980a9a6f69
6 changed files with 48 additions and 55 deletions

View File

@@ -11,13 +11,13 @@
---------------------------------------- */
fieldset {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
font-size: 11px;
border-width: 0;
}
input {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-size: 11px;
font-weight: normal;
vertical-align: middle;
padding: 0 3px;
@@ -25,7 +25,7 @@ input {
select {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-size: 11px;
font-weight: normal;
vertical-align: middle;
border: 1px solid transparent;
@@ -38,18 +38,18 @@ select:focus {
}
option {
padding-right: 1em;
padding-right: 11px;
}
select optgroup option {
font-family: Verdana, Helvetica, Arial, sans-serif;
padding-right: 1em;
padding-right: 11px;
}
textarea {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.4em;
font-size: 11px;
line-height: 18px;
width: 60%;
padding: 2px;
}
@@ -86,16 +86,6 @@ fieldset dd {
margin-left: 41%;
}
/* Specific layout 1 */
fieldset.fields1 dt {
border-right-width: 0;
width: 15em;
}
fieldset.fields1 dd {
border-left-width: 0;
margin-left: 15em;
}
fieldset.fields1 div {
margin-bottom: 3px;
@@ -106,15 +96,21 @@ fieldset.fields1 .live-search div {
margin-bottom: 0;
}
/* Specific layout 2 */
fieldset.fields2 dt {
/* Specific layouts */
fieldset.fields2 dt,
fieldset.fields1 dt {
border-right-width: 0;
width: 15em;
width: 165px;
}
fieldset.fields2 dd {
fieldset.fields2 dd,
fieldset.fields1 dd {
border-left-width: 0;
margin-left: 16em;
margin-left: 176px;
}
fieldset.fields1 dd {
margin-left: 165px;
}
/* Form elements */
@@ -191,7 +187,7 @@ fieldset.display-options a {
}
.dropdown fieldset.display-options {
font-size: 1em;
font-size: 11px;
margin: 0;
padding: 0;
}
@@ -210,10 +206,10 @@ fieldset.display-options a {
/* Display actions for ucp and mcp pages */
fieldset.display-actions {
line-height: 2em;
line-height: 22px;
text-align: right;
white-space: nowrap;
padding-right: 1em;
padding-right: 11px;
}
fieldset.display-actions label {
@@ -221,8 +217,9 @@ fieldset.display-actions label {
padding-right: 2px;
}
/* Not used anywhere */
fieldset.sort-options {
line-height: 2em;
line-height: 22px;
}
/* MCP forum selection */
@@ -267,7 +264,7 @@ fieldset.submit-buttons input {
.message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
/* font-size: 13px; */
outline: 3px dashed transparent;
outline-offset: -4px;
width: 450px;