mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #15063
[Bug 871351] Re: theme raw netbooks display of right column not correct
This problem looks to be obsolete as the latest (v1.8) has width: 100%;
and there have been major changes to the css recently so will close this
bug
** Changed in: mahara
Status: Triaged => Invalid
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/871351
Title:
theme raw netbooks display of right column not correct
Status in Mahara ePortfolio:
Invalid
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