close #359
This commit is contained in:
@@ -972,3 +972,38 @@ a.wh:hover {
|
||||
width: auto !important;
|
||||
max-width: 1px;
|
||||
}
|
||||
|
||||
.mystyle {
|
||||
font-size: 11pt;
|
||||
font-family: Arial;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid silver;
|
||||
|
||||
}
|
||||
|
||||
.pandastable tr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pandastable th, table td {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.pandastable tbody {
|
||||
display: block;
|
||||
height: 300px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.pandastable td, th {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.pandastable tr:nth-child(even) {
|
||||
background: #E0E0E0;
|
||||
}
|
||||
|
||||
.pandastable tr:hover {
|
||||
background: silver;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -501,6 +501,18 @@
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.maxheightwidth {
|
||||
position: relative;
|
||||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.maxheightwidthcontent {
|
||||
position: relative;
|
||||
max-width: 700px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.main-content li.grid_4 {
|
||||
grid-column-end: span 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user