Commit 8ac9c16b authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(theme/style) remove table-sort style, cleanup.

(cherry picked from commit 2155d52f)
parent a2b76d5f
......@@ -334,31 +334,6 @@ body{
width: 100%;
}
.table-sort{
> tbody > tr > th{
border-top: 0;
height: 50px;
&:hover{
background: #F2F2F2;
cursor: pointer;
}
}
> tbody > tr > td, > tbody > tr > th{
vertical-align: middle;
}
&-icon{
font-size: 10px;
}
.btn-group-table{
padding-right: 15px;
}
}
.progress-bar-placeholder{
font-size: 12px;
position: absolute;
......
......@@ -5627,19 +5627,6 @@ body {
max-width: 174px;
width: 100%; }
.table-sort > tbody > tr > th {
border-top: 0;
height: 50px; }
.table-sort > tbody > tr > th:hover {
background: #F2F2F2;
cursor: pointer; }
.table-sort > tbody > tr > td, .table-sort > tbody > tr > th {
vertical-align: middle; }
.table-sort-icon {
font-size: 10px; }
.table-sort .btn-group-table {
padding-right: 15px; }
.progress-bar-placeholder {
font-size: 12px;
position: absolute;
......
......@@ -87,7 +87,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="tab-content content-box col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-sort">
<table class="table table-striped">
<thead>
<tr>
<td colspan="6">
......
......@@ -187,7 +187,7 @@ $main_buttons = array(
<input type="hidden" id="id" name="id" value="" />
<input type="hidden" id="action" name="act" value="" />
<div class="table-responsive">
<table class="table table-striped table-sort">
<table class="table table-striped">
<thead>
<tr>
<th width="2%">&nbsp;</th>
......
......@@ -330,7 +330,7 @@ include("head.inc");
<?php if ($mode == 'advanced' || $mode == 'hybrid'): ?>
<section class="col-xs-12">
<div class="table-responsive content-box ">
<table class="table table-striped table-sort">
<table class="table table-striped">
<thead>
<tr><th colspan="12"><?=gettext("Manual rules:"); ?></th></tr>
<tr>
......@@ -529,7 +529,7 @@ include("head.inc");
?>
<section class="col-xs-12">
<div class="table-responsive content-box ">
<table class="table table-striped table-sort">
<table class="table table-striped">
<thead>
<tr>
<th colspan="11"><?=gettext("Automatic rules:"); ?></th>
......
......@@ -1145,7 +1145,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="tab-content content-box col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-sort">
<table class="table table-striped">
<tr>
<td colspan="5" valign="top"><?=gettext("DHCP Static Mappings for this interface.");?></td>
<td>&nbsp;</td>
......
......@@ -394,7 +394,7 @@ if (count($pools) > 0):?>
<section class="col-xs-12">
<div class="content-box">
<div class="table-responsive">
<table class="table table-striped table-sort sortable __nomb">
<table class="table table-striped sortable __nomb">
<tr>
<td><?=gettext("Failover Group"); ?></a></td>
<td><?=gettext("My State"); ?></a></td>
......
......@@ -748,7 +748,7 @@ else :
<form id="iform_overview" method="post">
<input type="hidden" id="overview_id" name="id">
<input type="hidden" id="overview_act" name="act">
<table class="table table-striped table-sort">
<table class="table table-striped">
<thead>
<tr>
<th><?=gettext("Server Name");?></th>
......
......@@ -364,7 +364,7 @@ $( document ).ready(function() {
<input type="hidden" id="act" name="act" value="" />
<input type="hidden" id="groupid" name="groupid" value="<?=(isset($id) ? $id : "");?>" />
<input type="hidden" id="groupname" name="groupname" value="" />
<table class="table table-striped table-sort">
<table class="table table-striped">
<thead>
<tr>
<th><?=gettext("Group name");?></th>
......
......@@ -233,7 +233,7 @@ endif; ?>
<input type="hidden" id="act" name="act" value="" />
<input type="hidden" id="id" name="id" value="" />
<div class="table-responsive">
<table class="table table-striped table-sort">
<table class="table table-striped">
<tr>
<td></td>
<td></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment