mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- yWeb: move Filemgr's css to Y_Main.css
This commit is contained in:
@@ -96,7 +96,6 @@ install_DATA = channels.js \
|
|||||||
# file manager
|
# file manager
|
||||||
install_DATA += accordion.js \
|
install_DATA += accordion.js \
|
||||||
effects.js \
|
effects.js \
|
||||||
Y_Filemgr.css \
|
|
||||||
Y_Filemgr.yhtm \
|
Y_Filemgr.yhtm \
|
||||||
Y_Filemgr_Edit.yhtm \
|
Y_Filemgr_Edit.yhtm \
|
||||||
Y_Filemgr_blocks.txt
|
Y_Filemgr_blocks.txt
|
||||||
|
@@ -1,56 +0,0 @@
|
|||||||
.diag {
|
|
||||||
border: 1px solid #bbbbbb;
|
|
||||||
border-collapse: collapse;
|
|
||||||
background-color: #eeeeee;
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
.toolbar td {
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.toolbar img {
|
|
||||||
border:0;
|
|
||||||
}
|
|
||||||
.toolbar td:hover {
|
|
||||||
background-color: #dddddd;
|
|
||||||
}
|
|
||||||
.button {
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
width: 40px;
|
|
||||||
height: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.button:hover {
|
|
||||||
background-color: #dddddd;
|
|
||||||
}
|
|
||||||
.mform {
|
|
||||||
empty-cells:show;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filelist a{
|
|
||||||
text-decoration:underline;
|
|
||||||
}
|
|
||||||
.box {
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
empty-cells:show;
|
|
||||||
}
|
|
||||||
.epginfo2{
|
|
||||||
font-size: 8pt;
|
|
||||||
}
|
|
||||||
.detail_title{
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
.detail_title_active{
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
.detail_img {
|
|
||||||
max-width: 300px;
|
|
||||||
max-height:300px;
|
|
||||||
}
|
|
@@ -1,5 +1,4 @@
|
|||||||
{=include-block:Y_Blocks.txt;head=}
|
{=include-block:Y_Blocks.txt;head=}
|
||||||
<link rel="stylesheet" type="text/css" href="/Y_Filemgr.css"/>
|
|
||||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||||
<script type="text/javascript" src="/prototype.js"></script>
|
<script type="text/javascript" src="/prototype.js"></script>
|
||||||
<script type="text/javascript" src="/effects.js"></script>
|
<script type="text/javascript" src="/effects.js"></script>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
{=include-block:Y_Blocks.txt;head=}
|
{=include-block:Y_Blocks.txt;head=}
|
||||||
<link rel="stylesheet" type="text/css" href="/Y_Filemgr.css"/>
|
|
||||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||||
<script type="text/javascript" src="/prototype.js"></script>
|
<script type="text/javascript" src="/prototype.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
@@ -964,3 +964,61 @@ img#shot {
|
|||||||
img#shot:hover {
|
img#shot:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Filemgr */
|
||||||
|
.diag {
|
||||||
|
border: 1px solid #bbbbbb;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.toolbar td {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.toolbar img {
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
.toolbar td:hover {
|
||||||
|
background-color: #dddddd;
|
||||||
|
}
|
||||||
|
.button {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
width: 40px;
|
||||||
|
height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
background-color: #dddddd;
|
||||||
|
}
|
||||||
|
.mform {
|
||||||
|
empty-cells:show;
|
||||||
|
}
|
||||||
|
|
||||||
|
.filelist a {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
.box {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
empty-cells:show;
|
||||||
|
}
|
||||||
|
.epginfo2 {
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
.detail_title {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.detail_title_active {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
.detail_img {
|
||||||
|
max-width: 300px;
|
||||||
|
max-height:300px;
|
||||||
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.9.0.9
|
version=2.9.0.10
|
||||||
date=01.03.2015
|
date=02.03.2015
|
||||||
type=Release
|
type=Release
|
||||||
info=Port CST
|
info=Port CST
|
||||||
|
Reference in New Issue
Block a user