1
0
Fork 0

Fixed scss-lint warnings

This commit is contained in:
Michael Hackstein 2014-03-19 16:10:42 +01:00
parent bd6677c42b
commit b544c69f93
3 changed files with 31 additions and 22 deletions

View File

@ -4,46 +4,50 @@ table.dataTable thead th {
}
// TODO Hard cleanup
#documentsTableID_length, #documentsTableID_filter {
#documentsTableID_length,
#documentsTableID_filter {
display: none;
}
#documentsTableID_wrapper {
min-height: 513px !important;
padding-bottom: 0px !important;
padding-bottom: 0 !important;
}
#documentsTableID_wrapper .fg-toolbar {
visibility: hidden;
}
#documentsTableID_paginate, #documentsTableID_filter, #documentsTableID_length {
#documentsTableID_paginate,
#documentsTableID_filter,
#documentsTableID_length {
visibility: hidden;
}
.snippet-no-num {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
margin-bottom:0px;
margin-bottom: 0;
}
.cuttedContent, .prettify ul li, .writeable a {
white-space: nowrap !important;
.cuttedContent,
.prettify ul li,
.writeable a {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.prettify {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
font-size: 1em !important;
margin: 0 !important;
padding: 0 !important;
}
// i think it is removed
.sorting_asc,
.sorting_desc {
background:#e4e0dd;
background: #e4e0dd;
}

View File

@ -46,7 +46,7 @@
}
.contentIn {
.contentIn {
& > div {
padding: 10px;
}

View File

@ -1704,35 +1704,40 @@ table.dataTable thead th {
font-weight: 400 !important;
padding: 10px 14px; }
#documentsTableID_length, #documentsTableID_filter {
#documentsTableID_length,
#documentsTableID_filter {
display: none; }
#documentsTableID_wrapper {
min-height: 513px !important;
padding-bottom: 0px !important; }
padding-bottom: 0 !important; }
#documentsTableID_wrapper .fg-toolbar {
visibility: hidden; }
#documentsTableID_paginate, #documentsTableID_filter, #documentsTableID_length {
#documentsTableID_paginate,
#documentsTableID_filter,
#documentsTableID_length {
visibility: hidden; }
.snippet-no-num {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
margin-bottom: 0px; }
margin-bottom: 0; }
.cuttedContent, .prettify ul li, .writeable a {
white-space: nowrap !important;
.cuttedContent,
.prettify ul li,
.writeable a {
overflow: hidden !important;
text-overflow: ellipsis !important; }
text-overflow: ellipsis !important;
white-space: nowrap !important; }
.prettify {
border: 0 !important;
padding: 0 !important;
font-size: 1em !important;
margin: 0 !important;
font-size: 1em !important; }
padding: 0 !important; }
.sorting_asc,
.sorting_desc {