miglioramenti ai css
This commit is contained in:
@@ -5,11 +5,22 @@ div.input-control {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-striped tbody tr td {
|
||||
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-hover tbody tr td {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-striped thead tr th {
|
||||
|
||||
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-hover thead tr th.no-border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.row table.table-hover {
|
||||
border: none;
|
||||
}
|
||||
|
||||
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-hover thead tr th {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.search-input form.form-inline div.form-group
|
||||
@@ -25,4 +36,15 @@ div.container.main-container
|
||||
td a img.download-icon
|
||||
{
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
div.container.main-container div.row table.table-bordered.table-condensed.table-hover tbody tr td:nth-child(6) a
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div.container.main-container div.row table.table-bordered.table-condensed.table-hover tbody tr:hover td:nth-child(6) a
|
||||
{
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user