Working multiple-config login stub.

This commit is contained in:
Michael Jumper
2011-08-12 21:40:07 -07:00
parent 9ef50a1ce7
commit e2e110b12f
8 changed files with 240 additions and 46 deletions

View File

@@ -150,6 +150,16 @@ div#connection-list-ui table thead {
background: #9A8;
}
div#connection-list-ui table thead th.protocol {
width: 1em;
padding: 0.5em;
}
div#connection-list-ui table thead th.name {
text-align: left;
padding: 0.5em;
}
div#connection-list-ui table thead tr {
border-top: 1px solid #676;
border-bottom: 1px solid gray;
@@ -169,6 +179,10 @@ div#connection-list-ui table td {
text-align: center;
}
div#connection-list-ui table td.name {
text-align: left;
}
div#connection-list-ui table tbody tr:nth-child(even) { background: #CCC; }
div#connection-list-ui table tbody tr:nth-child(odd) { background: #EEE; }