зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9c0b3f6b24
Коммит
235c8782ec
|
@ -10,6 +10,7 @@
|
|||
.network-monitor .custom-method-and-url .custom-url-value {
|
||||
grid-column: 2 / 2;
|
||||
grid-row: 2 / 2;
|
||||
margin-inline-start: 12px;
|
||||
}
|
||||
|
||||
.network-monitor .custom-method-and-url .custom-method-value {
|
||||
|
@ -17,11 +18,10 @@
|
|||
grid-row: 2 / 2;
|
||||
}
|
||||
|
||||
|
||||
.network-monitor .custom-method-and-url .custom-url-value-label {
|
||||
grid-column: 2 / 2;
|
||||
grid-row: 1 / 1 ;
|
||||
margin-left: 12px;
|
||||
margin-inline-start: 12px;
|
||||
}
|
||||
|
||||
.network-monitor .tabpanel-summary-container.custom-method-and-url {
|
||||
|
@ -40,10 +40,7 @@
|
|||
font-weight: 400;
|
||||
margin-top: 4px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.network-monitor .custom-method-and-url .custom-url-value {
|
||||
margin-left: 12px;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.network-monitor .custom-request-panel {
|
||||
|
@ -60,8 +57,7 @@
|
|||
|
||||
.network-monitor .custom-request-panel-content > div:not(.custom-request) {
|
||||
margin-bottom: 12px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-inline: 16px;
|
||||
}
|
||||
|
||||
.network-monitor .custom-request {
|
||||
|
@ -85,8 +81,7 @@
|
|||
.network-monitor .custom-request button {
|
||||
height: 24px;
|
||||
margin-bottom: 4px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-inline: 8px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
@ -109,7 +104,7 @@
|
|||
}
|
||||
|
||||
.network-monitor .custom-request #custom-request-close-button {
|
||||
margin-right: 4px;
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
|
||||
.network-monitor .custom-header {
|
||||
|
|
Загрузка…
Ссылка в новой задаче