-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4c22df9
Showing
125 changed files
with
49,620 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+101 Bytes
Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/*! | ||
* jQuery UI Accordion 1.10.3 | ||
* http://jqueryui.com | ||
* | ||
* Copyright 2013 jQuery Foundation and other contributors | ||
* Released under the MIT license. | ||
* http://jquery.org/license | ||
* | ||
* http://docs.jquery.com/UI/Accordion#theming | ||
*/ | ||
.ui-accordion .ui-accordion-header { | ||
display: block; | ||
cursor: pointer; | ||
position: relative; | ||
margin-top: 2px; | ||
padding: .5em .5em .5em .7em; | ||
min-height: 0; /* support: IE7 */ | ||
} | ||
.ui-accordion .ui-accordion-icons { | ||
padding-left: 2.2em; | ||
} | ||
.ui-accordion .ui-accordion-noicons { | ||
padding-left: .7em; | ||
} | ||
.ui-accordion .ui-accordion-icons .ui-accordion-icons { | ||
padding-left: 2.2em; | ||
} | ||
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { | ||
position: absolute; | ||
left: .5em; | ||
top: 50%; | ||
margin-top: -8px; | ||
} | ||
.ui-accordion .ui-accordion-content { | ||
padding: 1em 2.2em; | ||
border-top: 0; | ||
overflow: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/*! | ||
* jQuery UI CSS Framework 1.10.3 | ||
* http://jqueryui.com | ||
* | ||
* Copyright 2013 jQuery Foundation and other contributors | ||
* Released under the MIT license. | ||
* http://jquery.org/license | ||
* | ||
* http://docs.jquery.com/UI/Theming | ||
*/ | ||
@import "jquery.ui.base.css"; | ||
@import "jquery.ui.theme.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/*! | ||
* jQuery UI Autocomplete 1.10.3 | ||
* http://jqueryui.com | ||
* | ||
* Copyright 2013 jQuery Foundation and other contributors | ||
* Released under the MIT license. | ||
* http://jquery.org/license | ||
* | ||
* http://docs.jquery.com/UI/Autocomplete#theming | ||
*/ | ||
.ui-autocomplete { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
cursor: default; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/*! | ||
* jQuery UI CSS Framework 1.10.3 | ||
* http://jqueryui.com | ||
* | ||
* Copyright 2013 jQuery Foundation and other contributors | ||
* Released under the MIT license. | ||
* http://jquery.org/license | ||
* | ||
* http://docs.jquery.com/UI/Theming | ||
*/ | ||
@import url("jquery.ui.core.css"); | ||
|
||
@import url("jquery.ui.accordion.css"); | ||
@import url("jquery.ui.autocomplete.css"); | ||
@import url("jquery.ui.button.css"); | ||
@import url("jquery.ui.datepicker.css"); | ||
@import url("jquery.ui.dialog.css"); | ||
@import url("jquery.ui.menu.css"); | ||
@import url("jquery.ui.progressbar.css"); | ||
@import url("jquery.ui.resizable.css"); | ||
@import url("jquery.ui.selectable.css"); | ||
@import url("jquery.ui.slider.css"); | ||
@import url("jquery.ui.spinner.css"); | ||
@import url("jquery.ui.tabs.css"); | ||
@import url("jquery.ui.tooltip.css"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
/*! | ||
* jQuery UI Button 1.10.3 | ||
* http://jqueryui.com | ||
* | ||
* Copyright 2013 jQuery Foundation and other contributors | ||
* Released under the MIT license. | ||
* http://jquery.org/license | ||
* | ||
* http://docs.jquery.com/UI/Button#theming | ||
*/ | ||
.ui-button { | ||
display: inline-block; | ||
position: relative; | ||
padding: 0; | ||
line-height: normal; | ||
margin-right: .1em; | ||
cursor: pointer; | ||
vertical-align: middle; | ||
text-align: center; | ||
overflow: visible; /* removes extra width in IE */ | ||
} | ||
.ui-button, | ||
.ui-button:link, | ||
.ui-button:visited, | ||
.ui-button:hover, | ||
.ui-button:active { | ||
text-decoration: none; | ||
} | ||
/* to make room for the icon, a width needs to be set here */ | ||
.ui-button-icon-only { | ||
width: 2.2em; | ||
} | ||
/* button elements seem to need a little more width */ | ||
button.ui-button-icon-only { | ||
width: 2.4em; | ||
} | ||
.ui-button-icons-only { | ||
width: 3.4em; | ||
} | ||
button.ui-button-icons-only { | ||
width: 3.7em; | ||
} | ||
|
||
/* button text element */ | ||
.ui-button .ui-button-text { | ||
display: block; | ||
line-height: normal; | ||
} | ||
.ui-button-text-only .ui-button-text { | ||
padding: .4em 1em; | ||
} | ||
.ui-button-icon-only .ui-button-text, | ||
.ui-button-icons-only .ui-button-text { | ||
padding: .4em; | ||
text-indent: -9999999px; | ||
} | ||
.ui-button-text-icon-primary .ui-button-text, | ||
.ui-button-text-icons .ui-button-text { | ||
padding: .4em 1em .4em 2.1em; | ||
} | ||
.ui-button-text-icon-secondary .ui-button-text, | ||
.ui-button-text-icons .ui-button-text { | ||
padding: .4em 2.1em .4em 1em; | ||
} | ||
.ui-button-text-icons .ui-button-text { | ||
padding-left: 2.1em; | ||
padding-right: 2.1em; | ||
} | ||
/* no icon support for input elements, provide padding by default */ | ||
input.ui-button { | ||
padding: .4em 1em; | ||
} | ||
|
||
/* button icon element(s) */ | ||
.ui-button-icon-only .ui-icon, | ||
.ui-button-text-icon-primary .ui-icon, | ||
.ui-button-text-icon-secondary .ui-icon, | ||
.ui-button-text-icons .ui-icon, | ||
.ui-button-icons-only .ui-icon { | ||
position: absolute; | ||
top: 50%; | ||
margin-top: -8px; | ||
} | ||
.ui-button-icon-only .ui-icon { | ||
left: 50%; | ||
margin-left: -8px; | ||
} | ||
.ui-button-text-icon-primary .ui-button-icon-primary, | ||
.ui-button-text-icons .ui-button-icon-primary, | ||
.ui-button-icons-only .ui-button-icon-primary { | ||
left: .5em; | ||
} | ||
.ui-button-text-icon-secondary .ui-button-icon-secondary, | ||
.ui-button-text-icons .ui-button-icon-secondary, | ||
.ui-button-icons-only .ui-button-icon-secondary { | ||
right: .5em; | ||
} | ||
|
||
/* button sets */ | ||
.ui-buttonset { | ||
margin-right: 7px; | ||
} | ||
.ui-buttonset .ui-button { | ||
margin-left: 0; | ||
margin-right: -.3em; | ||
} | ||
|
||
/* workarounds */ | ||
/* reset extra padding in Firefox, see h5bp.com/l */ | ||
input.ui-button::-moz-focus-inner, | ||
button.ui-button::-moz-focus-inner { | ||
border: 0; | ||
padding: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
/*! | ||
* jQuery UI CSS Framework 1.10.3 | ||
* http://jqueryui.com | ||
* | ||
* Copyright 2013 jQuery Foundation and other contributors | ||
* Released under the MIT license. | ||
* http://jquery.org/license | ||
* | ||
* http://docs.jquery.com/UI/Theming/API | ||
*/ | ||
|
||
/* Layout helpers | ||
----------------------------------*/ | ||
.ui-helper-hidden { | ||
display: none; | ||
} | ||
.ui-helper-hidden-accessible { | ||
border: 0; | ||
clip: rect(0 0 0 0); | ||
height: 1px; | ||
margin: -1px; | ||
overflow: hidden; | ||
padding: 0; | ||
position: absolute; | ||
width: 1px; | ||
} | ||
.ui-helper-reset { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
outline: 0; | ||
line-height: 1.3; | ||
text-decoration: none; | ||
font-size: 100%; | ||
list-style: none; | ||
} | ||
.ui-helper-clearfix:before, | ||
.ui-helper-clearfix:after { | ||
content: ""; | ||
display: table; | ||
border-collapse: collapse; | ||
} | ||
.ui-helper-clearfix:after { | ||
clear: both; | ||
} | ||
.ui-helper-clearfix { | ||
min-height: 0; /* support: IE7 */ | ||
} | ||
.ui-helper-zfix { | ||
width: 100%; | ||
height: 100%; | ||
top: 0; | ||
left: 0; | ||
position: absolute; | ||
opacity: 0; | ||
filter:Alpha(Opacity=0); | ||
} | ||
|
||
.ui-front { | ||
z-index: 100; | ||
} | ||
|
||
|
||
/* Interaction Cues | ||
----------------------------------*/ | ||
.ui-state-disabled { | ||
cursor: default !important; | ||
} | ||
|
||
|
||
/* Icons | ||
----------------------------------*/ | ||
|
||
/* states and images */ | ||
.ui-icon { | ||
display: block; | ||
text-indent: -99999px; | ||
overflow: hidden; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
|
||
/* Misc visuals | ||
----------------------------------*/ | ||
|
||
/* Overlays */ | ||
.ui-widget-overlay { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} |
Oops, something went wrong.