|
@@ -230,6 +230,7 @@ select, input
|
|
|
}
|
|
|
.box .content .listtable .pager
|
|
|
{
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.box .content .listtable .pager a
|
|
|
{
|
|
@@ -282,3 +283,7 @@ select, input
|
|
|
color: #fff;
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
+
|
|
|
+.box .content .listtable .pager table td>* {
|
|
|
+ float: left;
|
|
|
+}
|