There is more than just the position tag affected. Some of them unproblematic that should be possible: border-radius:5px; box-shadow:0 2px 3px #888;
And some might be considered as problematic but still would be great if possible: content:url(...); transform:rotate(270deg); display:none; -- 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/1892948 Title: CSS Advanced options in Skin not allowing position tag Status in Mahara: In Progress Bug description: Since updating to CSS Tidy 1.7.1, it appears that some options for setting custom CSS are not available. To replicate: 1. Have option for skins in config.php set to true for the site (i.e. $config->skins = true;) 2. Log into site and create a new skin (Create -> Skins -> Create skin) 3. Navigate to 'Advanced' tab and enter the following: .pageheader { position: absolute; } 4. Save the skin. NB: Custom CSS changes are not reflected in the skin preview. 5. Edit the skin and navigate to the Advanced tab and look at the custom CSS Expected results: The editor window contains: .pageheader { position: absolute; } Actual results: .pageheader{ } To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1892948/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

