Skip to content

Commit c9cd9ce

Browse files
committed
translate comments in *.css
1 parent 4256af7 commit c9cd9ce

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

2-ui/4-forms-controls/2-focus-blur/3-editable-div/solution.view/my.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515

1616
.edit {
17-
/* replace padding with border (still 3px not to shift the contents) */
17+
/* замена отступа границей (по прежнему 3px и содержимое не смещается) */
1818
border: 3px solid blue;
1919
padding: 0px;
2020
}
2121

2222
.edit:focus {
2323
outline: none;
24-
/* remove focus border in Safari */
24+
/* удаление рамки фокуса в Safari */
2525
}

2-ui/4-forms-controls/2-focus-blur/3-editable-div/source.view/my.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515

1616
.edit {
17-
/* replace padding with border (still 3px not to shift the contents) */
17+
/* замена отступа границей (по прежнему 3px и содержимое не смещается) */
1818
border: 3px solid blue;
1919
padding: 0px;
2020
}
2121

2222
.edit:focus {
2323
outline: none;
24-
/* remove focus border in Safari */
24+
/* удаление рамки фокуса в Safari */
2525
}

2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/solution.view/bagua.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* common styles for the table, no need to modify these */
1+
/* общие стили для таблицы, изменять их не нужно */
22

33
th {
44
text-align: center;

2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/solution.view/my.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
padding: 0;
55
display: block;
66
resize: none;
7-
/* remove resizing handle in Firefox */
7+
/* отключаем ресайз в Firefox */
88

99
outline: none;
10-
/* remove outline on focus in Chrome */
10+
/* удаляем рамку при фокусировке в Chrome */
1111

1212
overflow: auto;
13-
/* remove scrollbar in IE */
13+
/* удаляем полосу прокрутки в IE */
1414
}
1515

1616
.edit-controls {

2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/source.view/bagua.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* common styles for the table, no need to modify these */
1+
/* общие стили для таблицы, изменять их не нужно */
22

33
th {
44
text-align: center;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/* your styles */
1+
/* ваши стили */

0 commit comments

Comments
 (0)