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

From Libopedia
Jump to navigation Jump to search
m
Line 6: Line 6:
  
 
Edit the following file:
 
Edit the following file:
  nano $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
+
  nano $HOME/{{Source}}/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
  
 
===Increase overall document width===
 
===Increase overall document width===

Revision as of 21:39, 29 May 2015

Back to Mirage 1 Modification

Introduction

These changes are optional.

Edit the following file:

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

Increase overall document width

  1. Go to line 129 and increase the width to 1050px.
  2. Go to line 206 and increase the width to 750px.

Move "options" navigation to the left hand side

  1. Go to line 205 and change float to right.
  2. Go to line 211 and change float to left.