Bug 1004679 - Use text-align: start or end instead of left or right in DevTools themes. r=bgrins

This commit is contained in:
Alex 2014-08-13 05:27:00 -04:00
Родитель 6e005944df
Коммит e984d4c73c
9 изменённых файлов: 11 добавлений и 11 удалений

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

@ -136,7 +136,7 @@
.gcli-menu-more {
font-size: 80%;
text-align: right;
text-align: end;
-moz-padding-end: 8px;
}

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

@ -50,7 +50,7 @@ h1 .info {
font-weight: bold;
color: #000;
white-space: nowrap;
text-align: right;
text-align: end;
vertical-align: top;
width: 10%;
}

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

@ -136,7 +136,7 @@
.gcli-menu-more {
font-size: 80%;
text-align: right;
text-align: end;
-moz-padding-end: 8px;
}

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

@ -51,7 +51,7 @@ h1 .info {
padding-right: 4px;
color: #000;
white-space: nowrap;
text-align: right;
text-align: end;
vertical-align: top;
width: 10%;
}

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

@ -190,7 +190,7 @@ button {
}
.permission-table-header > div:first-child {
text-align: left;
text-align: start;
padding-left: 10px;
flex-basis: 30%;
}
@ -228,7 +228,7 @@ button {
}
.permission > div:first-child {
text-align: left;
text-align: start;
padding: 3px 10px;
flex-basis: 30%;
font-weight: bold;
@ -277,7 +277,7 @@ button {
display: flex;
padding: 15px 10px;
display: block;
text-align: left;
text-align: start;
flex-grow: 1;
}

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

@ -105,7 +105,7 @@
}
.devtools-autocomplete-listbox > richlistitem > .autocomplete-count {
text-align: right;
text-align: end;
}
/* Rest of the dark and light theme */

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

@ -8,7 +8,7 @@
.ruleview-rule-source {
-moz-padding-start: 5px;
text-align: right;
text-align: end;
float: right;
-moz-user-select: none;
}

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

@ -136,7 +136,7 @@
.gcli-menu-more {
font-size: 80%;
text-align: right;
text-align: end;
-moz-padding-end: 8px;
}

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

@ -51,7 +51,7 @@ h1 .info {
padding-right: 4px;
color: #000;
white-space: nowrap;
text-align: right;
text-align: end;
vertical-align: top;
width: 10%;
}