Thomas Vachuska
Committed by Gerrit Code Review

Adjusted dialog button styling.

Change-Id: Ic91a7d96eecad791673c8adabc070a4d5477bfd2
...@@ -34,10 +34,11 @@ ...@@ -34,10 +34,11 @@
34 } 34 }
35 35
36 .dialog .dialog-button { 36 .dialog .dialog-button {
37 + border-radius: 3px;
37 display: inline-block; 38 display: inline-block;
38 cursor: pointer; 39 cursor: pointer;
39 height: 20px; 40 height: 20px;
40 - padding: 2px 6px; 41 + padding: 6px 8px 2px 8px;
41 margin: 4px; 42 margin: 4px;
42 float: right; 43 float: right;
43 /* color works for both light and dark themes */ 44 /* color works for both light and dark themes */
......