#680 - added auto organize page
This commit is contained in:
parent
fda9b3d93d
commit
9ab4adcd33
10 changed files with 481 additions and 159 deletions
|
@ -76,3 +76,10 @@
|
|||
background-color: #eeeeee; /* non-RGBA fallback */
|
||||
background-color: rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
|
||||
.stripedTable tbody tr:nth-child(odd) td,
|
||||
.stripedTable tbody tr:nth-child(odd) th {
|
||||
background-color: #eeeeee; /* non-RGBA fallback */
|
||||
background-color: rgba(0,0,0,.04);
|
||||
}
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
|
||||
.labelPageSize {
|
||||
margin-left: 1em;
|
||||
margin-left: 1em!important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -845,4 +845,13 @@ progress {
|
|||
.dashboardContent {
|
||||
max-width: 1100px;
|
||||
}
|
||||
}
|
||||
|
||||
.organizerButtonCell {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.organizerButton {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue