13 changed files with 353 additions and 138 deletions
-
1.scrutinizer.yml
-
1apps/user_ldap/settings.php
-
1bower.json
-
BINcore/css/images/ui-icons_222222_256x240.png
-
140core/css/jquery-ui-fixes.css
-
2core/js/core.json
-
37core/vendor/.gitignore
-
26core/vendor/jquery-ui/MIT-LICENSE.txt
-
0core/vendor/jquery-ui/themes/base/images/animated-overlay.gif
-
BINcore/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png
-
276core/vendor/jquery-ui/themes/base/jquery-ui.css
-
2core/vendor/jquery-ui/ui/jquery-ui.custom.js
-
5lib/base.php
|
Before Width: 256 | Height: 240 | Size: 4.1 KiB |
@ -0,0 +1,140 @@ |
|||
/* Component containers |
|||
----------------------------------*/ |
|||
.ui-widget { |
|||
font-family: "Lucida Grande", Arial, Verdana, sans-serif; |
|||
font-size: 1em; |
|||
} |
|||
.ui-widget button { |
|||
font-family: "Lucida Grande", Arial, Verdana, sans-serif; |
|||
} |
|||
.ui-widget-content { |
|||
border: 1px solid #dddddd; |
|||
background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; |
|||
color: #333333; |
|||
} |
|||
.ui-widget-content a { |
|||
color: #333333; |
|||
} |
|||
.ui-widget-header { |
|||
border: 1px solid #1d2d44; |
|||
background: #1d2d44 url(images/ui-bg_flat_35_1d2d44_40x100.png) 50% 50% repeat-x; |
|||
color: #ffffff; |
|||
} |
|||
.ui-widget-header a { |
|||
color: #ffffff; |
|||
} |
|||
|
|||
/* Interaction states |
|||
----------------------------------*/ |
|||
.ui-state-default, |
|||
.ui-widget-content .ui-state-default, |
|||
.ui-widget-header .ui-state-default { |
|||
border: 1px solid #ddd; |
|||
background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; |
|||
font-weight: bold; |
|||
color: #555; |
|||
} |
|||
.ui-state-default a, |
|||
.ui-state-default a:link, |
|||
.ui-state-default a:visited { |
|||
color: #555; |
|||
} |
|||
.ui-state-hover, |
|||
.ui-widget-content .ui-state-hover, |
|||
.ui-widget-header .ui-state-hover, |
|||
.ui-state-focus, |
|||
.ui-widget-content .ui-state-focus, |
|||
.ui-widget-header .ui-state-focus { |
|||
border: 1px solid #ddd; |
|||
background: #ffffff url(images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; |
|||
font-weight: bold; |
|||
color: #333; |
|||
} |
|||
.ui-state-hover a, |
|||
.ui-state-hover a:hover, |
|||
.ui-state-hover a:link, |
|||
.ui-state-hover a:visited { |
|||
color: #333; |
|||
} |
|||
.ui-state-active, |
|||
.ui-widget-content .ui-state-active, |
|||
.ui-widget-header .ui-state-active { |
|||
border: 1px solid #1d2d44; |
|||
background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; |
|||
font-weight: bold; |
|||
color: #1d2d44; |
|||
} |
|||
.ui-state-active a, |
|||
.ui-state-active a:link, |
|||
.ui-state-active a:visited { |
|||
color: #1d2d44; |
|||
} |
|||
|
|||
/* Interaction Cues |
|||
----------------------------------*/ |
|||
.ui-state-highlight, |
|||
.ui-widget-content .ui-state-highlight, |
|||
.ui-widget-header .ui-state-highlight { |
|||
border: 1px solid #ddd; |
|||
background: #f8f8f8 url(images/ui-bg_highlight-hard_100_f8f8f8_1x100.png) 50% top repeat-x; |
|||
color: #555; |
|||
} |
|||
.ui-state-highlight a, |
|||
.ui-widget-content .ui-state-highlight a, |
|||
.ui-widget-header .ui-state-highlight a { |
|||
color: #555; |
|||
} |
|||
.ui-state-error, |
|||
.ui-widget-content .ui-state-error, |
|||
.ui-widget-header .ui-state-error { |
|||
border: 1px solid #cd0a0a; |
|||
background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; |
|||
color: #ffffff; |
|||
} |
|||
.ui-state-error a, |
|||
.ui-widget-content .ui-state-error a, |
|||
.ui-widget-header .ui-state-error a { |
|||
color: #ffffff; |
|||
} |
|||
.ui-state-error-text, |
|||
.ui-widget-content .ui-state-error-text, |
|||
.ui-widget-header .ui-state-error-text { |
|||
color: #ffffff; |
|||
} |
|||
|
|||
/* Icons |
|||
----------------------------------*/ |
|||
.ui-state-default .ui-icon { |
|||
background-image: url(images/ui-icons_1d2d44_256x240.png); |
|||
} |
|||
.ui-state-hover .ui-icon, |
|||
.ui-state-focus .ui-icon { |
|||
background-image: url(images/ui-icons_1d2d44_256x240.png); |
|||
} |
|||
.ui-state-active .ui-icon { |
|||
background-image: url(images/ui-icons_1d2d44_256x240.png); |
|||
} |
|||
.ui-state-highlight .ui-icon { |
|||
background-image: url(images/ui-icons_ffffff_256x240.png); |
|||
} |
|||
.ui-state-error .ui-icon, |
|||
.ui-state-error-text .ui-icon { |
|||
background-image: url(images/ui-icons_ffd27a_256x240.png); |
|||
} |
|||
|
|||
/* Misc visuals |
|||
----------------------------------*/ |
|||
/* Overlays */ |
|||
.ui-widget-overlay { |
|||
background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; |
|||
opacity: .5; |
|||
filter: Alpha(Opacity=50); |
|||
} |
|||
.ui-widget-shadow { |
|||
margin: -5px 0 0 -5px; |
|||
padding: 5px; |
|||
background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; |
|||
opacity: .2; |
|||
filter: Alpha(Opacity=20); |
|||
border-radius: 5px; |
|||
} |
|||
@ -0,0 +1,26 @@ |
|||
Copyright 2013 jQuery Foundation and other contributors, |
|||
http://jqueryui.com/ |
|||
|
|||
This software consists of voluntary contributions made by many |
|||
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact |
|||
contribution history, see the revision history and logs, available |
|||
at http://jquery-ui.googlecode.com/svn/ |
|||
|
|||
Permission is hereby granted, free of charge, to any person obtaining |
|||
a copy of this software and associated documentation files (the |
|||
"Software"), to deal in the Software without restriction, including |
|||
without limitation the rights to use, copy, modify, merge, publish, |
|||
distribute, sublicense, and/or sell copies of the Software, and to |
|||
permit persons to whom the Software is furnished to do so, subject to |
|||
the following conditions: |
|||
|
|||
The above copyright notice and this permission notice shall be |
|||
included in all copies or substantial portions of the Software. |
|||
|
|||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
|||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
|||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
|||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|||
|
Before Width: 40 | Height: 40 | Size: 1.7 KiB After Width: 40 | Height: 40 | Size: 1.7 KiB |
|
After Width: 256 | Height: 240 | Size: 4.3 KiB |
@ -1,4 +1,4 @@ |
|||
/*! jQuery UI - v1.10.0 - 2013-01-22 |
|||
/*! jQuery UI - v1.10.0 - 2013-01-18 |
|||
* http://jqueryui.com
|
|||
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.menu.js, jquery.ui.progressbar.js, jquery.ui.slider.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js, jquery.ui.effect.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js |
|||
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */ |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue