Skip to content

Commit

Permalink
added float left back to anchor to get click anwhere behavior (not ju…
Browse files Browse the repository at this point in the history
…st text)
  • Loading branch information
Scott Jehl committed Feb 5, 2009
1 parent 27fb50e commit 8fe45c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/tabs/vertical.html
Expand Up @@ -20,7 +20,7 @@
.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { float: none; display:block; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
</style>
Expand Down

0 comments on commit 8fe45c4

Please sign in to comment.