mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Fix minor CSS issues (#4492)
Fix the following issues to make it CSS3 compliant: - Font-style bold is not a font-style value - Family names containing whitespace should be quoted - Same color for background-color and border-color Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
30201d4329
commit
c26d2158a1
|
@ -209,7 +209,7 @@ span.transport-box {
|
||||||
/* STATE BLOCK COMMON*/
|
/* STATE BLOCK COMMON*/
|
||||||
span.state-block {
|
span.state-block {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
font-family: Consolas, Lucida Console, Courier, monospace;
|
font-family: Consolas, "Lucida Console", Courier, monospace;
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
vertical-align: 13%;
|
vertical-align: 13%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -836,7 +836,7 @@ div.message-panel {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.message-panel:hover .message-panel-commands {
|
div.message-panel:hover .message-panel-commands {
|
||||||
display: block
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tooltip text */
|
/* Tooltip text */
|
||||||
|
@ -1146,7 +1146,7 @@ settings_tab tr:first-child td { border-top: 0px; }
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ccc;
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
.dialog table tbody td {
|
.dialog table tbody td {
|
||||||
|
@ -1181,7 +1181,7 @@ settings_tab tr:first-child td { border-top: 0px; }
|
||||||
}
|
}
|
||||||
.dialog fieldset legend {
|
.dialog fieldset legend {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
font-style: bold;
|
font-weight: bold;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user