+ added status to protocol tab
+ added ID to streams tab
+ added sorting to streams tab
* minor bugfixes
This commit is contained in:
cat 2012-12-28 10:51:15 +01:00 committed by Thulinma
parent f0ab171a8b
commit a90b3d5139
8 changed files with 935 additions and 692 deletions

View file

@ -117,6 +117,7 @@ button
background-color: #505050;
color: #fff;
border: 0;
margin: 0 2px 0 2px;
}
@ -345,6 +346,20 @@ td
width: auto;
padding: 0;
}
.sortable th.sort-type-string, .sortable th.sort-type-int, .sortable th.sort-type-float
{
background: transparent url('graphics/sort.png') no-repeat 5px 50%;
}
.sortable th.sortasc
{
background-image: url('graphics/sort_asc.png');
}
.sortable th.sortdesc
{
background-image: url('graphics/sort_desc.png');
}
#protocoldesc p
{
font-weight: normal;
@ -352,7 +367,7 @@ td
}
#protocolfields
{
margin-top: 10px;
margin-top: 10px;
}
#forcesave