From e0b9f5b5da014565a3dda6091de0b76276dbe1d0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 20 Jun 2013 12:04:32 +0200 Subject: Add Tabs widget and switch to the smoothness jQuery UI theme --- .../libs/jquery/smoothness/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../smoothness/images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 208 bytes .../smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes .../smoothness/images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 207 bytes .../smoothness/images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes .../smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes .../smoothness/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes .../images/ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes .../jquery/smoothness/images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes .../jquery/smoothness/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes .../jquery/smoothness/images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../jquery/smoothness/images/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes .../jquery/smoothness/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/animated-overlay.gif create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-icons_222222_256x240.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-icons_454545_256x240.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-icons_888888_256x240.png create mode 100644 hyperkitty/static/libs/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png (limited to 'hyperkitty/static/libs/jquery/smoothness/images') diff --git a/hyperkitty/static/libs/jquery/smoothness/images/animated-overlay.gif b/hyperkitty/static/libs/jquery/smoothness/images/animated-overlay.gif new file mode 100644 index 0000000..d441f75 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/animated-overlay.gif differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 0000000..536b49f Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 0000000..d262048 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000..6099c6e Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000..5c7e40a Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000..8668792 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000..d4bea84 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000..35f9c32 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000..a76fd98 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_222222_256x240.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000..c1cb117 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_222222_256x240.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_2e83ff_256x240.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000..84b601b Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_2e83ff_256x240.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_454545_256x240.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000..b6db1ac Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_454545_256x240.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_888888_256x240.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000..feea0e2 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_888888_256x240.png differ diff --git a/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000..ed5b6b0 Binary files /dev/null and b/hyperkitty/static/libs/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png differ -- cgit