roundcubemail-plugins-kolab/plugins/kolab_files/skins/larry/style.css

266 lines
4.5 KiB
CSS

/* Taskbar button */
#taskbar a.button-files span.button-inner
{
background: url(images/buttons.png) 0 0 no-repeat;
height: 22px;
}
#taskbar a.button-files:hover span.button-inner,
#taskbar a.button-files.button-selected span.button-inner
{
background: url(images/buttons.png) 0 -26px no-repeat;
height: 22px;
}
/* Files main interface */
#filestoolbar {
position: absolute;
height: 40px;
left: 0;
top: -6px;
z-index: 10;
}
#filestoolbar a.button {
background-image: url(images/buttons.png);
}
#filestoolbar a.button.upload {
background-position: center -52px;
}
#filestoolbar a.button.get {
background-position: center -94px;
}
#filestoolbar a.button.view {
background-position: center -131px;
}
#filestoolbar a.button.delete {
background-image: url(../../../../skins/larry/images/buttons.png);
}
#filestoolbar form {
display: inline;
}
#folderlistbox {
position: absolute;
top: 42px;
left: 0;
width: 220px;
bottom: 0;
}
#filelistcontainer {
position: absolute;
top: 42px;
left: 232px;
right: 0;
bottom: 0;
overflow: auto;
}
#files-folder-list ul li a {
background: url(../../../../skins/larry/images/listicons.png) 6px 3px no-repeat;
padding-left: 32px;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
width: auto;
overflow: hidden;
}
#files-folder-list ul li span.branch {
display: inline-block;
}
#files-folder-list ul li:first-child {
border-radius: 4px 4px 0 0;
border-top: 0;
}
#filelist thead tr td {
padding: 0;
}
#filelist tbody tr td {
padding: 2px 7px;
height: 18px;
}
#filelist tr td.size {
width: 60px;
text-align: right;
}
#filelist thead tr td.size {
text-align: left;
}
#filelist tr td.mtime {
width: 125px;
}
#filelist tr td.options {
width: 26px;
}
#filelist thead tr td.subject,
#filelist tbody tr td.subject {
width: 99%;
white-space: nowrap;
}
#filelist thead tr td.sortedASC a,
#filelist thead tr td.sortedDESC a {
color: #004458;
text-decoration: underline;
background: url(../../../../skins/larry/images/listicons.png) right -912px no-repeat;
}
#filelist thead tr td.sortedASC a {
background-position: right -944px;
}
#filelist td img {
vertical-align: middle;
display: inline-block;
}
#filelist tr td.options div.listmenu,
#filelist tr td.flag span.flagged,
#filelist tr td.flag span.unflagged,
#filelist tr td.flag span.unflagged:hover {
display: inline-block;
vertical-align: middle;
height: 18px;
width: 20px;
padding: 0;
background: url(../../../../skins/larry/images/listicons.png) -100px 0 no-repeat;
}
#filelist thead tr td.options div.listmenu {
background-position: 0 -976px;
cursor: pointer;
width: 26px;
}
#filelist thead tr td.options {
padding: 0 3px;
}
#filelist td.filename {
padding: 0 4px;
}
#filelist tbody td.filename span {
background: url(images/unknown.png) 0 0 no-repeat;
padding: 0 0 0 16px;
height: 16px;
}
#filelist tbody td.filename span.drop a {
display: inline-block;
width: 12px;
height: 12px;
background: url(../../../../skins/larry/images/buttons.png) -20px -1575px no-repeat;
}
/*
#filelist tbody td.filename span input {
padding: 0 2px;
height: 18px;
}
*/
/* plugin dialogs */
#files-dialog,
#files-compose-dialog {
display: none;
}
#files-compose-dialog #folderlistbox {
right: auto;
width: 190px;
top: 45px;
bottom: 5px;
box-shadow: none;
}
#files-dialog #folderlistbox {
bottom: 5px;
top: 5px;
left: 0;
right: 0;
width: auto;
box-shadow: none;
}
#files-compose-dialog #filelistcontainer {
position: absolute;
top: 45px;
bottom: 5px;
left: 200px;
right: 0;
box-shadow: none;
}
#files-folder-create {
background-color: white;
padding: 10px;
bottom: 10px;
left: 5px;
top: auto;
z-index: 1001; /* for use in modal dialog window */
}
#folder-create-form {
margin-bottom: 10px;
}
/*
#files-folder-list table {
width: 100%;
border-spacing: 0;
}
#files-folder-list table td span.name {
background: url(images/folder.png) 0 0 no-repeat;
height: 18px;
padding-left: 20px;
margin-left: 3px;
cursor: pointer;
}
#files-folder-list table tr.selected td span.name {
font-weight: bold;
}
#files-folder-list table tr.virtual td span.name {
color: #bbb;
cursor: default;
}
*/
#files-compose-dialog #searchmenulink {
width: 15px;
}
#files-compose-dialog #quicksearchbar {
top: 10px;
right: 5px;
}
#files-compose-dialog #searchreset {
cursor: pointer;
}
a.filesaveall {
display: inline-block;
margin-top: .5em;
padding: 3px 5px 4px 5px;
}