diff --git a/css/default.css b/css/default.css index 4da4871f..8fe0b814 100644 --- a/css/default.css +++ b/css/default.css @@ -174,6 +174,31 @@ input[readonly], select[readonly], textarea[readonly] { margin-right: 10px; } +#extension-buttons { + margin-right: 15px; +} + +#extension-buttons > .btn-group { + margin: 5px 0 0; +} + +#extension-buttons > .btn-group > .btn { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +#extension-buttons > .btn-group:first-child > .btn { + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +#extension-buttons > .btn-group:last-child > .btn { + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + .btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; @@ -405,7 +430,7 @@ div.dropdown-menu i { width: 43px; height: 11px; background-position: 0 0; - margin: 14px 15px 0; + margin: 16px 16px 0; } .working-indicator.show { diff --git a/index.html b/index.html index 00ad1d11..02e9e4f9 100644 --- a/index.html +++ b/index.html @@ -34,31 +34,7 @@