github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 780
    • 165
  • Source
  • Commits
  • Network (165)
  • Graphs
  • Tree: d8caa61

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (19)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
scottgonzalez (author)
Wed Jul 14 12:55:54 -0700 2010
commit  d8caa61be66db215f74e
tree    8e017b124225357d9783
parent  8a5d4ca3213e1e80fdbe
M themes/base/jquery.ui.accordion.css 11 ••••
M themes/base/jquery.ui.all.css 9 •••••
M themes/base/jquery.ui.autocomplete.css 22 ••••
M themes/base/jquery.ui.base.css 9 •••••
M themes/base/jquery.ui.button.css 12 ••••
M themes/base/jquery.ui.core.css 4 ••••
M themes/base/jquery.ui.datepicker.css 11 ••••
M themes/base/jquery.ui.dialog.css 11 ••••
M themes/base/jquery.ui.progressbar.css 11 ••••
M themes/base/jquery.ui.resizable.css 11 ••••
M themes/base/jquery.ui.selectable.css 11 ••••
M themes/base/jquery.ui.slider.css 11 ••••
M themes/base/jquery.ui.tabs.css 11 ••••
M themes/base/jquery.ui.theme.css 4 ••••
Txt themes/base/jquery.ui.accordion.css
  • View file @ d8caa61
... ...
@@ -1,5 +1,12 @@
1  
-/* Accordion
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Accordion @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Accordion#theming
  9
+ */
3 10
 /* IE/Win - Fix animation bug - #4615 */
4 11
 .ui-accordion { width: 100%; }
5 12
 .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
Txt themes/base/jquery.ui.all.css
  • View file @ d8caa61
... ...
@@ -1,2 +1,11 @@
  1
+/*
  2
+ * jQuery UI CSS Framework @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Theming
  9
+ */
1 10
 @import "jquery.ui.base.css";
2 11
 @import "jquery.ui.theme.css";
Txt themes/base/jquery.ui.autocomplete.css
  • View file @ d8caa61
... ...
@@ -1,13 +1,27 @@
1  
-/* Autocomplete
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Autocomplete @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Autocomplete#theming
  9
+ */
3 10
 .ui-autocomplete { position: absolute; cursor: default; }  
4 11
 .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
5 12
 
6 13
 /* workarounds */
7 14
 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
8 15
 
9  
-/* Menu
10  
-----------------------------------*/
  16
+/*
  17
+ * jQuery UI Menu @VERSION
  18
+ *
  19
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  20
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  21
+ * http://jquery.org/license
  22
+ *
  23
+ * http://docs.jquery.com/UI/Menu#theming
  24
+ */
11 25
 .ui-menu {
12 26
   list-style:none;
13 27
   padding: 2px;
Txt themes/base/jquery.ui.base.css
  • View file @ d8caa61
... ...
@@ -1,3 +1,12 @@
  1
+/*
  2
+ * jQuery UI CSS Framework @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Theming
  9
+ */
1 10
 @import url("jquery.ui.core.css");
2 11
 
3 12
 @import url("jquery.ui.accordion.css");
Txt themes/base/jquery.ui.button.css
  • View file @ d8caa61
... ...
@@ -1,6 +1,12 @@
1  
-/* Button
2  
-----------------------------------*/
3  
-
  1
+/*
  2
+ * jQuery UI Button @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Button#theming
  9
+ */
4 10
 .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
5 11
 .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
6 12
 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
Txt themes/base/jquery.ui.core.css
  • View file @ d8caa61
... ...
@@ -1,9 +1,11 @@
1 1
 /*
2  
- * jQuery UI CSS Framework
  2
+ * jQuery UI CSS Framework @VERSION
3 3
  *
4 4
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5 5
  * Dual licensed under the MIT or GPL Version 2 licenses.
6 6
  * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Theming/API
7 9
  */
8 10
 
9 11
 /* Layout helpers
Txt themes/base/jquery.ui.datepicker.css
  • View file @ d8caa61
... ...
@@ -1,5 +1,12 @@
1  
-/* Datepicker
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Datepicker @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Datepicker#theming
  9
+ */
3 10
 .ui-datepicker { width: 17em; padding: .2em .2em 0; }
4 11
 .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
5 12
 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
Txt themes/base/jquery.ui.dialog.css
  • View file @ d8caa61
... ...
@@ -1,5 +1,12 @@
1  
-/* Dialog
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Dialog @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Dialog#theming
  9
+ */
3 10
 .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
4 11
 .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
5 12
 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
Txt themes/base/jquery.ui.progressbar.css
  • View file @ d8caa61
... ...
@@ -1,4 +1,11 @@
1  
-/* Progressbar
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Progressbar @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Progressbar#theming
  9
+ */
3 10
 .ui-progressbar { height:2em; text-align: left; }
4 11
 .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
5 12
\ No newline at end of file
Txt themes/base/jquery.ui.resizable.css
  • View file @ d8caa61
... ...
@@ -1,5 +1,12 @@
1  
-/* Resizable
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Resizable @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Resizable#theming
  9
+ */
3 10
 .ui-resizable { position: relative;}
4 11
 .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
5 12
 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
Txt themes/base/jquery.ui.selectable.css
  • View file @ d8caa61
... ...
@@ -1,3 +1,10 @@
1  
-/* Selectable
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Selectable @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Selectable#theming
  9
+ */
3 10
 .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
Txt themes/base/jquery.ui.slider.css
  • View file @ d8caa61
... ...
@@ -1,5 +1,12 @@
1  
-/* Slider
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Slider @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Slider#theming
  9
+ */
3 10
 .ui-slider { position: relative; text-align: left; }
4 11
 .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
5 12
 .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
Txt themes/base/jquery.ui.tabs.css
  • View file @ d8caa61
... ...
@@ -1,5 +1,12 @@
1  
-/* Tabs
2  
-----------------------------------*/
  1
+/*
  2
+ * jQuery UI Tabs @VERSION
  3
+ *
  4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
  6
+ * http://jquery.org/license
  7
+ *
  8
+ * http://docs.jquery.com/UI/Tabs#theming
  9
+ */
3 10
 .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
4 11
 .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
5 12
 .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
Txt themes/base/jquery.ui.theme.css
  • View file @ d8caa61
... ...
@@ -1,10 +1,12 @@
1 1
 /*
2  
- * jQuery UI CSS Framework
  2
+ * jQuery UI CSS Framework @VERSION
3 3
  *
4 4
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5 5
  * Dual licensed under the MIT or GPL Version 2 licenses.
6 6
  * http://jquery.org/license
7 7
  *
  8
+ * http://docs.jquery.com/UI/Theming/API
  9
+ *
8 10
  * To view and modify this theme, visit http://jqueryui.com/themeroller/
9 11
  */
10 12
 

0 notes on commit d8caa61

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server
  • English
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska