Skip to content

Commit

Permalink
Menubar: Fix font-weight and spacing of disabled menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
kborchers committed Dec 1, 2011
1 parent 65f5d90 commit aa267fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/menubar/default.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@
<div> <div>
<a href="#Encoding">Encoding</a> <a href="#Encoding">Encoding</a>
<div class="menuElement"> <div class="menuElement">
<div class="ui-state-disabled"><a href="#Auto-detect">Auto-detect</a></div> <div class="ui-state-disabled">Auto-detect</div>
<div><a href="#UTF-8">UTF-8</a></div> <div><a href="#UTF-8">UTF-8</a></div>
<div> <div>
<a href="#UTF-16">UTF-16</a> <a href="#UTF-16">UTF-16</a>
<div class="menuElement"> <div class="menuElement">
<div><a href="#Option 1">Option 1</a></div> <div><a href="#Option 1">Option 1</a></div>
<div><a href="#Option 2">Option 2</a></div> <div><a href="#Option 2">Option 2</a></div>
<div class="ui-state-disabled"><a href="#Option 3">Option 3</a></div> <div class="ui-state-disabled">Option 3</div>
<div><a href="#Option 4">Option 4</a></div> <div><a href="#Option 4">Option 4</a></div>
</div> </div>
</div> </div>
Expand Down
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.menubar.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
.ui-menubar .ui-button { float: left; font-weight: normal; border-top-width: 0 !important; border-bottom-width: 0 !important; margin: 0; outline: none; } .ui-menubar .ui-button { float: left; font-weight: normal; border-top-width: 0 !important; border-bottom-width: 0 !important; margin: 0; outline: none; }
.ui-menubar .ui-menubar-link { border-right: 1px dashed transparent; border-left: 1px dashed transparent; } .ui-menubar .ui-menubar-link { border-right: 1px dashed transparent; border-left: 1px dashed transparent; }


.ui-menubar .ui-menu { width: 200px; position: absolute; z-index: 9999; } .ui-menubar .ui-menu { width: 200px; position: absolute; z-index: 9999; font-weight: normal; }

0 comments on commit aa267fb

Please sign in to comment.