@@ -53,13 +53,13 @@ h1,h2,h3,h4,h5,h6 {
5353}
5454
5555.header .brand {
56- padding-top : 6px ;
5756 padding-bottom : 0px ;
5857}
5958
6059.header .brand img {
61- margin-top : 5px ;
62- height : 30px ;
60+ margin-top : 0 ;
61+ height : auto;
62+ vertical-align : top;
6363}
6464
6565.docs-search {
@@ -82,6 +82,11 @@ h1,h2,h3,h4,h5,h6 {
8282 margin-right : 10px ;
8383}
8484
85+ .navbar .navbar-search i {
86+ top : 13px ;
87+ font-size : 12px ;
88+ }
89+
8590.docs-search > .search-query : focus {
8691 outline : 0 ;
8792}
@@ -297,6 +302,7 @@ iframe.example {
297302}
298303
299304.search-results-container {
305+ position : relative;
300306 padding-bottom : 1em ;
301307 border-top : 1px solid # 111 ;
302308 background : # 181818 ;
@@ -435,15 +441,17 @@ iframe.example {
435441 background : # f1f1f1 ;
436442}
437443
438- . sup-header {
444+ # navbar-sub {
439445 padding-top : 10px ;
440446 padding-bottom : 5px ;
441447 background : rgba (245 , 245 , 245 , 0.88 );
442448 box-shadow : 0 0 2px # 999 ;
449+ z-index : 1028 ;
450+ top : 83px ;
443451}
444452
445453.main-body-grid {
446- margin-top : 120 px ;
454+ margin-top : 144 px ;
447455 position : relative;
448456}
449457
@@ -454,7 +462,7 @@ iframe.example {
454462
455463.main-body-grid > .grid-left {
456464 position : fixed;
457- top : 120 px ;
465+ top : 144 px ;
458466 bottom : 0 ;
459467 overflow : auto;
460468}
@@ -827,3 +835,86 @@ ul.events > li {
827835iframe [name = "example-anchoringExample" ] {
828836 height : 400px ;
829837}
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