Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2012-08-31 01:45:17 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2012-08-31 01:45:17 +0400
commit9f0f522a282e3deeb79b0fc441bc91fda5eb1efe (patch)
treeceb0f2249e18725e0be80685b867b4355a488330 /files_videoviewer
parent9c81cde100e0d98271df5031836c13b14d2be912 (diff)
Correct images location in the stylesheets
Diffstat (limited to 'files_videoviewer')
-rw-r--r--files_videoviewer/css/mediaelementplayer.css18
-rw-r--r--files_videoviewer/css/style.css4
2 files changed, 11 insertions, 11 deletions
diff --git a/files_videoviewer/css/mediaelementplayer.css b/files_videoviewer/css/mediaelementplayer.css
index 9b5595ebb..2b7a596e7 100644
--- a/files_videoviewer/css/mediaelementplayer.css
+++ b/files_videoviewer/css/mediaelementplayer.css
@@ -73,7 +73,7 @@
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/bigplay.png) no-repeat;
+ background: url(%appswebroot%/files_videoviewer/img/skin/bigplay.png) no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
background-position: 0 -100px ;
@@ -86,7 +86,7 @@
height: 80px;
margin: -40px 0 0 -40px;
background: #333;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/background.png);
+ background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(0, 0, 0, 0.9);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
@@ -99,7 +99,7 @@
display:block;
width: 80px;
height: 80px;
- background: transparent url(%appswebroot%/apps/files_videoviewer/img/skin/loading.gif) 50% 50% no-repeat;
+ background: transparent url(%appswebroot%/files_videoviewer/img/skin/loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
@@ -113,7 +113,7 @@
padding: 0;
bottom: 0;
left: 0;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/background.png);
+ background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(0, 0, 0, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
@@ -152,7 +152,7 @@
height: 16px;
width: 16px;
border: 0;
- background: transparent url(%appswebroot%/apps/files_videoviewer/img/skin/controls.png) no-repeat;
+ background: transparent url(%appswebroot%/files_videoviewer/img/skin/controls.png) no-repeat;
}
/* :focus for accessibility */
@@ -369,7 +369,7 @@
display: none;
height: 115px;
width: 25px;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/background.png);
+ background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(50, 50, 50, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
@@ -512,7 +512,7 @@
right: -10px;
width: 130px;
height: 100px;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/background.png);
+ background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
@@ -661,7 +661,7 @@
.mejs-captions-text {
padding: 3px 5px;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/background.png);
+ background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(20, 20, 20, 0.8);
}
@@ -760,7 +760,7 @@
right: -10px;
width: 130px;
height: 100px;
- background: url(%appswebroot%/apps/files_videoviewer/img/skin/background.png);
+ background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
diff --git a/files_videoviewer/css/style.css b/files_videoviewer/css/style.css
index caed3e79b..f55a753b9 100644
--- a/files_videoviewer/css/style.css
+++ b/files_videoviewer/css/style.css
@@ -2,7 +2,7 @@
position:fixed;
top:0px;bottom:0px;left:0px;right:0px;
z-index:100;
- background:transparent url('%appswebroot%/apps/files_videoviewer/img/overlay.png') repeat 0 0;
+ background:transparent url('%appswebroot%/files_videoviewer/img/overlay.png') repeat 0 0;
}
#nonebox{
@@ -29,5 +29,5 @@ a.box-close{
width:26px;height:26px;
margin:-23px -23px 0px 0px;
cursor:pointer;
- background:url('%appswebroot%/apps/files_videoviewer/img/close.png') no-repeat 0 0;
+ background:url('%appswebroot%/files_videoviewer/img/close.png') no-repeat 0 0;
}