add validation process
This commit is contained in:
parent
79887ee7e6
commit
cee3aefec5
9 changed files with 263 additions and 34 deletions
43
css/style.css
Normal file
43
css/style.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
/* Reset the table styles */
|
||||
table.wisski-cloud-account-manager-table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Style for table headers */
|
||||
table.wisski-cloud-account-manager-table th {
|
||||
background-color: #f2f2f2;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Alternate row background color */
|
||||
table.wisski-cloud-account-manager-table tr:nth-child(even) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
/* Style for table cells */
|
||||
table.wisski-cloud-account-manager-table td {
|
||||
padding: 8px;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
/* Center-align certain cells */
|
||||
table.wisski-cloud-account-manager-table td.valid,
|
||||
table.wisski-cloud-account-manager-table td.provisioned {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wisski-cloud-account-manager-success {
|
||||
background-color: green;
|
||||
}
|
||||
.wisski-cloud-account-manager-warning {
|
||||
background-color: orange;
|
||||
}
|
||||
.wisski-cloud-account-manager-error {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.wisski-cloud-account-manager-center {
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue