ThemevampRails 0.0.1 → 0.0.2
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3ae42e04c8e38a0d187985677e306fee9ee0c07
|
4
|
+
data.tar.gz: dcddd1398105c9b58f3d02b1eec66e5e55eddd17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 774c97fd871c3ede483b435a2f79e7a9908f370914afd7a9444dcd9416d840156301e145d5565153d2436ea4a28022c33bbd95c173ada9f1d3688d8285e695c1
|
7
|
+
data.tar.gz: 6096e056550ed7cf3a4033765c765d3db19d7c16e0efb89e34c6ffd07f4b6e1cdeada585307d3117a2c37657b70832cde7abc153292503367b10bec85307a92b
|
@@ -6,7 +6,7 @@ Bootstrap Admin Template by EGrappler.com
|
|
6
6
|
|
7
7
|
|
8
8
|
/** Base Body Styles **/
|
9
|
-
body{ background: url(../../
|
9
|
+
body{ background: url(../../images/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';}
|
10
10
|
|
11
11
|
|
12
12
|
.account-container {
|
@@ -53,9 +53,9 @@ body{ background: url(../../img/body-bg.png); color:#838383; font: 13px/1.7em 'O
|
|
53
53
|
box-shadow: inset 2px 2px 4px #f1f1f1;
|
54
54
|
}
|
55
55
|
|
56
|
-
.username-field { background: url(../../
|
56
|
+
.username-field { background: url(../../images/signin/user.png) no-repeat; }
|
57
57
|
|
58
|
-
.password-field { background: url(../../
|
58
|
+
.password-field { background: url(../../images/signin/password.png) no-repeat; }
|
59
59
|
|
60
60
|
|
61
61
|
|
@@ -101,7 +101,7 @@ span.login-checkbox > input[type='checkbox'] + label {
|
|
101
101
|
font-size: 12px;
|
102
102
|
line-height: 1.2em;
|
103
103
|
|
104
|
-
background: url(../../
|
104
|
+
background: url(../../images/signin/check.png) no-repeat 0 0;
|
105
105
|
|
106
106
|
cursor: pointer;
|
107
107
|
}
|
@@ -137,14 +137,14 @@ span.login-checkbox > input[type='checkbox']:checked + label {
|
|
137
137
|
width: 157px;
|
138
138
|
display: block;
|
139
139
|
|
140
|
-
background: url(../../
|
140
|
+
background: url(../../images/signin/twitter_btn.png) no-repeat;
|
141
141
|
|
142
142
|
}
|
143
143
|
|
144
144
|
.fb {
|
145
145
|
width: 162px;
|
146
146
|
|
147
|
-
background: url(../../
|
147
|
+
background: url(../../images/signin/fb_btn.png) no-repeat;
|
148
148
|
}
|
149
149
|
|
150
150
|
.twitter:active, .fb:active {
|
@@ -244,4 +244,4 @@ span.login-checkbox > input[type='checkbox']:checked + label {
|
|
244
244
|
padding-left: 6px;
|
245
245
|
}
|
246
246
|
|
247
|
-
}
|
247
|
+
}
|
@@ -1084,11 +1084,11 @@ table.fc-border-separate {
|
|
1084
1084
|
.fc-agenda .ui-resizable-resizing {
|
1085
1085
|
_overflow: hidden
|
1086
1086
|
}
|
1087
|
-
.fc-header-left .fc-button-prev .fc-button-inner {background: url('../
|
1087
|
+
.fc-header-left .fc-button-prev .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
|
1088
1088
|
height: 16px;
|
1089
1089
|
width: 11px;}
|
1090
1090
|
|
1091
|
-
.fc-header-left .fc-button-next .fc-button-inner {background: url('../
|
1091
|
+
.fc-header-left .fc-button-next .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
|
1092
1092
|
height: 16px;
|
1093
1093
|
width: 11px;}
|
1094
1094
|
|