lot new stuff
This commit is contained in:
parent
e0db22915b
commit
2178db78f5
17 changed files with 72 additions and 18 deletions
12
css/style.css
Normal file → Executable file
12
css/style.css
Normal file → Executable file
|
|
@ -1,30 +1,30 @@
|
|||
/* Reset the table styles */
|
||||
table.wisski-cloud-account-manager-table {
|
||||
table.wcam--table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Style for table headers */
|
||||
table.wisski-cloud-account-manager-table th {
|
||||
table.wcam--table th {
|
||||
background-color: #f2f2f2;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Alternate row background color */
|
||||
table.wisski-cloud-account-manager-table tr:nth-child(even) {
|
||||
table.wcam--table tr:nth-child(even) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
/* Style for table cells */
|
||||
table.wisski-cloud-account-manager-table td {
|
||||
table.wcam--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 {
|
||||
table.wcam--table td.valid,
|
||||
table.wcam--table td.provisioned {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue