summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
Commit message (Collapse)AuthorAgeFilesLines
* Change handling of form element widths / heights.Michael Drake2008-04-251-7/+5
| | | | svn path=/trunk/netsurf/; revision=4107
* Default size for textareas.Michael Drake2008-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=4080
* Improve handling of HTML attributes / markup:Michael Drake2008-02-251-11/+3
| | | | | | | | | | | | | | | | | | | | | * Only apply presentational HTML attributes if no more important CSS has been set for the property. (NetSurf used to be a bit hit-and-miss when presentational markup and CSS were mixed.) * Change table cellpadding and border handling to happen as soon the boxes styles are available, rather than after the whole table has been constructed. Also fix default table border colour. * Improve handling of CENTER tag and ALIGN attribute. These could not be correctly supported in the default CSS file, so block level element alignment is now done during box construction. (Fixes #1891379, #1824492, #1723853) Form improvements: * Small MAXLENGTH values on text inputs now reduce element width. (Fixes #1894854) * Prevent select option text from wrapping. svn path=/trunk/netsurf/; revision=3866
* Tweak select element style.Michael Drake2008-02-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=3856
* Select element width is width of longest option text.Michael Drake2008-02-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=3855
* Remove dubious default CSS rule.Michael Drake2008-02-021-1/+0
| | | | svn path=/trunk/netsurf/; revision=3822
* Ensure button style is the same as input type=button.Michael Drake2008-02-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=3820
* Treat font tag relative sizes of +/- >1 the same as one.Michael Drake2008-02-021-2/+4
| | | | svn path=/trunk/netsurf/; revision=3817
* Make text input boxes with height:auto; and no initial value get a sensible ↵Michael Drake2008-02-021-8/+8
| | | | | | height. Make all form elements have their dimensions based on the configured minimum font size, if the current text size is smaller. Remove redundant code for setting radio icon and checkbox sizes. All em/ex based sizes now respect the min font size, when it's in effect. Updated default styles for form elements. svn path=/trunk/netsurf/; revision=3813
* Revert last change because it made the tracker almost unusable.Michael Drake2008-01-301-4/+2
| | | | svn path=/trunk/netsurf/; revision=3810
* Support SUP and SUB tags with relative position in default CSS file.Michael Drake2008-01-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=3808
* Add stylesheet for GTK specific rules.Michael Drake2008-01-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=3802
* Tidy default form element styles.Michael Drake2008-01-291-20/+17
| | | | svn path=/trunk/netsurf/; revision=3801
* Apply default margin to select and textarea elements too.Michael Drake2008-01-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=3790
* Make inline-blocks have margins. Add defualt margin around form inputs.Michael Drake2008-01-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3779
* Increase default font size and line spacing.Michael Drake2007-12-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3660
* Put alignment stuff back to how it was in the release branch. However it is ↵Michael Drake2007-11-051-22/+15
| | | | | | done in the default CSS file, there are problems. We may as well have the same problems in the release and development builds. svn path=/trunk/netsurf/; revision=3651
* Update alignment rules again.Michael Drake2007-11-011-3/+9
| | | | svn path=/trunk/netsurf/; revision=3640
* Update alignment rules.Michael Drake2007-11-011-15/+16
| | | | svn path=/trunk/netsurf/; revision=3639
* Add rule to make it visually clearer that a menu is available on SELECT ↵Michael Drake2007-09-291-0/+1
| | | | | | elements. (This will have no effect until :after and content: are implemented.) svn path=/trunk/netsurf/; revision=3607
* More alignment changes.Michael Drake2007-05-211-4/+4
| | | | svn path=/trunk/netsurf/; revision=3298
* Treat CENTER like other browsers do.Michael Drake2007-05-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=3297
* Remove form margin (broke centered forms and not needed).James Bursa2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3138
* Change nested list style.Michael Drake2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3137
* Make default CSS rules closer to the w3c suggestions.Richard Wilson2007-01-061-26/+26
| | | | svn path=/trunk/netsurf/; revision=3136
* Use netsurf-browser.org domain.Michael Drake2006-11-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=3069
* Fix gap between list marker and list content.Michael Drake2006-11-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=3040
* Update default list style types.Michael Drake2006-11-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3038
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-051-2/+4
| | | | svn path=/trunk/netsurf/; revision=3034
* Use new list support for li.James Bursa2006-11-051-4/+1
| | | | svn path=/trunk/netsurf/; revision=3033
* Update bullet image name.Michael Drake2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2887
* Update bullet path.Michael Drake2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2886
* Center text in TH.Michael Drake2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2544
* [project @ 2006-03-27 00:04:04 by tlsa]Michael Drake2006-03-271-4/+4
| | | | | | Tweak various element's default margins. svn path=/import/netsurf/; revision=2192
* [project @ 2006-03-26 23:41:55 by tlsa]Michael Drake2006-03-261-1/+1
| | | | | | Give PRE a bottom margin of 0.5em by default. svn path=/import/netsurf/; revision=2190
* [project @ 2005-11-21 20:46:21 by tlsa]Michael Drake2005-11-211-3/+8
| | | | | | Align attribute on table rows and cells affects block level elements. svn path=/import/netsurf/; revision=1882
* [project @ 2005-11-14 17:51:38 by tlsa]Michael Drake2005-11-141-1/+1
| | | | | | Add rule for hr[noshade]. svn path=/import/netsurf/; revision=1878
* [project @ 2005-08-29 13:58:33 by tlsa]Michael Drake2005-08-291-3/+1
| | | | | | Update default HR style. svn path=/import/netsurf/; revision=1855
* [project @ 2005-08-07 21:31:02 by bursa]James Bursa2005-08-071-0/+2
| | | | | | Place a border around frames. svn path=/import/netsurf/; revision=1844
* [project @ 2005-05-24 21:07:52 by tlsa]Michael Drake2005-05-241-1/+1
| | | | | | Remove border from input images. svn path=/import/netsurf/; revision=1738
* [project @ 2005-05-11 00:54:56 by rjw]Richard Wilson2005-05-111-3/+6
| | | | | | Remove redundant code. Improve rendering of hr elements. svn path=/import/netsurf/; revision=1717
* [project @ 2005-04-26 13:36:21 by tlsa]Michael Drake2005-04-261-8/+9
| | | | | | Increase default cellspacing to 2px and provide 1px default cellpadding. svn path=/import/netsurf/; revision=1685
* [project @ 2005-03-24 00:36:33 by tlsa]Michael Drake2005-03-241-1/+1
| | | | | | Give tables a one pixel default cellspacing. svn path=/import/netsurf/; revision=1578
* [project @ 2005-03-23 23:22:48 by tlsa]Michael Drake2005-03-231-3/+3
| | | | | | Revert last checkin. svn path=/import/netsurf/; revision=1577
* [project @ 2005-03-23 22:43:16 by tlsa]Michael Drake2005-03-231-3/+3
| | | | | | Position aligned tables with margins. svn path=/import/netsurf/; revision=1576
* [project @ 2005-03-17 23:13:45 by tlsa]Michael Drake2005-03-171-1/+3
| | | | | | Temporary hack to distinguish list items. svn path=/import/netsurf/; revision=1538
* [project @ 2005-01-13 20:24:36 by bursa]James Bursa2005-01-131-1/+0
| | | | | | Remove "center > * > *" rule (no longer required since inherit is fully implemented). svn path=/import/netsurf/; revision=1445
* [project @ 2005-01-13 00:11:41 by tlsa]Michael Drake2005-01-131-6/+2
| | | | | | TD and TH use vertical-align: inherit. Update welcome page. svn path=/import/netsurf/; revision=1443
* [project @ 2005-01-11 14:20:54 by rjw]Richard Wilson2005-01-111-5/+5
| | | | | | Add missing CSS terminators svn path=/import/netsurf/; revision=1440
* [project @ 2005-01-10 21:43:57 by rjw]Richard Wilson2005-01-101-12/+12
| | | | | | Fix for CSS rules svn path=/import/netsurf/; revision=1438