Sha256: 5aecd46ac1926ba8da8b1ff8bd2a0ab722ada03d1f54dd3c9b6b7585e843d8da
Contents?: true
Size: 891 Bytes
Versions: 39
Compression:
Stored size: 891 Bytes
Contents
//TODO: for some reason these are missing in our patternfly version html .pagination-pf-pagesize.btn-group { display: flex; float: none; margin-bottom: 0; margin-left: 0; margin-right: 5px; width: auto; } // necessary because of !important table margin css from foreman // https://github.com/theforeman/foreman/blob/develop/app/assets/stylesheets/base.scss#L242 .table + .table-view-pf-pagination { margin-top: -6px !important; } // override foreman's .editable styles, that are conflicting with the patternfly ones .pf-table-inline-edit { .editable { background: none; } } // needed to ensure correct spacing between buttons and the button // container .toolbar-pf .form-group { .btn, .btn-group, .btn-container, .tooltip-button-helper { + .btn, + .btn-group, + .btn-container, + .tooltip-button-helper { margin-left: 5px; } } }
Version data entries
39 entries across 39 versions & 1 rubygems