Last change
on this file since 44 was 44, checked in by bart, 2 years ago |
Fixed small issues in domaineditor.
|
File size:
487 bytes
|
Line | |
---|
1 |
|
---|
2 | th {
|
---|
3 | padding: 15px;
|
---|
4 | }
|
---|
5 |
|
---|
6 | table {
|
---|
7 | border: 1px solid black;
|
---|
8 | #border-collapse: collapse;
|
---|
9 | }
|
---|
10 |
|
---|
11 | table td, table th {
|
---|
12 | padding: 4px;
|
---|
13 | }
|
---|
14 |
|
---|
15 | tr:nth-child(even) {background: #DDD}
|
---|
16 | tr:nth-child(odd) {background: #FFF}
|
---|
17 |
|
---|
18 | .box {
|
---|
19 | border: 1px solid black;
|
---|
20 | }
|
---|
21 |
|
---|
22 | /* Used for elements that are visible only if SHAOP protocol selected.
|
---|
23 | This css is programmatically changed when protocol changes */
|
---|
24 | .onlySHAOP { }
|
---|
25 |
|
---|
26 | /* substitute for <a> as in <a href-..> */
|
---|
27 | aa {
|
---|
28 | color: blue;
|
---|
29 | text-decoration: underline;
|
---|
30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.