Bug 1593527 - Cleanup CustomRequestPanel.css to fix RTL r=Honza

Differential Revision: https://phabricator.services.mozilla.com/D51531

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2019-11-04 09:58:40 +00:00
Родитель 9c0b3f6b24
Коммит 235c8782ec
1 изменённых файлов: 11 добавлений и 16 удалений

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

@ -7,9 +7,10 @@
grid-row: 1 / 1; grid-row: 1 / 1;
} }
.network-monitor .custom-method-and-url .custom-url-value{ .network-monitor .custom-method-and-url .custom-url-value {
grid-column: 2 / 2; grid-column: 2 / 2;
grid-row: 2 / 2; grid-row: 2 / 2;
margin-inline-start: 12px;
} }
.network-monitor .custom-method-and-url .custom-method-value { .network-monitor .custom-method-and-url .custom-method-value {
@ -17,11 +18,10 @@
grid-row: 2 / 2; grid-row: 2 / 2;
} }
.network-monitor .custom-method-and-url .custom-url-value-label { .network-monitor .custom-method-and-url .custom-url-value-label {
grid-column: 2 / 2; grid-column: 2 / 2;
grid-row: 1 / 1 ; grid-row: 1 / 1 ;
margin-left: 12px; margin-inline-start: 12px;
} }
.network-monitor .tabpanel-summary-container.custom-method-and-url { .network-monitor .tabpanel-summary-container.custom-method-and-url {
@ -40,10 +40,7 @@
font-weight: 400; font-weight: 400;
margin-top: 4px; margin-top: 4px;
padding: 8px; padding: 8px;
} direction: ltr;
.network-monitor .custom-method-and-url .custom-url-value {
margin-left: 12px;
} }
.network-monitor .custom-request-panel { .network-monitor .custom-request-panel {
@ -52,7 +49,7 @@
height: 100%; height: 100%;
} }
.network-monitor .custom-request-panel .custom-request-panel-content{ .network-monitor .custom-request-panel .custom-request-panel-content {
flex: 1 1 auto; flex: 1 1 auto;
height: auto; height: auto;
overflow: auto; overflow: auto;
@ -60,8 +57,7 @@
.network-monitor .custom-request-panel-content > div:not(.custom-request) { .network-monitor .custom-request-panel-content > div:not(.custom-request) {
margin-bottom: 12px; margin-bottom: 12px;
padding-left: 16px; padding-inline: 16px;
padding-right: 16px;
} }
.network-monitor .custom-request { .network-monitor .custom-request {
@ -85,8 +81,7 @@
.network-monitor .custom-request button { .network-monitor .custom-request button {
height: 24px; height: 24px;
margin-bottom: 4px; margin-bottom: 4px;
padding-left: 8px; padding-inline: 8px;
padding-right: 8px;
width: auto; width: auto;
} }
@ -109,7 +104,7 @@
} }
.network-monitor .custom-request #custom-request-close-button { .network-monitor .custom-request #custom-request-close-button {
margin-right: 4px; margin-inline-end: 4px;
} }
.network-monitor .custom-header { .network-monitor .custom-header {