From 58a9b5dc85fa514c249008999bf387463d575c4a Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Mon, 17 Mar 2014 16:30:17 +0100 Subject: [PATCH] Moved collectionsItemView.css to scss reduction 100% so basicly removed --- .../frontend/css/collectionsItemView.css | 72 ------------------- .../frontend/js/views/collectionsItemView.js | 1 - .../frontend/js/views/collectionsView.js | 12 ---- 3 files changed, 85 deletions(-) diff --git a/js/apps/system/aardvark/frontend/css/collectionsItemView.css b/js/apps/system/aardvark/frontend/css/collectionsItemView.css index 3ce62d4cf0..e69de29bb2 100644 --- a/js/apps/system/aardvark/frontend/css/collectionsItemView.css +++ b/js/apps/system/aardvark/frontend/css/collectionsItemView.css @@ -1,72 +0,0 @@ -.span3 { - min-height:100px; - width: 230px; - margin-left: 13px !important; - margin-bottom: 13px !important; - border: 0px; - position:relative; - text-align:center; - box-shadow: 0 0 0 !important; -} - -.span3 a { - border: 0; - box-shadow: 0 0 0 !important; -} - -.span3 h5 { - font-family: 'Open Sans', sans-serif !important; - font-weight: 300; - font-size: 12px; - white-space: nowrap !important; - overflow: hidden !important; - text-overflow: ellipsis !important; - width: 214px; - color: #fff; - border: 0; - background:#676665; - padding: 4px 8px; - margin:0; -} - -.thumbnail { - padding:0; - box-shadow: 0 0 0 !important; -} - -.span3 .ICON { - position: absolute; - right: 0px; - margin-top: 5px; - margin-right: 5px; - opacity: 0.5; - cursor: pointer; - font-size: 18px; -} - -.span3 .ICON:hover { - opacity: 1.0; -} - -.span3 .spanInfo { - right: 25px; -} - -.spanDisabled { - right: 25px !important; - opacity: 0.2 !important; -} - -.spanDisabled:hover { - opacity: 0.2 !important; - cursor: default !important; -} - -.span3 .badge-success { - font-weight: 300; -} - -.badge, .label, .btn { - text-shadow: none !important; - font-size: 11px; -} diff --git a/js/apps/system/aardvark/frontend/js/views/collectionsItemView.js b/js/apps/system/aardvark/frontend/js/views/collectionsItemView.js index 03ea75af0e..25a356e6e4 100644 --- a/js/apps/system/aardvark/frontend/js/views/collectionsItemView.js +++ b/js/apps/system/aardvark/frontend/js/views/collectionsItemView.js @@ -7,7 +7,6 @@ window.CollectionListItemView = Backbone.View.extend({ tagName: "div", -// className: "span3", className: "tile", template: templateEngine.createTemplate("collectionsItemView.ejs"), diff --git a/js/apps/system/aardvark/frontend/js/views/collectionsView.js b/js/apps/system/aardvark/frontend/js/views/collectionsView.js index bfcf676afa..06c8a64e0c 100644 --- a/js/apps/system/aardvark/frontend/js/views/collectionsView.js +++ b/js/apps/system/aardvark/frontend/js/views/collectionsView.js @@ -44,21 +44,9 @@ $('#collectionsToggle').addClass('activated'); } - //append info icon for loaded collections - /* - $('.loaded').parent().prev().append( - '' - ); - $('.unloaded').parent().prev().append( - '' - ); - */ - $('#searchInput').val(searchOptions.searchPhrase); $('#searchInput').focus(); var val = $('#searchInput').val(); - $('#searchInput').val(''); $('#searchInput').val(val); arangoHelper.fixTooltips(".icon_arangodb, .arangoicon", "left");