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;*/ +}