2011-03-02 22:06:23 +00:00
|
|
|
/* FILE MENU */
|
|
|
|
|
|
|
|
#file_menu
|
|
|
|
{
|
2011-06-04 18:16:44 +00:00
|
|
|
right:0px;
|
2011-07-21 22:18:41 +00:00
|
|
|
position:absolute;
|
|
|
|
top:0;
|
2011-03-02 22:06:23 +00:00
|
|
|
}
|
|
|
|
|
2011-07-21 22:18:41 +00:00
|
|
|
#file_menu a
|
2011-03-02 22:06:23 +00:00
|
|
|
{
|
2011-07-21 22:18:41 +00:00
|
|
|
display:block;
|
|
|
|
float:left;
|
|
|
|
background-image:none;
|
|
|
|
text-decoration: none;
|
2011-03-02 22:06:23 +00:00
|
|
|
}
|
|
|
|
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_form, #file_newfolder_form {
|
2011-04-19 00:51:59 +00:00
|
|
|
display: inline;
|
2011-07-19 23:18:43 +00:00
|
|
|
margin-left:3em;
|
2011-04-19 00:51:59 +00:00
|
|
|
}
|
|
|
|
|
2011-06-03 00:44:31 +00:00
|
|
|
#fileSelector, #file_upload_submit, #file_newfolder_submit {
|
2011-04-16 20:56:40 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_filename, #file_newfolder_name {
|
2011-04-19 08:47:20 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0.5em 0;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_filename {
|
2011-07-21 22:18:41 +00:00
|
|
|
background-image:url("../img/file.png"); font-weight:bold;
|
2011-06-03 00:44:31 +00:00
|
|
|
}
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_start {opacity:0;filter: alpha(opacity = 0);}
|
2011-04-19 10:21:55 +00:00
|
|
|
|
|
|
|
#file_newfolder_name {
|
2011-07-21 22:18:41 +00:00
|
|
|
background-image:url("../img/folder.png"); font-weight:bold;
|
2011-04-19 10:21:55 +00:00
|
|
|
width: 14em;
|
2011-04-18 21:44:41 +00:00
|
|
|
}
|
|
|
|
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_start, .file_upload_filename{
|
2011-06-03 00:44:31 +00:00
|
|
|
position:absolute;
|
|
|
|
top:0px;
|
|
|
|
left:0px;
|
|
|
|
width:30ex;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_wrapper{
|
2011-06-03 00:44:31 +00:00
|
|
|
position:relative;
|
|
|
|
top:-1.2em;
|
|
|
|
left:-2em;
|
|
|
|
display: -moz-inline-box; /* fallback for older firefox versions*/
|
|
|
|
display: inline-block;
|
|
|
|
width:30ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#file_newfolder_submit, #file_upload_submit {
|
2011-04-19 10:21:55 +00:00
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
|
2011-07-20 13:50:42 +00:00
|
|
|
.file_upload_target {
|
2011-04-17 14:19:21 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-03-02 22:06:23 +00:00
|
|
|
/* FILE TABLE */
|
|
|
|
|
2011-04-18 10:24:49 +00:00
|
|
|
table {
|
2011-07-21 20:01:55 +00:00
|
|
|
position:relative;
|
|
|
|
top:37px;
|
|
|
|
width: 100%;
|
2011-04-18 10:24:49 +00:00
|
|
|
}
|
|
|
|
|
2011-07-07 00:51:24 +00:00
|
|
|
tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; }
|
2011-07-06 22:19:38 +00:00
|
|
|
tbody a { color:#000; }
|
|
|
|
|
2011-03-02 22:06:23 +00:00
|
|
|
table td.filesize, table td.date
|
|
|
|
{
|
2011-07-21 20:37:11 +00:00
|
|
|
width: 7em;
|
2011-03-02 22:06:23 +00:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2011-07-21 20:37:11 +00:00
|
|
|
#headerSize{
|
|
|
|
text-align:right;
|
|
|
|
}
|
2011-03-02 22:06:23 +00:00
|
|
|
|
|
|
|
table td.date
|
|
|
|
{
|
|
|
|
width: 11em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td.selection, table th.selection, table td.fileaction
|
|
|
|
{
|
|
|
|
width: 2em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2011-07-21 22:18:41 +00:00
|
|
|
td.filename{
|
|
|
|
position:relative;
|
2011-03-02 22:06:23 +00:00
|
|
|
}
|
|
|
|
|
2011-06-04 18:16:44 +00:00
|
|
|
.dropArrow{
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display: -moz-inline-box; /* fallback for older firefox versions*/
|
|
|
|
display: inline-block;
|
2011-06-20 18:29:30 +00:00
|
|
|
background-image:url('../img/drop-arrow.png');
|
2011-07-06 17:17:28 +00:00
|
|
|
}
|
2011-07-07 00:41:22 +00:00
|
|
|
|
|
|
|
span.extention{
|
2011-07-07 00:51:24 +00:00
|
|
|
color:#999;
|
|
|
|
}
|
2011-07-07 19:43:35 +00:00
|
|
|
|
|
|
|
div.crumb{
|
|
|
|
float:left;
|
2011-07-22 14:52:35 +00:00
|
|
|
display:block;
|
2011-07-21 20:01:55 +00:00
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-position:right 0px;
|
|
|
|
font-size:20px;
|
2011-07-22 14:52:35 +00:00
|
|
|
padding-top:8px;
|
|
|
|
padding-left:8px;
|
|
|
|
height:28px; /*36-8*/
|
2011-07-21 20:01:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table tr.mouseOver td { background-color:#eee; }
|
|
|
|
table th, table td { padding:0; border-bottom:1px solid #ddd; text-align:left; font-style:italic; }
|
|
|
|
table th { padding:0.5em; }
|
|
|
|
table td { border-bottom:1px solid #eee; font-style:normal; }
|
|
|
|
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; }
|
|
|
|
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:0.5em 0.5em 0.5em 3em; background-position:1em center; background-repeat:no-repeat; }
|
|
|
|
table td.filename a:hover, table td.filename a:focus { outline:0; }
|
|
|
|
table td.filename a:active { outline:0; }
|
|
|
|
table em { font-weight:bold; }
|
|
|
|
table td.filename a.folder-up { background-image:url('../img/back.png'); font-style:italic; }
|
|
|
|
table td.filename a.folder { background-image:url('../img/folder.png'); }
|
|
|
|
table td.filename a.folder-home { background-image:url('../img/home.png'); }
|
|
|
|
table td.filename a.folder-music { background-image:url('../img/folder-music.png'); }
|
|
|
|
table td.filename a.folder-videos { background-image:url('../img/folder-video.png'); }
|
|
|
|
table td.filename a.folder-shared { background-image:url('../img/folder-shared.png'); }
|
|
|
|
table td.filename a.folder-images { background-image:url('../img/folder-image.png'); }
|
|
|
|
table td.filename a.file-txt { background-image:url('../img/file-txt.png'); }
|
|
|
|
table td.filename a.file-python { background-image:url('../img/file-python.png'); }
|
|
|
|
table td.filename a.file-php { background-image:url('../img/file.png'); }
|
|
|
|
table td.login { background-image:url('../img/login.png'); }
|
|
|
|
table td.logout { background-image:url('../img/logout.png'); }
|
|
|
|
table td.download { background-image:url('../img/download.png'); }
|
|
|
|
table td.upload { background-image:url('../img/upload.png'); }
|
|
|
|
table td.create { background-image:url('../img/folder-new.png'); }
|
|
|
|
table td.delete { background-image:url('../img/delete.png'); }
|
|
|
|
#fileList tr input[type=checkbox] { display:none; float:left; margin:0.7em; margin-left:1em; }
|
|
|
|
#fileList tr input[type=checkbox]:checked { display:inline; }
|
|
|
|
#fileList tr:hover input[type=checkbox] { display:inline; }
|
|
|
|
#fileList tr:hover td.filename a{background-image:none !important}
|
|
|
|
#fileList tr.selected td.filename a{background-image:none !important}
|
|
|
|
#select_all{float:left; margin:0.2em; margin-left:0.6em; }
|
|
|
|
#selectedActions{
|
|
|
|
float:right;
|
2011-07-21 20:37:11 +00:00
|
|
|
display:none;
|
2011-07-22 13:48:30 +00:00
|
|
|
}
|
2011-07-22 14:52:35 +00:00
|
|
|
#uploadsize-message{display:none}
|
|
|
|
|
|
|
|
/* add breadcrumb divider to the File item in navigation panel */
|
|
|
|
#plugins li:first-child{
|
|
|
|
background-position: 15.7em 0px;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-image: url("/owncloud/core/img/breadcrumb-divider-start.png");
|
|
|
|
width:15.7em;
|
|
|
|
padding-right:11px;
|
|
|
|
}
|