Commit be364d1004ca80f94d9203b25eca285a623758af
1 parent
2801589c
Exists in
master
and in
4 other branches
move jquery ui images to vendor directory
Showing
27 changed files
with
16 additions
and
16 deletions
Show diff stats
app/assets/images/jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png
180 Bytes
app/assets/images/jquery_ui/images/ui-bg_flat_75_ffffff_40x100.png
178 Bytes
app/assets/images/jquery_ui/images/ui-bg_glass_55_fbf9ee_1x400.png
120 Bytes
app/assets/images/jquery_ui/images/ui-bg_glass_65_ffffff_1x400.png
105 Bytes
app/assets/images/jquery_ui/images/ui-bg_glass_75_dadada_1x400.png
111 Bytes
app/assets/images/jquery_ui/images/ui-bg_glass_75_e6e6e6_1x400.png
110 Bytes
app/assets/images/jquery_ui/images/ui-bg_glass_95_fef1ec_1x400.png
119 Bytes
app/assets/images/jquery_ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
101 Bytes
app/assets/images/jquery_ui/images/ui-icons_222222_256x240.png
4.27 KB
app/assets/images/jquery_ui/images/ui-icons_2e83ff_256x240.png
5.23 KB
app/assets/images/jquery_ui/images/ui-icons_454545_256x240.png
4.27 KB
app/assets/images/jquery_ui/images/ui-icons_888888_256x240.png
4.27 KB
app/assets/images/jquery_ui/images/ui-icons_cd0a0a_256x240.png
4.27 KB
180 Bytes
178 Bytes
120 Bytes
105 Bytes
111 Bytes
110 Bytes
119 Bytes
vendor/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png
0 → 100644
101 Bytes
4.27 KB
5.23 KB
4.27 KB
4.27 KB
4.27 KB
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
@@ -59,26 +59,26 @@ | @@ -59,26 +59,26 @@ | ||
59 | .ui-widget { font-family: "Helvetica Neue",Arial,Helvetica,sans-serif; font-size: 1.1em; } | 59 | .ui-widget { font-family: "Helvetica Neue",Arial,Helvetica,sans-serif; font-size: 1.1em; } |
60 | .ui-widget .ui-widget { font-size: 1em; } | 60 | .ui-widget .ui-widget { font-size: 1em; } |
61 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } | 61 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } |
62 | -.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } | 62 | +.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } |
63 | .ui-widget-content a { color: #222222; } | 63 | .ui-widget-content a { color: #222222; } |
64 | .ui-widget-header { color: #222222; font-weight: bold; } | 64 | .ui-widget-header { color: #222222; font-weight: bold; } |
65 | .ui-widget-header a { color: #222222; } | 65 | .ui-widget-header a { color: #222222; } |
66 | 66 | ||
67 | /* Interaction states | 67 | /* Interaction states |
68 | ----------------------------------*/ | 68 | ----------------------------------*/ |
69 | -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } | 69 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } |
70 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } | 70 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } |
71 | -.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 #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } | 71 | +.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 #999999; background: #dadada url(ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } |
72 | .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } | 72 | .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } |
73 | -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } | 73 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } |
74 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } | 74 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } |
75 | .ui-widget :active { outline: none; } | 75 | .ui-widget :active { outline: none; } |
76 | 76 | ||
77 | /* Interaction Cues | 77 | /* Interaction Cues |
78 | ----------------------------------*/ | 78 | ----------------------------------*/ |
79 | -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } | 79 | +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } |
80 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } | 80 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } |
81 | -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } | 81 | +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } |
82 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } | 82 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } |
83 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } | 83 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } |
84 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } | 84 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
@@ -89,14 +89,14 @@ | @@ -89,14 +89,14 @@ | ||
89 | ----------------------------------*/ | 89 | ----------------------------------*/ |
90 | 90 | ||
91 | /* states and images */ | 91 | /* states and images */ |
92 | -.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } | ||
93 | -.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } | ||
94 | -.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } | ||
95 | -.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } | ||
96 | -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } | ||
97 | -.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } | ||
98 | -.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } | ||
99 | -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } | 92 | +.ui-icon { width: 16px; height: 16px; background-image: url(ui-icons_222222_256x240.png); } |
93 | +.ui-widget-content .ui-icon {background-image: url(ui-icons_222222_256x240.png); } | ||
94 | +.ui-widget-header .ui-icon {background-image: url(ui-icons_222222_256x240.png); } | ||
95 | +.ui-state-default .ui-icon { background-image: url(ui-icons_888888_256x240.png); } | ||
96 | +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(ui-icons_454545_256x240.png); } | ||
97 | +.ui-state-active .ui-icon {background-image: url(ui-icons_454545_256x240.png); } | ||
98 | +.ui-state-highlight .ui-icon {background-image: url(ui-icons_2e83ff_256x240.png); } | ||
99 | +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(ui-icons_cd0a0a_256x240.png); } | ||
100 | 100 | ||
101 | /* positioning */ | 101 | /* positioning */ |
102 | .ui-icon-carat-1-n { background-position: 0 0; } | 102 | .ui-icon-carat-1-n { background-position: 0 0; } |
@@ -286,8 +286,8 @@ | @@ -286,8 +286,8 @@ | ||
286 | /*.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }*/ | 286 | /*.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }*/ |
287 | 287 | ||
288 | /* Overlays */ | 288 | /* Overlays */ |
289 | -.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } | ||
290 | -.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* | 289 | +.ui-widget-overlay { background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } |
290 | +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* | ||
291 | * jQuery UI Resizable 1.8.16 | 291 | * jQuery UI Resizable 1.8.16 |
292 | * | 292 | * |
293 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) | 293 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |