mirror of
https://github.com/sismics/docs.git
synced 2025-12-17 11:41:41 +00:00
Document count in GET /app, TODO
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Documents list
|
||||
.table-documents {
|
||||
thead th {
|
||||
cursor: pointer;
|
||||
@@ -9,6 +10,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// File thumbnails
|
||||
.thumbnail-file {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -21,6 +23,7 @@
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
// Fields bound to datepicker
|
||||
input[readonly][datepicker-popup] {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -29,21 +32,30 @@ input[readonly][datepicker-popup] {
|
||||
.inline-edit {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
input {
|
||||
display: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&.active {
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inline-edit span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.inline-edit input {
|
||||
display: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.inline-edit.active span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.inline-edit.active input {
|
||||
display: inline-block;
|
||||
// Pagination
|
||||
.pagination {
|
||||
ul > li {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user