Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit fedc7fb

Browse files
committed
Fix activity monitor style
1 parent f8628e9 commit fedc7fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/src/plugins/gui.ajax/res/themes/orbit/css/components/activity.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
width:20%;
1515

1616
div.dialogContent {
17-
border-radius: 10px;
17+
border-radius: 2px;
18+
padding: 30px;
1819
box-shadow: @activity_box_shadow;
1920
}
2021
span.click_anywhere {

core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,8 @@ div.shadow_class {
17081708
width: 20%;
17091709
}
17101710
#activity_monitor_warning div.dialogContent {
1711-
border-radius: 10px;
1711+
border-radius: 2px;
1712+
padding: 30px;
17121713
box-shadow: 1px 1px 46px rgba(0, 0, 0, 0.67);
17131714
}
17141715
#activity_monitor_warning span.click_anywhere {

0 commit comments

Comments
 (0)