← Back to team overview

mahara-contributors team mailing list archive

[Bug 871351] Re: theme raw netbooks display of right column not correct

 

Actually, probably only the following code is needed to solve my
problem:

1101a1102
> /*
1103c1104
< width: 69%;
---
> width: 70%;

The rest may not actually be an issue.  That should not cause a problem
with larger screens.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/871351

Title:
  theme raw netbooks display of right column not correct

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When using a netbook (1024 screen width) the right column does not
  float to the right.  It is displayed on the bottom.

  File: theme/raw/static/style/style.css

  .main-column-narrow {
      width: 69%; /* originally 70% or not defined */
  }

  #left-column {
      width: 255; /* originally 26% or min-width:255; */
  }

  #right-column {
     width: 255; /* originally 26% or min-width: 255; */
  }

  1101a1102
  > /*
  1103c1104
  < 	width: 69%;
  ---
  > 	width: 70%;
  1104a1106
  > */
  1209a1212
  >     width: 26%;
  1211,1212d1213
  < 	max-width: 255px;
  < 	width: 255px;
  1215a1217
  >     width: 26%;
  1217,1218d1218
  < 	max-width: 255px;
  < 	width: 255px;

  Note: only tested this on a netbook computer, so I don't know how
  these changes will affect users of other display screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/871351/+subscriptions


References