diff --git a/app/helpers/layout_helper.rb b/app/helpers/layout_helper.rb index 43f40fc..7f8cf30 100644 --- a/app/helpers/layout_helper.rb +++ b/app/helpers/layout_helper.rb @@ -50,6 +50,7 @@ module LayoutHelper 'inputosaurus', 'chat', 'selectordie-theme', + 'block-store', pngfix_stylesheet_path, ] + tokeninput_stylesheets plugins_stylesheets = @plugins.select(&:stylesheet?).map { |plugin| plugin.class.public_path('style.css') } diff --git a/public/stylesheets/block_store.css b/public/stylesheets/block_store.css deleted file mode 100644 index c12368c..0000000 --- a/public/stylesheets/block_store.css +++ /dev/null @@ -1,141 +0,0 @@ -#content .block-type { - padding: 0; -} - -#block-types { - height: 100px; -} - -#block-types-container { - margin: 0 60px; -} - -.block-types-group { - display: none; - position: absolute; - min-width: 800px; -} - -#block-types-navigation a#next { - float: right; -} - -/*tirando a borda do colorbox se puder configurar para não ter me avise*/ -r, -#cboxTopLeft, -#cboxTopRight, -#cboxMiddleLeft, -#cboxContent, -#cboxMiddleRight, -#cboxBottomCenter, -#cboxBottomLeft, -#cboxBottomRight - { background-image: none; } - -/*background do colorbox*/ -#cboxLoadedContent { - background-color: #f5f5f5; - border-radius: 20px; -} - -#block-types .block-type { - min-height: 92px; - border: 0px solid #AAA; - margin: 0px; - padding: 0px; - text-align: center; - height: auto; - float: none; - display: inline-block; - overflow: auto; - width: 112px; - cursor: move; - vertical-align: top; -} - -#block-types .block-type:hover { - box-shadow: 0px 0px 0px 2px #FFF, - 0px 0px 0px 2px #FFF, - 0px 0px 10px rgba(0,0,0,0.6); - outline: none; -} - -#block-types .button-bar { - margin: 0; - display: none; - position: absolute; - right: 0%; - border: 0px solid #AAA; - margin: 0px; - padding: 0px; -} - -#block-types .block-type:hover .button-bar { - display: inline; -} - -#block-info-container { - width: 770px; - padding: 15px; - color: #444; -} - -#block-info-container #block-info-icon { - float: left; - padding-right: 10px; -} - -#block-info-container #block-info-header { - float: left; -} - -#block-info-container #block-info-header .block-type-icon{ - float: left; -} - -#block-info-container #block-info-header h1 { - margin: 0; - font-weight: normal; - font-family: "Arial Black", Liberation Sans, Arial, sans-serif; - margin-left: 5px; - white-space: nowrap; -} - -#block-info-container #block-info-header p{ - margin-left: 55px; -} - - -#block-info-container h2 { - margin: 0; - margin-top: 10px; - font-weight: normal; - font-family: "Arial Black", Liberation Sans, Arial, sans-serif; -} - -#block-info-container p { - margin: 0; -} - -#block-info-images { - clear: both; - overflow-x: auto; - padding-top: 15px; -} - -#block-info-images ul{ - margin: 0px; - padding: 0px; -} -#block-info-images li{ - list-style: none; - display: inline; - -} - - -#block-info-description { - margin-top: 20px; -} - - -- libgit2 0.21.2