r3352 committed - button: linebreak, wrong margin

r3352 committed - button: linebreak, wrong margin


Revision: 3352
Author: joern.zaefferer
Date: Thu Oct 1 13:43:11 2009
Log: button: linebreak, wrong margin
http://code.google.com/p/jquery-ui/source/detail?r=3352
Modified:
/branches/dev/tests/visual/button/default.html
=======================================
--- /branches/dev/tests/visual/button/default.html    Thu Oct 1 13:24:18 2009
+++ /branches/dev/tests/visual/button/default.html    Thu Oct 1 13:43:11 2009
@@ -30,7 +30,7 @@
    </script>
    <style>
        #toolbar { margin-top: 2em; }
-        #toolbar span { margin-right: 1em }
+        #ops1, #ops2, #format, #mode { margin-right: 1em }
    </style>
</head>
<body>
@@ -43,6 +43,7 @@
        <button class="ui-state-highlight">Highlight button</button>
        <button class="ui-state-error">Error button</button>
    </div>
+    <br/>
    <div>
        With icon
        <button
class="{button:{icons:{primary:'ui-icon-locked'},text:false}}">Button with
icon only</button>