1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Stile del codice

This commit is contained in:
Thomas Zilio
2019-09-16 10:01:01 +02:00
parent 917234a3c6
commit 38d5fc0c87
14 changed files with 51 additions and 38 deletions

View File

@@ -17,30 +17,37 @@ header,
#back-to-top {
display: none;
}
td {
border: 1px solid #ccc;
}
th {
background: #333;
color: #fff;
text-align: left;
padding: 4px;
}
nav {
float: left;
}
ul {
margin: 0;
padding: 0;
}
li.header i {
display: none;
}
li.header {
list-style: none;
margin: 10px 0;
padding: 0;
}
li.header > a {
font-size: 30px;
text-decoration: none;
@@ -49,23 +56,32 @@ li.header > a {
text-align: left;
float: left;
}
.table {
width: 100%;
}
.text-right {
text-align: right;
}
.pull-left {
float: left;
text-align: left;
}
#totali_colonne td {
background: #eee;
}
#totali_colonne td big {
font-size: 22px;
}
.li-widget, .nav-tabs, .dataTables_info, tfoot, #th_selector, td.select-checkbox,th.search.sorting{
.li-widget, .nav-tabs, .dataTables_info, tfoot, #th_selector, td.select-checkbox, th.search.sorting {
display: none !important;
}
a[href]:after { content: none !important; }
a[href]:after {
content: none !important;
}