Project

General

Profile

« Previous | Next » 

Revision 72f91833

Added by Jose Luis Duran about 9 years ago

pfSense.css: Fix sortable tables' font

View differences:

src/usr/local/www/css/pfSense.css
632 632
.widget-heading-icon
633 633
{
634 634
    display: block;
635
    float:  right;
635
    float: right;
636 636
}
637 637

  
638 638
.widget-heading-icon .fa {
......
661 661

  
662 662
ul.tree{
663 663
    width: auto;
664
    padding-left : 0px;
665
    margin-left : 0px;
664
    padding-left: 0px;
665
    margin-left: 0px;
666 666
}
667 667

  
668 668
ul.tree img{
669
    border : none;
669
    border: none;
670 670
}
671 671

  
672 672
ul.tree, ul.tree ul {
......
778 778
}
779 779

  
780 780
ul.tree li .over{
781
    background-color : pink;
781
    background-color: pink;
782 782
}
783 783

  
784 784
/*
785 785
 * End of CSS for Standard tree layout
786 786
 */
787 787

  
788
 table[data-sortable].sortable-theme-bootstrap thead th {
788
table[data-sortable].sortable-theme-bootstrap {
789
    font-family: Roboto, sans-serif;
790
}
791

  
792
table[data-sortable].sortable-theme-bootstrap thead th {
789 793
    white-space: nowrap;
790
 }
794
}
791 795

  
792 796
@media (max-width: 1199px) {
793 797
    .nav>li>a {
794 798
        padding: 14px 9px 10px 9px;
795 799
    }
796
 }
800
}
797 801

  
798
 @media (max-width: 991px) {
802
@media (max-width: 991px) {
799 803
    /* change top navbar from horizontal to vertical */
800 804
    .navbar-header {
801 805
        float: none;
......
837 841
    }
838 842
}
839 843

  
840
 @media (max-width: 767px) {
844
@media (max-width: 767px) {
841 845
    .header {
842 846
        margin-bottom: 5px;
843 847
    }
......
855 859

  
856 860
/** Override text-warning with something less red. */
857 861
.text-warning {
858
	color: #ffcc00;
862
    color: #ffcc00;
859 863
}
860 864

  
861 865
/**Suppress href links when printing */
862 866
a[href]:after {
863
    content:normal
867
    content: normal;
864 868
}
865 869

  
866 870
/** Text color for diff display when comapring configs */
......
877 881
.panel-body.collapse.in>.content>.row,
878 882
.panel-body.collapse.in>.form-group
879 883
{
880
	margin-right:0px;
884
    margin-right: 0px;
881 885
}
882 886

  
883 887
/* Callouts */
......
943 947
/* Disable 300 ms click delay so event handlers are effective. */
944 948
/* Makes posible for non-touch compatible features to work; e.g. double tap rule to edit. */
945 949
body{
946
	touch-action: manipulation;
950
    touch-action: manipulation;
947 951
}
948 952

  
949 953
/* D3 Styles */

Also available in: Unified diff