2011-03-03 01:06:23 +03:00
|
|
|
/* FILE MENU */
|
|
|
|
|
|
|
|
#file_menu
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
#file_menu ul
|
|
|
|
{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#file_menu li a
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
padding: 0.5em 5em 0.5em 2em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2011-04-17 00:56:40 +04:00
|
|
|
#file_upload_form {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-04-17 19:49:56 +04:00
|
|
|
#file_newfolder_form {
|
2011-04-17 00:56:40 +04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-04-17 19:49:56 +04:00
|
|
|
#file_upload_target {
|
2011-04-17 18:19:21 +04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-03-03 01:06:23 +03:00
|
|
|
/* FILE TABLE */
|
|
|
|
|
|
|
|
table td.filesize, table td.date
|
|
|
|
{
|
|
|
|
width: 5em;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td.date
|
|
|
|
{
|
|
|
|
width: 11em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td.selection, table th.selection, table td.fileaction
|
|
|
|
{
|
|
|
|
width: 2em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td.filename a
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
background-image: url(../img/file.png);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|