Commit b1499fb921f1e1ac57d022a741a2fb136ab1c81d

Authored by Victor Costa
1 parent 112c2826

virtuoso: fix css added in wrong file

plugins/virtuoso/public/style.css
@@ -36,7 +36,3 @@ @@ -36,7 +36,3 @@
36 width: 500px; 36 width: 500px;
37 border: 1px solid white; 37 border: 1px solid white;
38 } 38 }
39 -  
40 -.virtuoso-manage-custom-queries textarea {  
41 - width: 90%;  
42 -}  
plugins/virtuoso/public/virtuoso_plugin_admin.css
@@ -5,4 +5,8 @@ @@ -5,4 +5,8 @@
5 5
6 #dspace-new-template{ 6 #dspace-new-template{
7 display: none; 7 display: none;
8 -}  
9 \ No newline at end of file 8 \ No newline at end of file
  9 +}
  10 +
  11 +.virtuoso-manage-custom-queries textarea {
  12 + width: 90%;
  13 +}