diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-05 20:23:14 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-05 20:23:14 +0000 |
commit | de31d5b16c2afc7fea4409b357d71e457cb9f8e6 (patch) | |
tree | a42cf46a1d241ce451590ac5dd46b86c3376a6b2 /demos/demos.css | |
parent | 5bfbbf79f385a46a9d5a4851bade2693b51deeaa (diff) | |
download | jquery-ui-de31d5b16c2afc7fea4409b357d71e457cb9f8e6.tar.gz jquery-ui-de31d5b16c2afc7fea4409b357d71e457cb9f8e6.zip |
Added mockup of the link to view demo in a new window and the view source spindown that need to be added above and below the description under the iframe. Demo css updated with styles needed and made Trebuchet MS the font on all rules.
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/demos/demos.css b/demos/demos.css index ce918b1d7..fe5baedf9 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -10,7 +10,7 @@ table { -------------------------------- */ body { - font-family: "Arial", "Helvetica", "Verdana", "sans-serif"; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; } /* Layout @@ -31,7 +31,7 @@ body { .layout-grid td.normal { border-left: 1px solid #ccc; padding: 20px 24px; - font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; } .layout-grid td.demos { @@ -83,7 +83,7 @@ body { margin: 0; padding: 0; letter-spacing: 0.75pt; - font: bold 1.2em 'Arial', 'Helvetica', sans-serif; + font: bold 1.2em "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; color: #e87b10; } @@ -98,7 +98,7 @@ body { .demos-nav li a { border-bottom: 1px solid #F4F4F4; display:block; - padding: 3px 3px 3px 12px; + padding: 3px 3px 3px 3px; font-size: 95%; text-decoration: none; color: #000; @@ -134,10 +134,10 @@ eventually we should convert the font sizes to ems -- using px for now to minimi #demo-config-menu ul { list-style: none; padding: 0; margin: 0; } -#demo-config-menu li { font-size:11px; padding:0 0 0 10px; margin:3px 0; zoom: 1; } +#demo-config-menu li { font-size:12px; padding:0 0 0 10px; margin:3px 0; zoom: 1; } #demo-config-menu li a:link, -#demo-config-menu li a:visited { display:block; padding:2px 8px 3px; border-bottom:1px dotted #b3b3b3; } +#demo-config-menu li a:visited { display:block; padding:3px 8px 2px; border-bottom:1px dotted #b3b3b3; } #demo-config-menu li a:hover, #demo-config-menu li a:active { background-color:#f6f6f6; } @@ -191,3 +191,6 @@ div.demo-description { .left-nav .demos-nav { padding-right: 10px; } + +#demo-link { font-size:11px; margin:6px 0 20px 0; } +#demo-link a span.ui-icon { float:left; margin-right:3px; } |