Skip to content

Commit

Permalink
update pfsense styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Nov 17, 2015
1 parent f9cc072 commit 039ec19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/usr/local/www/bootstrap/css/pfSense.css
@@ -1,5 +1,4 @@
@import url("/bootstrap/css/bootstrap.min.css");
@import url("/bootstrap/glyphicons/glyphicons-halflings.css");

This comment has been minimized.

Copy link
@heper

heper Nov 18, 2015

Contributor

@jdillard
all the NOT(font-awesome) icons have been removed by removing that import.
there are still a lot of the glyphicons in use.this causes issue's.
https://forum.pfsense.org/index.php?topic=102601.0
https://forum.pfsense.org/index.php?topic=102617.0

This comment has been minimized.

Copy link
@sbeaver-netgate

sbeaver-netgate Nov 18, 2015

Contributor

import has been restored pending @jdillard eliminating those icons


h1 a:link{
color: #000000;
Expand Down Expand Up @@ -150,7 +149,7 @@ tr.disabled th {
}

.table>tbody>tr>td {
padding: 4px;
padding: 4px 4px 4px 10px;
}

.help-block {
Expand Down Expand Up @@ -297,6 +296,10 @@ form .btn + .btn {
height: 14px;
}

#wizard .progress {
margin-bottom: 10px;
}

.panel-body.collapse.in {
overflow-x: auto;
}
Expand Down

0 comments on commit 039ec19

Please sign in to comment.