1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-16 19:21:48 +00:00

Migration of /document views

This commit is contained in:
jendib
2014-01-11 16:38:58 +01:00
parent 85aa16afba
commit 6963fd9770
16 changed files with 5559 additions and 172 deletions

View File

@@ -2,17 +2,12 @@
.table-documents {
thead th {
cursor: pointer;
width: 50%;
}
tbody tr {
cursor: pointer;
}
tbody td {
vertical-align: middle;
}
.cell-tags {
padding: 2px;
@@ -27,8 +22,7 @@
&:hover {
.tags {
position: absolute;
margin-top: -10px;
.label {
.full {
display: inline;
@@ -47,16 +41,9 @@
.loader {
position: relative;
top: -2px;
&.hide {
visibility: hidden;
}
}
// Tags list
.table-tags {
tbody td {
vertical-align: middle;
&.loader-hide {
visibility: hidden;
}
}
@@ -84,7 +71,11 @@
.modal-fileview {
top: 2%;
max-height: 96%;
overflow-y: scroll;
overflow-y: scroll;
img {
width: 100%;
}
}
// File thumbnails
@@ -144,4 +135,10 @@ input[readonly].share-link {
.nav-text-error {
color: #b94a48 !important;
}
// Dirty Bootstrap 3 fix, see https://github.com/twbs/bootstrap/issues/6686
.row { margin: 0; padding: 0 }
.navbar-nav.navbar-right:last-child {
margin-right: auto;
}