From 6b2381ca6ef8d74a149aa1e1c6c81d24f87c60c3 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 6 Jun 2024 14:40:16 -0300 Subject: [PATCH] added islandora mod css file --- bs.js | 6 +++--- css/islandora_mods.css | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/bs.js b/bs.js index 87f1451..c27f6bd 100644 --- a/bs.js +++ b/bs.js @@ -12,10 +12,10 @@ browserSync({ serveStatic: [filesToServe], rewriteRules: [ { - match: themePath, - replace: '' - //match: /\/themes\/custom\/vre2024/g, + //match: themePath, //replace: '' + match: /\/themes\/custom\/vre2024/g, + replace: '' } ] }); diff --git a/css/islandora_mods.css b/css/islandora_mods.css index e69de29..68d6a55 100644 --- a/css/islandora_mods.css +++ b/css/islandora_mods.css @@ -0,0 +1,16 @@ +form#views-exposed-form-solr-search-content-block-1 { + display: none; +} + +#advanced-search-ajax .form-wrapper { + select { + /*margin: 0;*/ + } + input[type="text"] { + width: 130px !important; + } + input { + } + /*display: flex !important;*/ + /*height: 20px;*/ +}