##// END OF EJS Templates
Left align "File" instead of menu edge.
Jonathan Frederic -
Show More
@@ -1,54 +1,56 b''
1 #menubar {
1 #menubar {
2 margin-bottom: 15px;
2 margin-bottom: 15px;
3 margin-top: 2px;
3 margin-top: 2px;
4 margin-left: -32px;
5 margin-right: -32px;
4 }
6 }
5
7
6 #menubar .navbar-inner {
8 #menubar .navbar-inner {
7 min-height: 28px;
9 min-height: 28px;
8 border-top: 1px;
10 border-top: 1px;
9 border-radius: 0px 0px @border-radius-base @border-radius-base;
11 border-radius: 0px 0px @border-radius-base @border-radius-base;
10 }
12 }
11
13
12 #menubar .navbar {
14 #menubar .navbar {
13 margin-bottom: 8px;
15 margin-bottom: 8px;
14 }
16 }
15
17
16 .nav-wrapper {
18 .nav-wrapper {
17 border-bottom: 1px solid @navbar-default-border;
19 border-bottom: 1px solid @navbar-default-border;
18 }
20 }
19
21
20 #menubar li.dropdown {
22 #menubar li.dropdown {
21 line-height: 12px;
23 line-height: 12px;
22 }
24 }
23
25
24 #menubar .navbar-right {
26 #menubar .navbar-right {
25 // Add some padding to the right aligned items.
27 // Add some padding to the right aligned items.
26 padding-top: 5px;
28 padding-top: 5px;
27 }
29 }
28
30
29
31
30 i.menu-icon {
32 i.menu-icon {
31 // add padding to account for float-right
33 // add padding to account for float-right
32 padding-top: 4px;
34 padding-top: 4px;
33 }
35 }
34
36
35 ul#help_menu li a{
37 ul#help_menu li a{
36 overflow: hidden;
38 overflow: hidden;
37 padding-right: 2.2em;
39 padding-right: 2.2em;
38 i {
40 i {
39 margin-right: -1.2em;
41 margin-right: -1.2em;
40 }
42 }
41 }
43 }
42
44
43 ul#menus {
45 ul#menus {
44 float: left;
46 float: left;
45 }
47 }
46
48
47 // Make sub menus work in BS3.
49 // Make sub menus work in BS3.
48 // Credit: http://www.bootply.com/86684
50 // Credit: http://www.bootply.com/86684
49 .dropdown-submenu{position:relative;}
51 .dropdown-submenu{position:relative;}
50 .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
52 .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
51 .dropdown-submenu:hover>.dropdown-menu{display:block;}
53 .dropdown-submenu:hover>.dropdown-menu{display:block;}
52 .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
54 .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
53 .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
55 .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
54 .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
56 .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
General Comments 0
You need to be logged in to leave comments. Login now