mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
104 lines
1.5 KiB
CSS
104 lines
1.5 KiB
CSS
#files-mkdir-tools,
|
|
#files-upload-tools,
|
|
.cloud-tool,
|
|
.cloud-multi-tool,
|
|
#multi-dbtn-acl,
|
|
#multi-dropdown-button {
|
|
display: none;
|
|
}
|
|
|
|
.attach-edit-panel,
|
|
#attach-multi-edit-panel {
|
|
padding: 3px 10px 0px 10px !important;
|
|
}
|
|
|
|
#attach-code,
|
|
#link-code {
|
|
display: none;
|
|
}
|
|
|
|
#cloud-index {
|
|
width: 100%;
|
|
}
|
|
|
|
#cloud-index td:nth-child(3) a {
|
|
display: block;
|
|
}
|
|
|
|
#cloud-index td:nth-child(1) {
|
|
padding: 7px 3px 7px 10px;
|
|
}
|
|
|
|
#cloud-index td:nth-child(6) {
|
|
padding: 7px 10px 7px 3px;
|
|
}
|
|
|
|
#cloud-index td:nth-child(3) {
|
|
word-break: break-all;
|
|
}
|
|
|
|
#cloud-index td:nth-child(4) {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#cloud-index th:nth-child(7),
|
|
#cloud-index td:nth-child(7) {
|
|
padding: 7px 3px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#cloud-index th:nth-child(8),
|
|
#cloud-index td:nth-child(8) {
|
|
padding: 7px 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.cloud-index-tool {
|
|
padding: 7px 0px;
|
|
}
|
|
|
|
#files-upload {
|
|
padding: 7px 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
#cloud-drag-area.hover {
|
|
background-color: aliceblue;
|
|
opacity: 0.5;
|
|
box-shadow: inset 0 0px 7px #5cb85c;
|
|
}
|
|
|
|
.attach-drop-ok {
|
|
background-color: aliceblue !important;
|
|
}
|
|
|
|
.attach-drop-zone {
|
|
border-top-width: 3px;
|
|
border-top-style: dashed;
|
|
border-top-color: #eee;
|
|
border-bottom-width: 3px;
|
|
border-bottom-style: dashed;
|
|
border-bottom-color: #eee;
|
|
}
|
|
|
|
.upload-progress-bar {
|
|
padding: 0px !important;
|
|
}
|
|
|
|
.bootstrap-tagsinput input[type=text] {
|
|
height: unset;
|
|
}
|
|
|
|
.bootstrap-tagsinput {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.breadcrumb {
|
|
padding: 0px 10px 0px 10px;
|
|
margin: 0px 0px 3px 0px;
|
|
}
|
|
|
|
.breadcrumb-item {
|
|
margin: 0px;
|
|
}
|