diff options
| author | Kumar Priyansh <[email protected]> | 2018-05-23 23:04:29 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-23 23:04:29 +0530 |
| commit | 6013a22547c7e13b0a176b6f2df9ee69a2d2d335 (patch) | |
| tree | 0e4200985d8f460853d17062982dae9ff5cde401 /css | |
| parent | 6cc08d5de72c0938c1d7189857ec3851bc7c2774 (diff) | |
| download | Chess3D-6013a22547c7e13b0a176b6f2df9ee69a2d2d335.tar.xz Chess3D-6013a22547c7e13b0a176b6f2df9ee69a2d2d335.zip | |
Updated Styles
Diffstat (limited to 'css')
| -rw-r--r-- | css/dark-hive/jquery-ui-1.10.3.custom.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/dark-hive/jquery-ui-1.10.3.custom.css b/css/dark-hive/jquery-ui-1.10.3.custom.css index 507a352..02abc68 100644 --- a/css/dark-hive/jquery-ui-1.10.3.custom.css +++ b/css/dark-hive/jquery-ui-1.10.3.custom.css @@ -225,7 +225,9 @@ button.ui-button-icon-only { button.ui-button-icons-only { width: 3.7em; } - +.ui-button { + margin: 10px 0px 10px 0px; +} /* button text element */ .ui-button .ui-button-text { display: block; |
