Skip to content

Commit 13c67c9

Browse files
committed
Updated to 1.8.1.
1 parent b709883 commit 13c67c9

38 files changed

+29464
-29403
lines changed

change_log.txt

Lines changed: 2431 additions & 2410 deletions
Large diffs are not rendered by default.

common.php

Lines changed: 5862 additions & 5862 deletions
Large diffs are not rendered by default.

css/admin.css

Lines changed: 4322 additions & 4322 deletions
Large diffs are not rendered by default.

css/forms.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@import url('formreset.css');
2-
@import url('datepicker.css');
3-
@import url('formsmain.css');
4-
@import url('readyclass.css');
5-
@import url('browsers.css');
1+
@import url('formreset.css');
2+
@import url('datepicker.css');
3+
@import url('formsmain.css');
4+
@import url('readyclass.css');
5+
@import url('browsers.css');
66
@import url('rtl.css');

css/jquery-ui.custom.css

100644100755
File mode changed.

css/tooltip.css

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
/*
2-
----------------------------------------------------------------
3-
4-
tooltip.css
5-
Gravity Forms Admin Tooltip Styles
6-
http://www.gravityforms.com
7-
updated: November 6, 2013 12:42 PM
8-
9-
Gravity Forms is a Rocketgenius project
10-
copyright 2013 Rocketgenius Inc.
11-
http: //www.rocketgenius.com
12-
this may not be re-distrubited without the
13-
express written permission of the author.
14-
15-
NOTE: DO NOT EDIT THIS FILE!
16-
THIS FILE IS REPLACED DURING AUTO UPGRADE
17-
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
18-
19-
----------------------------------------------------------------
20-
*/
21-
22-
23-
a.tooltip,
24-
a.tooltip_left,
25-
a.tooltip_bottomleft {
26-
width: 16px;
27-
text-decoration: none;
28-
color: #424242;
29-
zoom: 1;
30-
filter: alpha(opacity=50);
31-
opacity: 0.5;
32-
}
33-
34-
a.tooltip:hover,
35-
a.tooltip_left:hover,
36-
a.tooltip_bottomleft:hover {
37-
color: #0074A2;
38-
zoom: 1;
39-
filter: alpha(opacity=100);
40-
opacity: 1.0;
41-
}
42-
43-
.ui-tooltip {
44-
padding: 18px;
45-
position: absolute;
46-
z-index: 9999;
47-
max-width: 300px;color: #000;
48-
text-shadow: 1px 1px 1px #fff;
49-
font-size: 1.0em;
50-
-webkit-border-radius: 6px;
51-
-moz-border-radius: 6px;
52-
border-radius: 6px;
53-
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
54-
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
55-
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
56-
}
57-
58-
body .ui-tooltip {
59-
border: 4px solid #999;
60-
background-color: #ededed;
61-
}
62-
63-
body .ui-tooltip h6 {
64-
color: #0e6085;
65-
font-size: 1.1em;
66-
font-weight: bold;
67-
margin: 0 0 3px 0 !important;
68-
padding: 0 !important;
1+
/*
2+
----------------------------------------------------------------
3+
4+
tooltip.css
5+
Gravity Forms Admin Tooltip Styles
6+
http://www.gravityforms.com
7+
updated: November 6, 2013 12:42 PM
8+
9+
Gravity Forms is a Rocketgenius project
10+
copyright 2013 Rocketgenius Inc.
11+
http: //www.rocketgenius.com
12+
this may not be re-distrubited without the
13+
express written permission of the author.
14+
15+
NOTE: DO NOT EDIT THIS FILE!
16+
THIS FILE IS REPLACED DURING AUTO UPGRADE
17+
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
18+
19+
----------------------------------------------------------------
20+
*/
21+
22+
23+
a.tooltip,
24+
a.tooltip_left,
25+
a.tooltip_bottomleft {
26+
width: 16px;
27+
text-decoration: none;
28+
color: #424242;
29+
zoom: 1;
30+
filter: alpha(opacity=50);
31+
opacity: 0.5;
32+
}
33+
34+
a.tooltip:hover,
35+
a.tooltip_left:hover,
36+
a.tooltip_bottomleft:hover {
37+
color: #0074A2;
38+
zoom: 1;
39+
filter: alpha(opacity=100);
40+
opacity: 1.0;
41+
}
42+
43+
.ui-tooltip {
44+
padding: 18px;
45+
position: absolute;
46+
z-index: 9999;
47+
max-width: 300px;color: #000;
48+
text-shadow: 1px 1px 1px #fff;
49+
font-size: 1.0em;
50+
-webkit-border-radius: 6px;
51+
-moz-border-radius: 6px;
52+
border-radius: 6px;
53+
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
54+
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
55+
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
56+
}
57+
58+
body .ui-tooltip {
59+
border: 4px solid #999;
60+
background-color: #ededed;
61+
}
62+
63+
body .ui-tooltip h6 {
64+
color: #0e6085;
65+
font-size: 1.1em;
66+
font-weight: bold;
67+
margin: 0 0 3px 0 !important;
68+
padding: 0 !important;
6969
}

currency.php

Lines changed: 123 additions & 123 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)