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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user