Home | History | Annotate | Download | only in public
      1 
      2 .dut_info_table {
      3   padding: 5px;
      4   background-color:  white;
      5   border-spacing: 0;
      6   border-collapse: collapse;
      7   border-bottom: thin solid black;
      8 }
      9 
     10 .dut_manage_column_label_c {
     11   color: black;
     12   border-bottom: thin solid #111111;
     13   text-align: center;
     14   padding-left: 15px;
     15   padding-right: 15px;
     16   padding-bottom: 10px;
     17 }
     18 
     19 .dut_manage_column_label_l {
     20   color: black;
     21   border-bottom: thin solid #111111;
     22   text-align: left;
     23   padding-left: 5px;
     24 }
     25 
     26 .ip_cell,
     27 .mac_cell,
     28 .selection_cell,
     29 .labels_cell {
     30   border-width: 0px 0px 0px 0px;
     31   border-style: solid;
     32   border-color: black;
     33 }
     34 
     35 .ip_cell,
     36 .mac_cell,
     37 .selection_cell {
     38   text-align:center;
     39 }
     40 
     41 .labels_cell {
     42   text-align:left;
     43 }
     44 
     45 
     46 .dut_manage_action_row {
     47   padding: 5px;
     48   text-align: center;
     49 }
     50 
     51 .dut_manage_action_row {
     52   padding: 5px;
     53   text-align: center;
     54 }
     55 
     56 .dut_manage_action_row_item {
     57   padding-left: 20px;
     58 }
     59 
     60 .run_suite_selector {
     61   align-content: center;
     62   min-width: 300px;
     63   height: 35px;
     64 }
     65 
     66 .run_suite_test_args {
     67   align-content: center;
     68   margin-bottom: 2px;
     69   min-width: 450px;
     70   height: 100px;
     71 }
     72 
     73 .run_suite_avl_args {
     74   align-content: center;
     75   margin-bottom: 2px;
     76   min-width: 300px;
     77   height: 35px;
     78 }
     79 
     80 .run_suite_label {
     81   padding: 10px;
     82   margin: auto;
     83   min-width: 220px;
     84   text-align: right;
     85 }
     86 
     87 .run_suite_textbox {
     88   padding: 1px;
     89 }
     90 
     91 .run_suite_button {
     92   padding: 1px;
     93 }
     94 
     95 .run_suite_spacer {
     96   min-width: 5px;
     97 }
     98