Skip to content
Snippets Groups Projects
Commit 0813d04a authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Repostioned tab markers to bottom of content page.

Remove absolute positioning from #mw-head and #left-navigation.  Removed
top indent from #right-navigation.

The result is that the tabs are now located at the bottom of the center
column, ie. the maincolumn-l-r in uab contenxt or content in mw context.
parent 9785259e
No related branches found
No related tags found
No related merge requests found
...@@ -56,10 +56,11 @@ body { ...@@ -56,10 +56,11 @@ body {
background-repeat: repeat-x; background-repeat: repeat-x;
} }
#mw-head { #mw-head {
position: absolute; /* position: absolute;
top: 0; top: 0;
right: 0; right: 0;
width: 100%; width: 100%;
*/
} }
#mw-head h5 { #mw-head h5 {
margin: 0; margin: 0;
...@@ -96,13 +97,15 @@ body { ...@@ -96,13 +97,15 @@ body {
} }
/* Navigation Containers */ /* Navigation Containers */
#left-navigation { #left-navigation {
position: absolute; /* position: absolute;
left: 10em; left: 10em;
top: 2.5em; top: 2.5em;
*/
} }
#right-navigation { #right-navigation {
float: right; float: right;
margin-top: 2.5em; /* margin-top: 2.5em;
*/
} }
/* Navigation Labels */ /* Navigation Labels */
div.vectorTabs h5, div.vectorTabs h5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment