Открыть боковую панель
nt_test111
nt_project_u8hcxr42ygkw
Коммиты
18e4e22b
Коммит
18e4e22b
создал
Дек 18, 2017
по автору
Winnie Hellmann
Просмотр файлов
Replace relative positioning with margin for pipeline actions
владелец
3870a1bd
Изменения
1
Скрыть пробелы
Построчно
Рядом
app/assets/stylesheets/pages/pipelines.scss
Просмотр файла @
18e4e22b
...
...
@@ -492,9 +492,6 @@
svg
{
fill
:
$gl-text-color-secondary
;
position
:
relative
;
left
:
5px
;
top
:
2px
;
width
:
18px
;
height
:
18px
;
}
...
...
@@ -728,7 +725,7 @@ button.mini-pipeline-graph-dropdown-toggle {
border
:
1px
solid
$border-color
;
width
:
$ci-action-icon-size
;
height
:
$ci-action-icon-size
;
padding
:
2px
0
0
5px
;
padding
:
2px
;
font-size
:
12px
;
background-color
:
$white-light
;
position
:
absolute
;
...
...
@@ -746,30 +743,24 @@ button.mini-pipeline-graph-dropdown-toggle {
fill
:
$gl-text-color-secondary
;
width
:
#{
$ci-action-icon-size
-
6
}
;
height
:
#{
$ci-action-icon-size
-
6
}
;
left
:
-3px
;
position
:
relative
;
top
:
-2px
;
margin
:
5px
;
&
.icon-action-stop
,
&
.icon-action-cancel
{
width
:
12px
;
height
:
12px
;
top
:
1px
;
left
:
-1px
;
margin
:
2px
;
}
&
.icon-action-play
{
width
:
11px
;
height
:
11px
;
top
:
1px
;
left
:
1px
;
margin
:
2
.5px
4px
;
}
&
.icon-action-retry
{
width
:
16px
;
height
:
16px
;
top
:
0
;
left
:
-3px
;
}
}
...
...
@@ -783,7 +774,7 @@ button.mini-pipeline-graph-dropdown-toggle {
svg
{
width
:
#{
$ci-action-icon-size
-
6
}
;
height
:
#{
$ci-action-icon-size
-
6
}
;
left
:
8
px
;
margin
:
7px
8
.5
px
;
}
}
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать