]> source.dussan.org Git - jquery-ui.git/commitdiff
Theme: Change default widget font-size to 1em 1374/head
authorTJ VanToll <tj.vantoll@gmail.com>
Fri, 24 Oct 2014 14:18:50 +0000 (07:18 -0700)
committerTJ VanToll <tj.vantoll@gmail.com>
Fri, 24 Oct 2014 14:23:31 +0000 (07:23 -0700)
Fixes #10131
Closes gh-1374

demos/demos.css
demos/dialog/modal-form.html
tests/index.css
tests/visual/dialog/complex-dialogs.html
tests/visual/dialog/stacking.html
tests/visual/menu/menu.html
tests/visual/selectmenu/selectmenu.html
tests/visual/visual.css
themes/base/theme.css

index da9ad833afa20f7b465a88402f6cba4e0ae256a5..555352e358307fbd415739482e927389d525c9dc 100644 (file)
@@ -1,5 +1,4 @@
 body {
-       font-size: 62.5%;
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
 }
 
@@ -10,8 +9,6 @@ table {
 .demo-description {
        clear: both;
        padding: 12px;
-       font-size: 1.3em;
-       line-height: 1.4em;
 }
 
 .ui-draggable, .ui-droppable {
index 6e36bb9d645060a345b6831e9ae166ab421b7006..b09f4e91e8fc924cbeda2e3b825ef43d1d1c59b9 100644 (file)
@@ -16,7 +16,6 @@
        <script src="../../ui/effect.js"></script>
        <link rel="stylesheet" href="../demos.css">
        <style>
-               body { font-size: 62.5%; }
                label, input { display:block; }
                input.text { margin-bottom:12px; width:95%; padding: .4em; }
                fieldset { padding:0; border:0; margin-top:25px; }
index 2034cfba5a80f8ce4108823adc7bbd8bbc42573b..5e35ae859be45538c29bd4762a0cba6de621cf1a 100644 (file)
@@ -1,6 +1,3 @@
-body {
-       font-size: 62.5%;
-}
 .ui-widget-header {
        padding: 0.2em 0.5em;
        margin: 0;
index 0a9c8c47ea0d4020c75d5985d9d4e691ca1c6546..fdc00322e37b047fba702aa708ab7b7d25d68dc7 100644 (file)
        <script src="../../../ui/autocomplete.js"></script>
        <script src="../../../ui/tooltip.js"></script>
 
-       <style>
-       body {
-               font-size: 62.5%;
-       }
-       </style>
        <script>
        $(function() {
                var dialog = $( "#dialog" ).dialog({
index 5b0030dc03665391466842c91815dffa3db5363a..221498a558696686ad3dd35de8eb819f21ffb224 100644 (file)
        <script src="../../../ui/button.js"></script>
        <script src="../../../ui/dialog.js"></script>
 
-       <style>
-       body {
-               font-size: 62.5%;
-       }
-       </style>
        <script>
        $(function() {
                var iframeDialog = $( "#dialog-iframe" ).dialog({
index 0770b991ba4075fe392e2734697861437039d0e2..11e9df6e108847863e2db4f26bda0b826cf098b1 100644 (file)
@@ -45,9 +45,7 @@
        });
        </script>
        <style>
-               body { font-size:62.5%; }
-               .ui-menu { width: 200px; margin-bottom: 2em; }
-               .menu2-container { width: 220px; }
+               .ui-menu { width: 250px; margin-bottom: 2em; }
                .menu4 { height: 225px; overflow-y: auto; overflow-x: hidden; }
                .address-item { border-bottom: 1px solid #999; }
                .address-header { display: block; margin-bottom: .2em; font-weight: bold; }
index 6558c4a8a39e5da63c9fdd76d721e1bcc30d55b0..5ccfc8f63dfb19ba51a27db10d6fc97e7ba5b794 100644 (file)
        });
        </script>
        <style>
-               body { font-size:62.5%; }
                fieldset { border: 0; }
                label { display: block; }
                select { width: 200px; }
index b61fc0e9dbf941d5f0610b1cf51eca5edb77076a..dffbdd2fcd93e3a0fb07323a9b8f0cd832e330cb 100644 (file)
@@ -1,3 +1,2 @@
-body { font-size: 62.5%; }
 #draggable, #resizable { width: 100px; height: 100px; background: #abc; }
 #droppable { width: 100px; height: 100px; background: #cde; }
index 510d6fc5b33f4fc8e4450625ee26f7c128aaabba..cda87011a611b40b625ebaf7a3cb5b82de389778 100644 (file)
@@ -16,7 +16,7 @@
 ----------------------------------*/
 .ui-widget {
        font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
-       font-size: 1.1em/*{fsDefault}*/;
+       font-size: 1em/*{fsDefault}*/;
 }
 .ui-widget .ui-widget {
        font-size: 1em;