hssc_surveyor 1.4.1.pre → 1.4.2.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +3 -0
- data/lib/assets/stylesheets/surveyor/jquery-ui-1.10.0.custom.css +17 -17
- data/lib/surveyor/version.rb +1 -1
- metadata +2 -2
data/.gitignore
CHANGED
|
@@ -527,7 +527,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
527
527
|
height: 100%;
|
|
528
528
|
}
|
|
529
529
|
.ui-progressbar .ui-progressbar-overlay {
|
|
530
|
-
background: url("
|
|
530
|
+
background: url("animated-overlay.gif");
|
|
531
531
|
height: 100%;
|
|
532
532
|
filter: alpha(opacity=25);
|
|
533
533
|
opacity: 0.25;
|
|
@@ -798,7 +798,7 @@ body .ui-tooltip {
|
|
|
798
798
|
}
|
|
799
799
|
.ui-widget-content {
|
|
800
800
|
border: 1px solid #aaaaaa;
|
|
801
|
-
background: #ffffff url(
|
|
801
|
+
background: #ffffff url(ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
|
802
802
|
color: #222222;
|
|
803
803
|
}
|
|
804
804
|
.ui-widget-content a {
|
|
@@ -806,7 +806,7 @@ body .ui-tooltip {
|
|
|
806
806
|
}
|
|
807
807
|
.ui-widget-header {
|
|
808
808
|
border: 1px solid #aaaaaa;
|
|
809
|
-
background: #cccccc url(
|
|
809
|
+
background: #cccccc url(ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
|
|
810
810
|
color: #222222;
|
|
811
811
|
font-weight: bold;
|
|
812
812
|
}
|
|
@@ -820,7 +820,7 @@ body .ui-tooltip {
|
|
|
820
820
|
.ui-widget-content .ui-state-default,
|
|
821
821
|
.ui-widget-header .ui-state-default {
|
|
822
822
|
border: 1px solid #d3d3d3;
|
|
823
|
-
background: #e6e6e6 url(
|
|
823
|
+
background: #e6e6e6 url(ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
|
824
824
|
font-weight: normal;
|
|
825
825
|
color: #555555;
|
|
826
826
|
}
|
|
@@ -837,7 +837,7 @@ body .ui-tooltip {
|
|
|
837
837
|
.ui-widget-content .ui-state-focus,
|
|
838
838
|
.ui-widget-header .ui-state-focus {
|
|
839
839
|
border: 1px solid #999999;
|
|
840
|
-
background: #dadada url(
|
|
840
|
+
background: #dadada url(ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
|
|
841
841
|
font-weight: normal;
|
|
842
842
|
color: #212121;
|
|
843
843
|
}
|
|
@@ -852,7 +852,7 @@ body .ui-tooltip {
|
|
|
852
852
|
.ui-widget-content .ui-state-active,
|
|
853
853
|
.ui-widget-header .ui-state-active {
|
|
854
854
|
border: 1px solid #aaaaaa;
|
|
855
|
-
background: #ffffff url(
|
|
855
|
+
background: #ffffff url(ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
|
856
856
|
font-weight: normal;
|
|
857
857
|
color: #212121;
|
|
858
858
|
}
|
|
@@ -869,7 +869,7 @@ body .ui-tooltip {
|
|
|
869
869
|
.ui-widget-content .ui-state-highlight,
|
|
870
870
|
.ui-widget-header .ui-state-highlight {
|
|
871
871
|
border: 1px solid #fcefa1;
|
|
872
|
-
background: #fbf9ee url(
|
|
872
|
+
background: #fbf9ee url(ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
|
873
873
|
color: #363636;
|
|
874
874
|
}
|
|
875
875
|
.ui-state-highlight a,
|
|
@@ -881,7 +881,7 @@ body .ui-tooltip {
|
|
|
881
881
|
.ui-widget-content .ui-state-error,
|
|
882
882
|
.ui-widget-header .ui-state-error {
|
|
883
883
|
border: 1px solid #cd0a0a;
|
|
884
|
-
background: #fef1ec url(
|
|
884
|
+
background: #fef1ec url(ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
|
885
885
|
color: #cd0a0a;
|
|
886
886
|
}
|
|
887
887
|
.ui-state-error a,
|
|
@@ -928,27 +928,27 @@ body .ui-tooltip {
|
|
|
928
928
|
}
|
|
929
929
|
.ui-icon,
|
|
930
930
|
.ui-widget-content .ui-icon {
|
|
931
|
-
background-image: url(
|
|
931
|
+
background-image: url(ui-icons_222222_256x240.png);
|
|
932
932
|
}
|
|
933
933
|
.ui-widget-header .ui-icon {
|
|
934
|
-
background-image: url(
|
|
934
|
+
background-image: url(ui-icons_222222_256x240.png);
|
|
935
935
|
}
|
|
936
936
|
.ui-state-default .ui-icon {
|
|
937
|
-
background-image: url(
|
|
937
|
+
background-image: url(ui-icons_888888_256x240.png);
|
|
938
938
|
}
|
|
939
939
|
.ui-state-hover .ui-icon,
|
|
940
940
|
.ui-state-focus .ui-icon {
|
|
941
|
-
background-image: url(
|
|
941
|
+
background-image: url(ui-icons_454545_256x240.png);
|
|
942
942
|
}
|
|
943
943
|
.ui-state-active .ui-icon {
|
|
944
|
-
background-image: url(
|
|
944
|
+
background-image: url(ui-icons_454545_256x240.png);
|
|
945
945
|
}
|
|
946
946
|
.ui-state-highlight .ui-icon {
|
|
947
|
-
background-image: url(
|
|
947
|
+
background-image: url(ui-icons_2e83ff_256x240.png);
|
|
948
948
|
}
|
|
949
949
|
.ui-state-error .ui-icon,
|
|
950
950
|
.ui-state-error-text .ui-icon {
|
|
951
|
-
background-image: url(
|
|
951
|
+
background-image: url(ui-icons_cd0a0a_256x240.png);
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
/* positioning */
|
|
@@ -1160,14 +1160,14 @@ body .ui-tooltip {
|
|
|
1160
1160
|
|
|
1161
1161
|
/* Overlays */
|
|
1162
1162
|
.ui-widget-overlay {
|
|
1163
|
-
background: #aaaaaa url(
|
|
1163
|
+
background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
|
1164
1164
|
opacity: .3;
|
|
1165
1165
|
filter: Alpha(Opacity=30);
|
|
1166
1166
|
}
|
|
1167
1167
|
.ui-widget-shadow {
|
|
1168
1168
|
margin: -8px 0 0 -8px;
|
|
1169
1169
|
padding: 8px;
|
|
1170
|
-
background: #aaaaaa url(
|
|
1170
|
+
background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
|
1171
1171
|
opacity: .3;
|
|
1172
1172
|
filter: Alpha(Opacity=30);
|
|
1173
1173
|
border-radius: 8px;
|
data/lib/surveyor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hssc_surveyor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2.pre
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-08-
|
|
14
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|