jquery-ui/demos/demos.css
Jasper de Groot 79c4fa1e7a Theme: Improve default theme styling
Changes tooltip to use the ui-widget-shadow class, which now applies the
box-shadow style. .ui-widget-shadow was created when box-shadow wasn't
available. By now, there's no point in faking a custom shadow anymore.
This removes the only non-structural CSS from a widget-specific file.

Updates demos to use the same font-family, removes unused images.

Will be available as the new default theme on ThemeRoller called "Base",
while "UI Smoothness" and "UI Lightness" will still be available in the
gallery.

Fixes #10617
Fixes #10880
Closes gh-1436
Ref jquery/download.jqueryui.com#248
2015-01-27 13:23:53 +01:00

17 lines
195 B
CSS

body {
font-family: Arial, Helvetica, sans-serif;
}
table {
font-size: 1em;
}
.demo-description {
clear: both;
padding: 12px;
}
.ui-draggable, .ui-droppable {
background-position: top;
}