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

Commit

Permalink
Fix activity monitor style
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 29, 2016
1 parent f8628e9 commit fedc7fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -14,7 +14,8 @@
width:20%;

div.dialogContent {
border-radius: 10px;
border-radius: 2px;
padding: 30px;
box-shadow: @activity_box_shadow;
}
span.click_anywhere {
Expand Down
3 changes: 2 additions & 1 deletion core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css
Expand Up @@ -1708,7 +1708,8 @@ div.shadow_class {
width: 20%;
}
#activity_monitor_warning div.dialogContent {
border-radius: 10px;
border-radius: 2px;
padding: 30px;
box-shadow: 1px 1px 46px rgba(0, 0, 0, 0.67);
}
#activity_monitor_warning span.click_anywhere {
Expand Down

0 comments on commit fedc7fb

Please sign in to comment.