File: active-pages.less

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (14 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// we don't want the list of pages to overflow our dialog
#active-pages-dialog .modal-body {
    overflow-y: auto;
    max-height: 340px;
    padding: 0;
    margin: @listing-ct-spacing @listing-ct-spacing 0;
    min-height: @listing-ct-spacing * 15;
    border: 1px solid @color-pf-black-300;
}

// don't waste space over the table
#active-pages-dialog table.listing {
    margin-top: 0;
}