
Hello all! I changed some class names in the bento-theme, so please change it in your code: The changes are: .ui-oo-content-wrapper ==> .content-wrapper .ui-oo-box-shadow ==> .box .box-shadow I divide the .ui-oo-box-shadow into two classes. .box makes everything for a box including rounded corners, excluding a drop-shadow. If you need the shadow, simply add ".box-shadow". Example how it should look like: <div class="box box-shadow"> Before it looked like this: <div class="ui-oo-box-shadow"> or with out a shadow: <div class="ui-oo-box-shadow no-shadow"> The old classes are still available for a while, till everyone switched to the new classes. Thank you :-) Robert --- Robert Lihm, Webdesigner - openSUSE Boosters Team SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg Tel: +49-911-74053-0 - rlihm@suse.de ____________________________________________________________ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ____________________________________________________________ SUSE - a Novell business -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org

On 03/29/2010 01:23 PM, Robert Lihm wrote:
Hello all!
I changed some class names in the bento-theme, so please change it in your code:
The changes are:
.ui-oo-content-wrapper ==> .content-wrapper
.ui-oo-box-shadow ==> .box .box-shadow
I divide the .ui-oo-box-shadow into two classes. .box makes everything for a box including rounded corners, excluding a drop-shadow. If you need the shadow, simply add ".box-shadow".
Example how it should look like:
<div class="box box-shadow">
Before it looked like this:
<div class="ui-oo-box-shadow">
or with out a shadow:
<div class="ui-oo-box-shadow no-shadow">
The old classes are still available for a while, till everyone switched to the new classes.
Thank you :-)
I changed the classes in the wiki skin. But the example pages (*.html) still use the old classes, could you please update or remove these pages? I just saw that the header.html and footer.html got removed. I thought those should get included to have a consistent look over all pages? Greetings -- Thomas Schmidt (tschmidt [at] suse.de) SUSE Linux Products GmbH :: Research & Development :: Tools "Wir sind nicht in Vietnam, sondern beim Bowling. Hier gibt es Regeln." John Goodman in Big Lebowsky -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org

On 29.03.2010, at 12:59, Thomas Schmidt wrote:
On 03/29/2010 01:23 PM, Robert Lihm wrote:
Hello all!
I changed some class names in the bento-theme, so please change it in your code:
The changes are:
.ui-oo-content-wrapper ==> .content-wrapper
.ui-oo-box-shadow ==> .box .box-shadow
I divide the .ui-oo-box-shadow into two classes. .box makes everything for a box including rounded corners, excluding a drop-shadow. If you need the shadow, simply add ".box-shadow".
Example how it should look like:
<div class="box box-shadow">
Before it looked like this:
<div class="ui-oo-box-shadow">
or with out a shadow:
<div class="ui-oo-box-shadow no-shadow">
The old classes are still available for a while, till everyone switched to the new classes.
Thank you :-)
I changed the classes in the wiki skin. But the example pages (*.html) still use the old classes, could you please update or remove these pages?
I switched the main example pages today. Thank you :-) Robert
I just saw that the header.html and footer.html got removed. I thought those should get included to have a consistent look over all pages?
Greetings
-- Thomas Schmidt (tschmidt [at] suse.de) SUSE Linux Products GmbH :: Research & Development :: Tools "Wir sind nicht in Vietnam, sondern beim Bowling. Hier gibt es Regeln." John Goodman in Big Lebowsky -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
--- Robert Lihm, Webdesigner - openSUSE Boosters Team SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg Tel: +49-911-74053-0 - rlihm@suse.de ____________________________________________________________ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ____________________________________________________________ SUSE - a Novell business -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org

Hey again, I found an other old-style class .ui-oo-border-top and renamed it to .border-top. This one is mainly used in the footer, and I already changed it in /includes/footer.html. Cheers, Robert On 29.03.2010, at 13:23, Robert Lihm wrote:
Hello all!
I changed some class names in the bento-theme, so please change it in your code:
The changes are:
.ui-oo-content-wrapper ==> .content-wrapper
.ui-oo-box-shadow ==> .box .box-shadow
I divide the .ui-oo-box-shadow into two classes. .box makes everything for a box including rounded corners, excluding a drop-shadow. If you need the shadow, simply add ".box-shadow".
Example how it should look like:
<div class="box box-shadow">
Before it looked like this:
<div class="ui-oo-box-shadow">
or with out a shadow:
<div class="ui-oo-box-shadow no-shadow">
The old classes are still available for a while, till everyone switched to the new classes.
Thank you :-)
Robert
---
Robert Lihm, Webdesigner - openSUSE Boosters Team SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg Tel: +49-911-74053-0 - rlihm@suse.de ____________________________________________________________ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ____________________________________________________________ SUSE - a Novell business
-- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
--- Robert Lihm, Webdesigner - openSUSE Boosters Team SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg Tel: +49-911-74053-0 - rlihm@suse.de ____________________________________________________________ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ____________________________________________________________ SUSE - a Novell business -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
participants (2)
-
Robert Lihm
-
Thomas Schmidt