File: deleteDialog.css

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 (13 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
.table tbody tr:last-child td {
    border-bottom: 1px solid #d1d1d1;
}

table.delete-dialog-disks.table tbody tr td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
}

table.delete-dialog-disks.table tbody tr td:nth-child(3) {
    text-align: right;
}