Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created October 26, 2011 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kborchers/1316635 to your computer and use it in GitHub Desktop.
Save kborchers/1316635 to your computer and use it in GitHub Desktop.
/*
* jQuery UI Menubar @VERSION
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*/
.ui-menubar { list-style: none; margin: 0; padding-left: 0; }
table.ui-menubar { display: block; width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
.ui-menubar-item { float: left; }
.ui-menubar-item td { padding: 0; }
.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-menu { width: 200px; position: absolute; z-index: 9999; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment