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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-07 19:18:04 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-07 19:18:04 +0400
commit44422f9634d38cbfba6c84090f66efc6fc963ee9 (patch)
treef6ee5d55165f29041b39382c692d5f7359583b47 /files_videoviewer
parentd8edd881e1161ae302f20d7386700a945c0f4318 (diff)
videoviewer: get rid of %appswebroot%
Diffstat (limited to 'files_videoviewer')
-rw-r--r--files_videoviewer/css/mediaelementplayer.css26
-rw-r--r--files_videoviewer/css/style.css2
2 files changed, 14 insertions, 14 deletions
diff --git a/files_videoviewer/css/mediaelementplayer.css b/files_videoviewer/css/mediaelementplayer.css
index 70ded2540..0c2ae2cfa 100644
--- a/files_videoviewer/css/mediaelementplayer.css
+++ b/files_videoviewer/css/mediaelementplayer.css
@@ -74,10 +74,10 @@
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
- background: url(%appswebroot%/files_videoviewer/img/skin/bigplay.svg) no-repeat;
+ background: url('../img/skin/bigplay.svg') no-repeat;
}
.no-svg .mejs-overlay-button {
- background-image: url(%appswebroot%/files_videoviewer/img/skin/bigplay.png);
+ background-image: url('../img/skin/bigplay.png');
}
.mejs-overlay:hover .mejs-overlay-button {
background-position: 0 -100px ;
@@ -90,7 +90,7 @@
height: 80px;
margin: -40px 0 0 -40px;
background: #333;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../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));
@@ -103,7 +103,7 @@
display: block;
width: 80px;
height: 80px;
- background: transparent url(%appswebroot%/files_videoviewer/img/skin/loading.gif) 50% 50% no-repeat;
+ background: transparent url('../img/skin/loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
@@ -117,7 +117,7 @@
padding: 0;
bottom: 0;
left: 0;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../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));
@@ -156,11 +156,11 @@
height: 16px;
width: 16px;
border: 0;
- background: transparent url(%appswebroot%/files_videoviewer/img/skin/controls.svg) no-repeat;
+ background: transparent url('../img/skin/controls.svg') no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
- background-image: url(%appswebroot%/files_videoviewer/img/skin/controls.png);
+ background-image: url('../img/skin/controls.png');
}
/* :focus for accessibility */
@@ -390,7 +390,7 @@
display: none;
height: 115px;
width: 25px;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../img/skin/background.png');
background: rgba(50, 50, 50, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
@@ -533,7 +533,7 @@
right: -10px;
width: 130px;
height: 100px;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../img/skin/background.png');
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
@@ -682,7 +682,7 @@
.mejs-captions-text {
padding: 3px 5px;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../img/skin/background.png');
background: rgba(20, 20, 20, 0.8);
}
@@ -781,7 +781,7 @@
right: -10px;
width: 130px;
height: 100px;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../img/skin/background.png');
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
@@ -829,7 +829,7 @@
left: 0;
width: 100%;
height: 100%;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../img/skin/background.png');
background: rgba(50,50,50,0.7);
z-index: 1000;
overflow: hidden;
@@ -842,7 +842,7 @@
position: absolute;
right: 0;
top: 0;
- background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
+ background: url('../img/skin/background.png');
background: rgba(50,50,50,0.7);
color: #fff;
padding: 4px;
diff --git a/files_videoviewer/css/style.css b/files_videoviewer/css/style.css
index 51af94142..fbaa10ab7 100644
--- a/files_videoviewer/css/style.css
+++ b/files_videoviewer/css/style.css
@@ -27,5 +27,5 @@ a.box-close{
top:-15px;right:-15px;
width:30px;height:30px;
cursor:pointer;
- background:url('%appswebroot%/files_videoviewer/img/close.png') no-repeat 0 0;
+ background:url('../img/close.png') no-repeat 0 0;
}