summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/file_manager/css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/file_manager/css')
-rw-r--r--chrome/browser/resources/file_manager/css/combobutton.css4
-rw-r--r--chrome/browser/resources/file_manager/css/common.css10
2 files changed, 9 insertions, 5 deletions
diff --git a/chrome/browser/resources/file_manager/css/combobutton.css b/chrome/browser/resources/file_manager/css/combobutton.css
index a1a5e8e..2651aad 100644
--- a/chrome/browser/resources/file_manager/css/combobutton.css
+++ b/chrome/browser/resources/file_manager/css/combobutton.css
@@ -7,10 +7,6 @@
display: -webkit-box;
}
-body[new-ui] .buttonbar button {
- -webkit-margin-start: 10px;
-}
-
.buttonbar .combobutton > .action {
background-position: left center;
background-repeat: no-repeat;
diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
index 262e682..4eba2d7 100644
--- a/chrome/browser/resources/file_manager/css/common.css
+++ b/chrome/browser/resources/file_manager/css/common.css
@@ -146,6 +146,10 @@ body:not([new-ui]) .buttonbar button.small {
body:not([new-ui]) .buttonbar button {
-webkit-border-radius: 2px;
-webkit-box-shadow: none;
+ -webkit-margin-after: 0;
+ -webkit-margin-begin: 0;
+ -webkit-margin-end: 0;
+ -webkit-margin-start: 8px;
-webkit-transition: all 218ms;
-webkit-user-select: none;
background-color: whiteSmoke;
@@ -157,7 +161,6 @@ body:not([new-ui]) .buttonbar button {
font-size: 13px;
height: 27px;
line-height: 27px;
- margin: 0 0 0 8px;
min-width: 54px;
padding: 0 8px;
position: relative;
@@ -434,6 +437,10 @@ body[new-ui] select {
z-index: 1;
}
+body[new-ui] .buttonbar button {
+ -webkit-margin-start: 8px;
+}
+
body:not([new-ui]) button:hover,
body:not([new-ui]) input[type='button']:hover,
body:not([new-ui]) input[type='submit']:hover,
@@ -681,6 +688,7 @@ body[new-ui] .cr-dialog-buttons {
}
body[new-ui] .cr-dialog-buttons button {
+ -webkit-margin-start: 8px;
line-height: 1.8;
}