From: Richard Worth Date: Wed, 28 Jan 2009 13:02:56 +0000 (+0000) Subject: Added missing icon: .ui-icon-script X-Git-Tag: 1.6rc6~69 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8fd2835be1e5b35df8bd0bffcbba6c89af6f9e8b;p=jquery-ui.git Added missing icon: .ui-icon-script --- diff --git a/tests/static/icons.html b/tests/static/icons.html index 66a41a242..3ace0ac09 100644 --- a/tests/static/icons.html +++ b/tests/static/icons.html @@ -16,17 +16,25 @@ li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;} span.ui-icon {float: left; margin: 0 4px;} span.text {float: left; width: 180px;} + li.row { clear: left; } @@ -39,7 +47,6 @@
  • -
  • @@ -47,9 +54,9 @@
  • -
  • + +
  • -
  • @@ -58,8 +65,8 @@
  • -
  • - + +
  • @@ -69,17 +76,16 @@
  • -
  • -
  • + +
  • -
  • @@ -89,17 +95,16 @@
  • -
  • -
  • + +
  • -
  • @@ -107,19 +112,19 @@
  • -
  • + +
  • -
  • -
  • + +
  • -
  • @@ -129,17 +134,16 @@
  • -
  • -
  • + +
  • -
  • @@ -149,10 +153,10 @@
  • -
  • -
  • + +
  • @@ -168,8 +172,9 @@
  • -
  • - +
  • + +
  • @@ -179,9 +184,9 @@
  • -
  • + +
  • -
  • @@ -190,18 +195,18 @@
  • -
  • - + +
  • -
  • + +
  • -
  • @@ -211,17 +216,17 @@
  • -
  • -
  • + +
  • -
  • - + +
  • diff --git a/themes/base/ui.theme.css b/themes/base/ui.theme.css index ce6584572..340d6d200 100644 --- a/themes/base/ui.theme.css +++ b/themes/base/ui.theme.css @@ -166,6 +166,7 @@ .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; }