mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1246498 - Various clean ups to aboutNetworking.css. r=jaws
This commit is contained in:
parent
b4680bb7fe
commit
333332f080
@ -27,6 +27,8 @@ body {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/** Categories **/
|
||||
|
||||
.category {
|
||||
cursor: pointer;
|
||||
/* Center category names */
|
||||
@ -38,6 +40,12 @@ body {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#categories hr {
|
||||
border-top-color: rgba(255,255,255,0.15);
|
||||
}
|
||||
|
||||
/** Warning container **/
|
||||
|
||||
/* XXX: a lot of this is duplicated from info-pages.css since that stylesheet
|
||||
is incompatible with this type of layout */
|
||||
.warningBackground:not([hidden]) {
|
||||
@ -84,6 +92,8 @@ body {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
/** Content area **/
|
||||
|
||||
.main-content {
|
||||
flex: 1;
|
||||
}
|
||||
@ -97,9 +107,10 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
hr {
|
||||
th, td, table {
|
||||
border-collapse: collapse;
|
||||
border: none;
|
||||
border-bottom: 1px solid rgba(255,255,255,0.15);
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
th {
|
||||
@ -107,12 +118,6 @@ th {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
th, td, table {
|
||||
border-collapse: collapse;
|
||||
border: none;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 0.25em;
|
||||
border-bottom: 1px solid var(--in-content-box-border-color);
|
||||
|
Loading…
Reference in New Issue
Block a user