2013-02-28 16:01:56 +01:00
|
|
|
/* Taskbar button */
|
2013-06-27 09:58:52 +02:00
|
|
|
#taskbar a.button-files span.button-inner {
|
2013-02-28 16:01:56 +01:00
|
|
|
background: url(images/buttons.png) 0 0 no-repeat;
|
|
|
|
height: 22px;
|
2013-02-19 15:29:43 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#taskbar a.button-files:hover span.button-inner,
|
2013-06-27 09:58:52 +02:00
|
|
|
#taskbar a.button-files.button-selected span.button-inner {
|
2013-02-28 16:01:56 +01:00
|
|
|
background: url(images/buttons.png) 0 -26px no-repeat;
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
|
2013-06-27 09:58:52 +02:00
|
|
|
/* Attachment toolbar button */
|
|
|
|
.toolbar a.button.saveas {
|
|
|
|
background: url(images/buttons.png) center -277px no-repeat;
|
|
|
|
}
|
2013-02-28 16:01:56 +01:00
|
|
|
|
|
|
|
/* Files main interface */
|
|
|
|
#filestoolbar {
|
2013-02-08 14:30:48 +01:00
|
|
|
position: absolute;
|
2013-02-28 16:01:56 +01:00
|
|
|
height: 40px;
|
2013-02-08 14:30:48 +01:00
|
|
|
left: 0;
|
2013-02-28 16:01:56 +01:00
|
|
|
top: -6px;
|
|
|
|
z-index: 10;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#filestoolbar a.button {
|
|
|
|
background-image: url(images/buttons.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#filestoolbar a.button.upload {
|
|
|
|
background-position: center -52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filestoolbar a.button.get {
|
2013-06-12 12:37:48 +02:00
|
|
|
background-position: center -93px;
|
2013-02-28 16:01:56 +01:00
|
|
|
}
|
|
|
|
|
2013-05-19 12:45:19 +02:00
|
|
|
#filestoolbar a.button.open {
|
2013-02-28 16:01:56 +01:00
|
|
|
background-position: center -131px;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#filestoolbar a.button.delete {
|
|
|
|
background-image: url(../../../../skins/larry/images/buttons.png);
|
2013-02-21 13:27:38 +01:00
|
|
|
}
|
|
|
|
|
2013-06-12 12:37:48 +02:00
|
|
|
#filestoolbar a.button.edit {
|
|
|
|
background-position: center -173px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filestoolbar a.button.save {
|
|
|
|
background-position: center -213px;
|
|
|
|
}
|
|
|
|
|
2013-06-12 15:10:58 +02:00
|
|
|
#filestoolbar a.button.print {
|
2014-06-12 12:55:34 +02:00
|
|
|
background-image: url(../../../../skins/larry/images/buttons.png);
|
|
|
|
background-position: center -810px;
|
|
|
|
background-repeat: no-repeat;
|
2013-06-12 15:10:58 +02:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#filestoolbar form {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2013-05-16 13:08:58 +02:00
|
|
|
#quicksearchbar #filesearchmenulink {
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
left: 6px;
|
|
|
|
}
|
|
|
|
|
2013-05-19 12:45:19 +02:00
|
|
|
#folderlistbox,
|
|
|
|
#fileinfobox {
|
2013-02-08 14:30:48 +01:00
|
|
|
position: absolute;
|
2013-02-28 16:01:56 +01:00
|
|
|
top: 42px;
|
|
|
|
left: 0;
|
|
|
|
width: 220px;
|
|
|
|
bottom: 0;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-05-19 12:45:19 +02:00
|
|
|
#filelistcontainer,
|
|
|
|
#filecontent {
|
2013-02-21 13:27:38 +01:00
|
|
|
position: absolute;
|
2013-02-28 16:01:56 +01:00
|
|
|
top: 42px;
|
|
|
|
left: 232px;
|
|
|
|
right: 0;
|
2013-02-21 13:27:38 +01:00
|
|
|
bottom: 0;
|
2013-02-28 16:01:56 +01:00
|
|
|
overflow: auto;
|
2013-02-21 13:27:38 +01:00
|
|
|
}
|
|
|
|
|
2013-03-13 17:33:45 +01:00
|
|
|
#filelistbox {
|
|
|
|
overflow: auto;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-05-19 12:45:19 +02:00
|
|
|
#filecontent {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filecontent iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2013-03-01 12:18:42 +01:00
|
|
|
#files-folder-list ul li span.name {
|
2013-02-28 16:01:56 +01:00
|
|
|
background: url(../../../../skins/larry/images/listicons.png) 6px 3px no-repeat;
|
2013-11-28 13:03:54 +01:00
|
|
|
padding: 6px 8px 6px 32px;
|
|
|
|
line-height: 25px;
|
2013-03-01 12:18:42 +01:00
|
|
|
color: #376572;
|
2013-02-21 13:27:38 +01:00
|
|
|
}
|
|
|
|
|
2013-05-16 13:08:58 +02:00
|
|
|
#files-folder-list ul li.mailbox.collection span.name {
|
|
|
|
background: url(images/folders.png) 5px 0 no-repeat;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.audio span.name {
|
|
|
|
background-position: 5px -95px;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.video span.name {
|
|
|
|
background-position: 5px -143px;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.document span.name {
|
|
|
|
background-position: 5px 0;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.image span.name {
|
|
|
|
background-position: 5px -48px;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.audio.selected span.name {
|
|
|
|
background-position: 5px -119px;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.video.selected span.name {
|
|
|
|
background-position: 5px -167px;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.document.selected span.name {
|
|
|
|
background-position: 5px -24px;
|
|
|
|
}
|
|
|
|
#files-folder-list ul li.mailbox.collection.image.selected span.name {
|
|
|
|
background-position: 5px -72px;
|
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-folder-list ul li span.branch {
|
|
|
|
display: inline-block;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-folder-list ul li:first-child {
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
border-top: 0;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 15:05:28 +02:00
|
|
|
#files-folder-list ul li.virtual span {
|
2013-03-01 12:18:42 +01:00
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th {
|
2013-02-28 16:01:56 +01:00
|
|
|
padding: 0;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-07-10 10:31:03 +02:00
|
|
|
.filelist tbody tr td {
|
2013-02-28 16:01:56 +01:00
|
|
|
padding: 2px 7px;
|
|
|
|
height: 18px;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist tr > .size {
|
2013-05-16 13:08:58 +02:00
|
|
|
width: 80px;
|
2013-02-28 16:01:56 +01:00
|
|
|
text-align: right;
|
2013-02-21 15:05:57 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr > .size {
|
2013-02-28 16:01:56 +01:00
|
|
|
text-align: left;
|
2013-02-21 15:05:57 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist tr > .mtime {
|
2013-02-28 16:01:56 +01:00
|
|
|
width: 125px;
|
2013-02-21 15:05:57 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist tr > .options {
|
|
|
|
width: 32px;
|
2013-06-07 12:56:32 +02:00
|
|
|
cursor: pointer;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th.filename,
|
2013-07-10 10:31:03 +02:00
|
|
|
.filelist tbody tr td.filename {
|
2013-02-28 16:01:56 +01:00
|
|
|
width: 99%;
|
2013-02-08 14:30:48 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th.sortedASC a,
|
|
|
|
.filelist thead tr th.sortedDESC a {
|
2013-02-28 16:01:56 +01:00
|
|
|
color: #004458;
|
|
|
|
text-decoration: underline;
|
2014-06-12 12:55:34 +02:00
|
|
|
background-image: url(../../../../skins/larry/images/listicons.png);
|
|
|
|
background-position: right -912px;
|
|
|
|
background-repeat: no-repeat;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th.sortedASC a {
|
2013-02-28 16:01:56 +01:00
|
|
|
background-position: right -944px;
|
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist img {
|
2013-02-28 16:01:56 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist tr > .options a.listmenu,
|
|
|
|
.filelist tr > .flag span.flagged,
|
|
|
|
.filelist tr > .flag span.unflagged,
|
|
|
|
.filelist tr > .flag span.unflagged:hover {
|
2013-02-28 16:01:56 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 18px;
|
|
|
|
width: 20px;
|
|
|
|
padding: 0;
|
|
|
|
background: url(../../../../skins/larry/images/listicons.png) -100px 0 no-repeat;
|
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th.options {
|
|
|
|
padding: 0;
|
|
|
|
border-left: none;
|
2013-02-28 16:01:56 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th.options .listmenu {
|
|
|
|
background-position: 3px -970px;
|
|
|
|
cursor: pointer;
|
|
|
|
width: 24px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 4px 4px 5px;
|
|
|
|
text-indent: -5000px;
|
2013-02-28 16:01:56 +01:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th.options .listmenu:focus {
|
|
|
|
outline: none;
|
|
|
|
background-color: rgba(73,180,210,0.7);
|
2013-07-10 10:31:03 +02:00
|
|
|
}
|
|
|
|
|
2014-06-12 12:55:34 +02:00
|
|
|
.filelist thead tr th:first-child {
|
2013-07-10 10:31:03 +02:00
|
|
|
border-radius: 4px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filelist tbody tr td.options:hover span {
|
2013-06-07 12:56:32 +02:00
|
|
|
width: 26px;
|
|
|
|
height: 18px;
|
|
|
|
background: url(../../../../skins/larry/images/buttons.png) -5px -418px no-repeat;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-07-10 10:31:03 +02:00
|
|
|
.filelist td.filename {
|
2013-02-28 16:01:56 +01:00
|
|
|
padding: 0 4px;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-07-10 10:31:03 +02:00
|
|
|
.filelist tbody td.filename span {
|
2013-02-08 14:30:48 +01:00
|
|
|
background: url(images/unknown.png) 0 0 no-repeat;
|
2013-07-31 20:01:23 +02:00
|
|
|
padding: 1px 0 3px 20px;
|
2013-02-08 14:30:48 +01:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
/*
|
2013-07-10 10:31:03 +02:00
|
|
|
.filelist tbody td.filename span input {
|
2013-02-08 14:30:48 +01:00
|
|
|
padding: 0 2px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
2013-02-28 16:01:56 +01:00
|
|
|
*/
|
|
|
|
|
2014-03-12 10:53:50 +01:00
|
|
|
#fileinfobox table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
2013-05-19 12:45:19 +02:00
|
|
|
#fileinfobox table td.label {
|
2014-03-12 10:53:50 +01:00
|
|
|
width: 60px;
|
2013-05-19 12:45:19 +02:00
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2014-03-12 10:53:50 +01:00
|
|
|
#fileinfobox table td.data {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2013-05-19 12:45:19 +02:00
|
|
|
#fileinfobox table td.data.filename {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fileinfobox table tr:first-child td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
2013-02-28 16:01:56 +01:00
|
|
|
|
|
|
|
/* plugin dialogs */
|
|
|
|
|
|
|
|
#files-dialog,
|
2013-04-03 15:37:13 +02:00
|
|
|
#files-compose-dialog,
|
2013-06-07 12:56:32 +02:00
|
|
|
#files-file-edit-dialog,
|
2013-04-03 15:37:13 +02:00
|
|
|
#files-folder-create-dialog {
|
2013-02-28 16:01:56 +01:00
|
|
|
display: none;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-compose-dialog #folderlistbox {
|
|
|
|
right: auto;
|
|
|
|
width: 190px;
|
|
|
|
top: 45px;
|
|
|
|
bottom: 5px;
|
|
|
|
box-shadow: none;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-dialog #folderlistbox {
|
|
|
|
top: 5px;
|
2013-03-06 12:58:39 +01:00
|
|
|
bottom: 5px;
|
2013-02-28 16:01:56 +01:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
width: auto;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-03-06 12:58:39 +01:00
|
|
|
#files-dialog.saveas #folderlistbox {
|
|
|
|
top: 50px;
|
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-compose-dialog #filelistcontainer {
|
|
|
|
position: absolute;
|
|
|
|
top: 45px;
|
|
|
|
bottom: 5px;
|
|
|
|
left: 200px;
|
|
|
|
right: 0;
|
|
|
|
box-shadow: none;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-compose-dialog #searchmenulink {
|
2013-02-08 14:30:48 +01:00
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2013-03-06 12:58:39 +01:00
|
|
|
#files-compose-dialog .searchbox input {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-compose-dialog #quicksearchbar {
|
|
|
|
top: 10px;
|
|
|
|
right: 5px;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
#files-compose-dialog #searchreset {
|
|
|
|
cursor: pointer;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:01:56 +01:00
|
|
|
a.filesaveall {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: .5em;
|
|
|
|
padding: 3px 5px 4px 5px;
|
2013-02-08 14:30:48 +01:00
|
|
|
}
|
2013-03-06 12:58:39 +01:00
|
|
|
|
|
|
|
#file-save-as {
|
|
|
|
height: 25px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#file-save-as input {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.toolbarmenu li span.saveas {
|
2013-06-12 12:37:48 +02:00
|
|
|
background: url(images/buttons.png) -5px -253px no-repeat;
|
2013-03-06 12:58:39 +01:00
|
|
|
}
|