From 4b7309892d9dd10eb8d749a954083c908eef0277 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 19 Aug 2014 15:44:03 +0200 Subject: [PATCH] scss-lint changes --- .../aardvark/frontend/scss/_dataTables.scss | 2 +- .../aardvark/frontend/scss/_documentView.scss | 13 ++++++----- .../frontend/scss/_documentsView.scss | 5 +++-- .../aardvark/frontend/scss/_modals.scss | 2 +- .../aardvark/frontend/scss/_notification.scss | 2 +- .../aardvark/frontend/scss/_progressView.scss | 22 +++++++++---------- .../aardvark/frontend/scss/_queryView.scss | 2 +- 7 files changed, 25 insertions(+), 23 deletions(-) diff --git a/js/apps/system/aardvark/frontend/scss/_dataTables.scss b/js/apps/system/aardvark/frontend/scss/_dataTables.scss index 95b346ad75..162d41d7b6 100644 --- a/js/apps/system/aardvark/frontend/scss/_dataTables.scss +++ b/js/apps/system/aardvark/frontend/scss/_dataTables.scss @@ -44,7 +44,7 @@ background-color: $c-positive !important; span { - color: white !important; + color: #fff !important; } } } diff --git a/js/apps/system/aardvark/frontend/scss/_documentView.scss b/js/apps/system/aardvark/frontend/scss/_documentView.scss index 387406578d..344021857d 100644 --- a/js/apps/system/aardvark/frontend/scss/_documentView.scss +++ b/js/apps/system/aardvark/frontend/scss/_documentView.scss @@ -1,7 +1,7 @@ .document-info { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.2); + background-color: #fff; + border: 1px solid rgba(0, 0, 0, .2); margin-bottom: 8px; margin-top: -10px; min-height: 65px; @@ -13,12 +13,13 @@ .document-inner-info-container { float: left; - margin-top: 5px; margin-left: 10px; + margin-top: 5px; .document-attribute { - margin-right: 20px; @extend %clear-float; + margin-right: 20px; + div { float: left; } @@ -33,7 +34,7 @@ } .document-thin-font { - color: green; + color: #008000; font-family: droid sans mono, monospace, courier new, courier, sans-serif; font-size: 11pt; } @@ -77,7 +78,7 @@ .outer { .tree > table > tbody > tr:first-of-type { - visibility: hidden; + visibility: hidden; } } diff --git a/js/apps/system/aardvark/frontend/scss/_documentsView.scss b/js/apps/system/aardvark/frontend/scss/_documentsView.scss index 458c542a4a..a4f0dd66bd 100644 --- a/js/apps/system/aardvark/frontend/scss/_documentsView.scss +++ b/js/apps/system/aardvark/frontend/scss/_documentsView.scss @@ -78,15 +78,16 @@ .docsSecCol { @extend %docs-col-no-border; - min-width: 400px !important; height: 26px; + min-width: 400px !important; width: 20%; } .docsThirdCol { - height: 26px; @extend %docs-col-no-border; @extend %pull-right; + + height: 26px; } .add-filter-item { diff --git a/js/apps/system/aardvark/frontend/scss/_modals.scss b/js/apps/system/aardvark/frontend/scss/_modals.scss index 8e6f87f056..3068053f00 100644 --- a/js/apps/system/aardvark/frontend/scss/_modals.scss +++ b/js/apps/system/aardvark/frontend/scss/_modals.scss @@ -168,7 +168,7 @@ } .errorMessage { - color: red; + color: #f00; font-size: 9pt; margin-bottom: 5px; margin-top: -9px; diff --git a/js/apps/system/aardvark/frontend/scss/_notification.scss b/js/apps/system/aardvark/frontend/scss/_notification.scss index c911181532..584a758046 100644 --- a/js/apps/system/aardvark/frontend/scss/_notification.scss +++ b/js/apps/system/aardvark/frontend/scss/_notification.scss @@ -40,7 +40,7 @@ color: $c-black; .notificationItemTitle:hover { - color: black; + color: #000; cursor: default; } diff --git a/js/apps/system/aardvark/frontend/scss/_progressView.scss b/js/apps/system/aardvark/frontend/scss/_progressView.scss index 356380e04e..d3cf5462d6 100644 --- a/js/apps/system/aardvark/frontend/scss/_progressView.scss +++ b/js/apps/system/aardvark/frontend/scss/_progressView.scss @@ -1,21 +1,21 @@ #progressPlaceholder { - top: 0; - bottom:0; + background-color: rgba(0, 0, 0, .6); + bottom: 0; left: 0; - right: 0; - background-color: rgba(0,0,0,0.6); position: fixed; + right: 0; + top: 0; z-index: 9999; } .progress-view { - color: white; - width:300px; - height:200px; - position:absolute; - left:50%; - top:50%; - margin:-100px 0 0 -150px; + color: #fff; + height: 200px; + left: 50%; + margin: -100px 0 0 -150px; + position: absolute; + top: 50%; + width: 300px; .progress-content { margin-left: 90px; diff --git a/js/apps/system/aardvark/frontend/scss/_queryView.scss b/js/apps/system/aardvark/frontend/scss/_queryView.scss index 43c50667dc..8de856b214 100644 --- a/js/apps/system/aardvark/frontend/scss/_queryView.scss +++ b/js/apps/system/aardvark/frontend/scss/_queryView.scss @@ -45,7 +45,7 @@ .queryMethods { button { a { - color: white; + color: #fff; } } }