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

View File

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

View File

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