summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-08-01 12:22:53 -0300
committerJose Luis Duran <jlduran@users.noreply.github.com>2016-08-01 12:36:15 -0300
commit4372f8a4c6251e51f79a5e8bc75db4fb28769ccb (patch)
treede2a0d0ba9dd489978f5a8a0e120b9c9d66ff612 /src/usr/local/www/css
parentbfbfa4dd254c110db4122925d0a3716a34d4c664 (diff)
downloadpfsense-4372f8a4c6251e51f79a5e8bc75db4fb28769ccb.zip
pfsense-4372f8a4c6251e51f79a5e8bc75db4fb28769ccb.tar.gz
pfSense.css: Fix sortable tables' font
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