diff --git a/browser/css/jsdialogs.css b/browser/css/jsdialogs.css index 56394c811..ea7dfad5c 100644 --- a/browser/css/jsdialogs.css +++ b/browser/css/jsdialogs.css @@ -733,37 +733,10 @@ input[type='number']:hover::-webkit-outer-spin-button { font-size: var(--default-font-size); } -#MacroSelectorDialog #table-box2 { - width: auto; -} - -#MacroSelectorDialog #table-box2 > .row > .cell.jsdialog { - width: auto; -} - -#MacroSelectorDialog #table-box2 > .row > .cell.jsdialog:first-of-type { - width: 47%; -} - -#MacroSelectorDialog #table-frame1 { - width: auto; - margin-left: 47%; -} - #MacroSelectorDialog #description { text-transform: none; } -#MacroSelectorDialog #table-frame3 { - width: 100%; -} - -#MacroSelectorDialog #table-frame3 .jsdialog.ui-alignment, -#MacroSelectorDialog #table-frame2, -#MacroSelectorDialog #table-frame2 .vertical.jsdialog.ui-alignment { - width: auto; -} - #MacroSelectorDialog #commands, #MacroSelectorDialog #categories { height: 150px; @@ -808,10 +781,6 @@ input[type='number']:hover::-webkit-outer-spin-button { color: var(--color-text-darker); } -#MacroSelectorDialog #table-frame3 .jsdialog.ui-treeview-entry { - padding-left: 12px; -} - /* color selector */ .unotoolbutton .selected-color { height: 5px;