@@ -53,13 +53,13 @@ h1,h2,h3,h4,h5,h6 {
53
53
}
54
54
55
55
.header .brand {
56
- padding-top : 6px ;
57
56
padding-bottom : 0px ;
58
57
}
59
58
60
59
.header .brand img {
61
- margin-top : 5px ;
62
- height : 30px ;
60
+ margin-top : 0 ;
61
+ height : auto;
62
+ vertical-align : top;
63
63
}
64
64
65
65
.docs-search {
@@ -82,6 +82,11 @@ h1,h2,h3,h4,h5,h6 {
82
82
margin-right : 10px ;
83
83
}
84
84
85
+ .navbar .navbar-search i {
86
+ top : 13px ;
87
+ font-size : 12px ;
88
+ }
89
+
85
90
.docs-search > .search-query : focus {
86
91
outline : 0 ;
87
92
}
@@ -297,6 +302,7 @@ iframe.example {
297
302
}
298
303
299
304
.search-results-container {
305
+ position : relative;
300
306
padding-bottom : 1em ;
301
307
border-top : 1px solid # 111 ;
302
308
background : # 181818 ;
@@ -435,15 +441,17 @@ iframe.example {
435
441
background : # f1f1f1 ;
436
442
}
437
443
438
- . sup-header {
444
+ # navbar-sub {
439
445
padding-top : 10px ;
440
446
padding-bottom : 5px ;
441
447
background : rgba (245 , 245 , 245 , 0.88 );
442
448
box-shadow : 0 0 2px # 999 ;
449
+ z-index : 1028 ;
450
+ top : 83px ;
443
451
}
444
452
445
453
.main-body-grid {
446
- margin-top : 120 px ;
454
+ margin-top : 144 px ;
447
455
position : relative;
448
456
}
449
457
@@ -454,7 +462,7 @@ iframe.example {
454
462
455
463
.main-body-grid > .grid-left {
456
464
position : fixed;
457
- top : 120 px ;
465
+ top : 144 px ;
458
466
bottom : 0 ;
459
467
overflow : auto;
460
468
}
@@ -827,3 +835,86 @@ ul.events > li {
827
835
iframe [name = "example-anchoringExample" ] {
828
836
height : 400px ;
829
837
}
838
+
839
+ /*
840
+ angular-topnav.css and bootstrap overrides
841
+ */
842
+
843
+ .navbar .navbar-inner .container {
844
+ padding : 0 16px ;
845
+ width : auto;
846
+ height : auto;
847
+ }
848
+
849
+ .navbar .nav > li {
850
+ float : left;
851
+ }
852
+
853
+ .navbar-nav .open .dropdown-menu {
854
+ position : absolute;
855
+ float : left;
856
+ }
857
+
858
+ .navbar-nav .open .dropdown-menu > li > a {
859
+ line-height : 48px ;
860
+ }
861
+
862
+ # navbar-main .navbar-inner , # navbar-notice .navbar-inner {
863
+ box-shadow : none;
864
+ }
865
+
866
+ # navbar-sub .container {
867
+ max-width : 970px ;
868
+ }
869
+
870
+ .nav .open > a , .nav .open > a : hover , .nav .open > a : focus {
871
+ background-color : inherit;
872
+ }
873
+
874
+ @media handheld and (max-width : 800px ), screen and (max-device-width : 800px ), screen and (max-width : 800px ) {
875
+ .navbar {
876
+ min-height : auto;
877
+ }
878
+
879
+ .search-results-container {
880
+ top : 32px ;
881
+ overflow : auto;
882
+ max-height : 85vh ;
883
+ padding-bottom : 0 ;
884
+ position : static;
885
+ }
886
+
887
+ .search-close {
888
+ right : 1px ;
889
+ margin-left : 0 ;
890
+ top : 41px ;
891
+ padding : 5px 10px ;
892
+ border-top-right-radius : 0 ;
893
+ border-top-left-radius : 0 ;
894
+ box-shadow : none;
895
+ width : auto;
896
+ bottom : auto;
897
+ left : auto;
898
+ }
899
+
900
+ .navbar-nav .open .dropdown-menu > li > a , .navbar-nav .open .dropdown-menu .dropdown-header {
901
+ padding : 0 8px ;
902
+ }
903
+
904
+ .homepage # navbar-notice {
905
+ top : 72px ;
906
+ }
907
+
908
+ # navbar-notice .navbar-inner {
909
+ box-shadow : 0 0 3px rgba (0 , 0 , 0 , .12 ), 0 3px 3px rgba (0 , 0 , 0 , .24 )
910
+ }
911
+
912
+ # navbar-sub {
913
+ position : relative;
914
+ top : 17px ;
915
+ margin-top : 80px ;
916
+ padding-bottom : 0 ;
917
+ margin-bottom : 0 ;
918
+ }
919
+
920
+ }
0 commit comments