roroacms 0.0.6.5 → 0.0.6.6
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.
|
@@ -66,7 +66,7 @@ h3.underline {
|
|
|
66
66
|
min-height: 80px;
|
|
67
67
|
padding: 0 0 0 10px;
|
|
68
68
|
position: relative;
|
|
69
|
-
background: #5ce0aa url(roroafull.png) no-repeat center center;
|
|
69
|
+
background: #5ce0aa image-url("roroacms/admin/roroafull.png") no-repeat center center;
|
|
70
70
|
}
|
|
71
71
|
#header {
|
|
72
72
|
z-index: 200;
|
|
@@ -85,7 +85,7 @@ h3.underline {
|
|
|
85
85
|
min-height: 80px;
|
|
86
86
|
padding: 0 0 0 10px;
|
|
87
87
|
position: relative;
|
|
88
|
-
background: #5ce0aa url(roroafull.png) no-repeat center center;
|
|
88
|
+
background: #5ce0aa image-url("roroacms/admin/roroafull.png") no-repeat center center;
|
|
89
89
|
}
|
|
90
90
|
#header .logo {
|
|
91
91
|
color: #fff;
|
|
@@ -2199,7 +2199,7 @@ section#login-container div#error_explanation ul li {
|
|
|
2199
2199
|
display: inline-block;
|
|
2200
2200
|
}
|
|
2201
2201
|
#login-wrapper .logo:before {
|
|
2202
|
-
background-image: url(logo.png);
|
|
2202
|
+
background-image: image-url("roroacms/admin/logo.png");
|
|
2203
2203
|
background-position: left center;
|
|
2204
2204
|
background-repeat: no-repeat;
|
|
2205
2205
|
padding: 0 20px;
|