mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +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
|
||||
install_DATA += accordion.js \
|
||||
effects.js \
|
||||
Y_Filemgr.css \
|
||||
Y_Filemgr.yhtm \
|
||||
Y_Filemgr_Edit.yhtm \
|
||||
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=}
|
||||
<link rel="stylesheet" type="text/css" href="/Y_Filemgr.css"/>
|
||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||
<script type="text/javascript" src="/prototype.js"></script>
|
||||
<script type="text/javascript" src="/effects.js"></script>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
{=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="/prototype.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
@@ -964,3 +964,61 @@ img#shot {
|
||||
img#shot:hover {
|
||||
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
|
||||
date=01.03.2015
|
||||
version=2.9.0.10
|
||||
date=02.03.2015
|
||||
type=Release
|
||||
info=Port CST
|
||||
|
Reference in New Issue
Block a user