Browse Source

added islandora mod css file

master
rdrew 4 months ago
parent
commit
6b2381ca6e
  1. 6
      bs.js
  2. 16
      css/islandora_mods.css

6
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: ''
}
]
});

16
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;*/
}
Loading…
Cancel
Save