Bug 1242073 - Tweaks to about:networking. r=jaws

--HG--
extra : commitid : 5Mg53bdIi9i
This commit is contained in:
Tim Nguyen 2016-02-01 19:55:07 +01:00
Родитель 0da74ae170
Коммит 3bbd5d5b80
1 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -23,8 +23,15 @@ body {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
#refreshButton {
vertical-align: middle;
}
.category { .category {
cursor: pointer; cursor: pointer;
/* Center category names */
display: flex;
align-items: center;
} }
.category .category-name { .category .category-name {
@ -36,6 +43,7 @@ body {
.warningBackground:not([hidden]) { .warningBackground:not([hidden]) {
display: flex; display: flex;
} }
.warningBackground { .warningBackground {
flex-direction: column; flex-direction: column;
box-sizing: border-box; box-sizing: border-box;
@ -54,7 +62,7 @@ body {
.title { .title {
position: relative; position: relative;
border-bottom: 1px solid var(--in-content-box-border-color); border-bottom: 1px solid var(--in-content-box-border-color);
margin-bottom: 2em; margin-bottom: 1em;
padding-bottom: 0.5em; padding-bottom: 0.5em;
} }
@ -81,7 +89,7 @@ body {
} }
.tab { .tab {
padding: 0.5em; padding: 0.5em 0;
} }
.tab table { .tab table {
@ -91,7 +99,7 @@ body {
hr { hr {
border: none; border: none;
border-bottom: 1px solid var(--in-content-box-border-color); border-bottom: 1px solid rgba(255,255,255,0.15);
} }
th { th {