Improve Operation numbering in accounting

This commit is contained in:
Skia
2016-07-20 18:48:18 +02:00
parent 150147c69f
commit 28aa143f39
8 changed files with 75 additions and 10 deletions

View File

@ -180,9 +180,3 @@ select[multiple]
vertical-align: top;
}
/* Tables
-----------------------------------------------*/
tbody>tr{
display: block;
margin: 3px;
}

View File

@ -111,6 +111,24 @@ ul, ol {
display: inline-block;
margin: 4px;
}
table {
width: 100%;
}
td {
padding: 4px;
border: solid 1px black;
border-collapse: collapse;
}
thead {
font-weight: bold;
}
tbody>tr:nth-child(even) {
background: lightgrey;
}
tbody>tr:hover {
background: yellow;
width: 100%;
}
/*-----------------------------USER PROFILE----------------------------*/
.user_profile {