summaryrefslogtreecommitdiff
path: root/themes/fab
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Move style from lifespan.php to themesmakitso1-0/+18
2015-01-23Move style from medialist.php to themesmakitso1-13/+40
2015-01-22Fix icons for media beginning and endmakitso3-0/+6
2015-01-22Update print stylesmakitso1-4/+18
2015-01-20Minor style changesmakitso1-0/+4
2015-01-19Remove unnecessary codemakitso1-11/+0
2015-01-18Powered by webtrees logo in footerGreg Roach3-8/+10
2015-01-18The next release will be 1.7.0Greg Roach112-0/+0
2015-01-17New theme system and admin interfaceGreg Roach8-396/+3
2015-01-15#1307749 - Update find note iconmakitso2-0/+6
2015-01-14Enable drop-shadows on chart-navigation menusGreg Roach1-2/+2
2015-01-14Decouple popup menu css from charts cssDavid Drury1-112/+55
Although I think it looks quite nice, it's not part of the original styling so have commented out box-shadow on the popup menu
2015-01-14CSS selector backprint does not appear to be used.Greg Roach1-9/+9
2015-01-14CSS selector CB_ALL/CB_All does not appear to be used.Greg Roach1-1/+0
2015-01-14CSS typosGreg Roach1-1/+0
2015-01-14Correctindi img placement on FABmakitso1-4/+3
2015-01-12Remove redundant markupmakitso1-4/+0
2015-01-11Minor style changesmakitso1-32/+24
2015-01-10Normalize themes – F.A.Bmakitso1-1542/+1935
The webtrees theme is being used as a base for all other standard themes
2014-12-26Updates to themes resulting in branch mergemakitso1-7/+20
2014-12-26Merge some changes from the themes branchGreg Roach2-62/+73
2014-12-23Merge pull request #332 from ddrury/CssFixForIEGreg Roach1-0/+4
explicitly set display property for main
2014-12-22Event box not scrolling on individual page factsmakitso1-1/+1
2014-12-22explicitly set display property for main to address Internet Explorer ↵David Drury1-0/+4
problem. Also for pedigree chart shift the target element from main to #pedigree-page for setting the chart height
2014-12-21Revert name-accordion color change for FAB themeGreg Roach1-3/+3
2014-12-19Correct chrome regression for FAB thememakitso1-0/+4
2014-12-19Specify viewport for better support on mobile devicesGreg Roach1-0/+1
2014-12-19CSS typoGreg Roach1-1/+1
2014-12-18Use semantic markup in headerGreg Roach2-8/+8
2014-12-18Remove IE specific CSS files. Just use modernizer.Greg Roach2-23/+2
2014-12-18Load modernizr.js in header, so IE8 can style HTML5 elementsGreg Roach1-1/+1
2014-12-17Name accordion - background colour according to sexGreg Roach1-3/+3
2014-12-17WhitespaceGreg Roach1-1/+1
2014-12-17Use HTML5 structural markup in fab themeGreg Roach3-104/+77
2014-12-16Update menu selector names across themesmakitso2-4/+92
Normalized menu selector names between themes Fixed Android 5 menu problem in FAB Increased size of input boxes in colors
2014-12-15Restore background color to decendancy and ancestry chart popupsmakitso1-2/+4
2014-12-10Upgrade jQuery-UI from 1.10.3 to 1.11.2Greg Roach204-79/+127
2014-11-14Merge pull request #301 from ddrury/iosClickBugGreg Roach1-0/+5
Update css
2014-11-14Update cssDavid Drury1-0/+5
2014-11-14Firefox 33.1 bug fixDavid Drury1-1/+1
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-05Combine CSS declarations for border, background, etc.Greg Roach1-59/+40
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ↵Greg Roach1-1/+1
Escape username, to remove restriction on allowed characters.
2014-11-02Cosmetic changes to Ancestors and Descendants charts.makitso1-1/+17
2014-10-12Restore functionality broken in pull request #245David Drury1-2/+33
fix typo fix failure to act on item selection with root person drop down menu (re) fixed previous/next arrows on chart in module Tidied up JS formatting Hourglass chart now passes HTML5 validation. Standardised html for popup menus on pedigree & hourglass charts so the same CSS can apply to both fix 1.5.3 pedigree chart bug whereby the popup menu overlays the trigger arrow on certain layouts preventing the menu from being hidden ... and animate the menu show/hide Remove debug code and add missing width units rethought pedigree chart root person menu popup - now uses CSS for positioning - improves visual effect of popup when layout is "oldest at bottom" fix 1.5.3 pedigree chart bug whereby the "goto previous generation" arrows are not shown for oldest at top/bottom layouts fix 1.5.3 pedigree chart bug whereby expanded boxes or popup menus sometimes "underlay" rather than overlay other boxes for "oldest at top" layout only generate "goto previous generation" code where necessary
2014-10-10The next release will be 1.6.0Greg Roach113-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-4/+2
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+1
2014-09-20Simplify Person box drop down menu functionsDavid Drury3-101/+79
Remove all references to $personcount... .. and handle knock-on effects
2014-09-18Toggle childbox fix for hourglass chartDavid Drury1-3/+6
... and removed unnecessary background: transparent