Commit 141aded07eb788e58fee6807b66e4d27194bf7f4

Authored by Victor Costa
2 parents ab3f2ca0 b1499fb9

Merge branch 'virtuoso_integration' into stable

plugins/virtuoso/public/style.css
... ... @@ -36,7 +36,3 @@
36 36 width: 500px;
37 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 5  
6 6 #dspace-new-template{
7 7 display: none;
8   -}
9 8 \ No newline at end of file
  9 +}
  10 +
  11 +.virtuoso-manage-custom-queries textarea {
  12 + width: 90%;
  13 +}
... ...