miglioramenti ai css

This commit is contained in:
2015-07-08 22:48:25 +02:00
parent b0c026abea
commit d6cc71d959
11 changed files with 62 additions and 27 deletions

View File

@@ -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;
}