summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/css')
-rw-r--r--src/usr/local/www/css/pfSense.css32
1 files changed, 18 insertions, 14 deletions
diff --git a/src/usr/local/www/css/pfSense.css b/src/usr/local/www/css/pfSense.css
index 75b92c8..24e86ad 100644
--- a/src/usr/local/www/css/pfSense.css
+++ b/src/usr/local/www/css/pfSense.css
@@ -600,7 +600,7 @@ footer a {
.widget-heading-icon
{
display: block;
- float: right;
+ float: right;
}
.widget-heading-icon .fa {
@@ -629,12 +629,12 @@ textarea
ul.tree{
width: auto;
- padding-left : 0px;
- margin-left : 0px;
+ padding-left: 0px;
+ margin-left: 0px;
}
ul.tree img{
- border : none;
+ border: none;
}
ul.tree, ul.tree ul {
@@ -746,24 +746,28 @@ ul.tree div a {
}
ul.tree li .over{
- background-color : pink;
+ background-color: pink;
}
/*
* End of CSS for Standard tree layout
*/
- table[data-sortable].sortable-theme-bootstrap thead th {
+table[data-sortable].sortable-theme-bootstrap {
+ font-family: Roboto, sans-serif;
+}
+
+table[data-sortable].sortable-theme-bootstrap thead th {
white-space: nowrap;
- }
+}
@media (max-width: 1199px) {
.nav>li>a {
padding: 14px 9px 10px 9px;
}
- }
+}
- @media (max-width: 991px) {
+@media (max-width: 991px) {
/* change top navbar from horizontal to vertical */
.navbar-header {
float: none;
@@ -805,7 +809,7 @@ ul.tree li .over{
}
}
- @media (max-width: 767px) {
+@media (max-width: 767px) {
.header {
margin-bottom: 5px;
}
@@ -823,12 +827,12 @@ ul.tree li .over{
/** Override text-warning with something less red. */
.text-warning {
- color: #ffcc00;
+ color: #ffcc00;
}
/**Suppress href links when printing */
a[href]:after {
- content:normal
+ content: normal;
}
/** Text color for diff display when comapring configs */
@@ -845,7 +849,7 @@ a[href]:after {
.panel-body.collapse.in>.content>.row,
.panel-body.collapse.in>.form-group
{
- margin-right:0px;
+ margin-right: 0px;
}
/* Callouts */
@@ -911,7 +915,7 @@ a[href]:after {
/* Disable 300 ms click delay so event handlers are effective. */
/* Makes posible for non-touch compatible features to work; e.g. double tap rule to edit. */
body{
- touch-action: manipulation;
+ touch-action: manipulation;
}
/* D3 Styles */
OpenPOWER on IntegriCloud