Difference between revisions of "SUNScholar/XMLUI Theme/M1/Document Structure"

From Libopedia
Jump to navigation Jump to search
m
m
Line 4: Line 4:
 
===Introduction===
 
===Introduction===
 
These changes are optional.
 
These changes are optional.
 +
 +
===Increase overall document width===
 +
Edit the following file:
 +
nano $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
 +
Go to line 129 and increase the width.
 +
    width: 950px;
  
 
===Move "options" navigation to the left hand side===
 
===Move "options" navigation to the left hand side===
 
===Increase overall document width===
 

Revision as of 11:26, 28 May 2015

Back to Mirage 1 Modification

Introduction

These changes are optional.

Increase overall document width

Edit the following file:

nano $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css

Go to line 129 and increase the width.

    width: 950px;

Move "options" navigation to the left hand side