View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000276 | WackoWiki | appearance | public | 2009-03-04 15:11 | 2009-10-13 16:03 |
Reporter | administrator | Assigned To | administrator | ||
Priority | normal | Severity | tweak | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2 | ||||
Target Version | 5.0.beta | Fixed in Version | 5.0.beta | ||
Summary | 0000276: replace fieldset with div outside of forms | ||||
Description | fieldset there where they belong: for example, in forms, but in no case to TOCs, cross-site content or the data preview! PREVIEW <div class="preview"> <p class="preview"><span>This is only a preview, your wiki site was not saved.</span> <hr/> ... </div> .preview {margin-top: .8em; margin-left: 2px; margin-bottom: 2px; margin-right: 2px; padding: 10px; border:red 2px solid;} .preview p {color:red; font-weight:bold; margin: -20px 0 10px 0px; padding: 0; border: 0;} .preview p span {background:#FFF; padding:0 1px;} ACTIONS <div class="layout-box"> <p class="layout-box"><span>pseudo-legend</span> ... </div> .layout-box {margin-top: .8em; margin-left: 2px; margin-bottom: 2px; margin-right: 2px; padding: 10px; border:#CCCCCC 1px solid;} .layout-box p {background: transparent; margin: -1.5em 0px 10px 0px; padding: 0; border: 0;} .layout-box p span {background:#FFF; padding:0 1px;} | ||||
Additional Information | divs can be styled like fieldset if wanted via CSS e.g. <div style="border:1px solid #000; margin-top: .5em; background-color:#FCFCFC;"> <p style="font-size:125% ; margin:-.5em 0 10px 10px"> <span style="background:#FFF ; padding:0 5px">My Title</span> <p style="margin:10px">actions, preview, search, ... | ||||
Tags | No tags attached. | ||||
|
updated at svn r290: replaced fieldset with div in preview <div class="preview"> updated at svn r345: replaced fieldset with div outside of forms updated at svn r355: fixed background issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-03-04 15:11 | administrator | New Issue | |
2009-03-04 15:11 | administrator | Status | new => assigned |
2009-03-04 15:11 | administrator | Assigned To | => administrator |
2009-03-04 15:21 | administrator | Description Updated | |
2009-03-04 15:21 | administrator | Additional Information Updated | |
2009-03-07 18:41 | administrator | Description Updated | |
2009-03-08 16:01 | administrator | Note Added: 0000601 | |
2009-04-06 14:04 | administrator | Note Edited: 0000601 | |
2009-04-06 14:05 | administrator | Status | assigned => resolved |
2009-04-06 14:05 | administrator | Resolution | open => fixed |
2009-04-06 14:05 | administrator | Fixed in Version | => 5.0.0 |
2009-04-06 14:26 | administrator | Description Updated | |
2009-04-06 14:28 | administrator | Note Edited: 0000601 | |
2009-10-13 15:58 | administrator | Target Version | 5.0.0 => 5.0.beta |
2009-10-13 16:03 | administrator | Fixed in Version | 5.0.0 => 5.0.beta |
2010-03-08 10:10 | administrator | Category | Appearance => appearance |