Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
8ac9c16b
Commit
8ac9c16b
authored
Oct 17, 2016
by
Ad Schellevis
Committed by
Franco Fichtner
Oct 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(theme/style) remove table-sort style, cleanup.
(cherry picked from commit
2155d52f
)
parent
a2b76d5f
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
9 additions
and
47 deletions
+9
-47
main.scss
...opnsense/www/themes/opnsense/assets/stylesheets/main.scss
+0
-25
main.css
src/opnsense/www/themes/opnsense/build/css/main.css
+0
-13
diag_logs_filter_dynamic.php
src/www/diag_logs_filter_dynamic.php
+1
-1
firewall_nat_npt.php
src/www/firewall_nat_npt.php
+1
-1
firewall_nat_out.php
src/www/firewall_nat_out.php
+2
-2
services_dhcp.php
src/www/services_dhcp.php
+1
-1
status_dhcpv6_leases.php
src/www/status_dhcpv6_leases.php
+1
-1
system_authservers.php
src/www/system_authservers.php
+1
-1
system_groupmanager.php
src/www/system_groupmanager.php
+1
-1
system_routes.php
src/www/system_routes.php
+1
-1
No files found.
src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
View file @
8ac9c16b
...
...
@@ -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
;
...
...
src/opnsense/www/themes/opnsense/build/css/main.css
View file @
8ac9c16b
...
...
@@ -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
;
...
...
src/www/diag_logs_filter_dynamic.php
View file @
8ac9c16b
...
...
@@ -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"
>
...
...
src/www/firewall_nat_npt.php
View file @
8ac9c16b
...
...
@@ -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%"
>
</th>
...
...
src/www/firewall_nat_out.php
View file @
8ac9c16b
...
...
@@ -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>
...
...
src/www/services_dhcp.php
View file @
8ac9c16b
...
...
@@ -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>
</td>
...
...
src/www/status_dhcpv6_leases.php
View file @
8ac9c16b
...
...
@@ -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>
...
...
src/www/system_authservers.php
View file @
8ac9c16b
...
...
@@ -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>
...
...
src/www/system_groupmanager.php
View file @
8ac9c16b
...
...
@@ -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>
...
...
src/www/system_routes.php
View file @
8ac9c16b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment