Commit Graph

24 Commits

Author SHA1 Message Date
Michael Pritchard (HEIW) dcb26096f5 Add accessibility fixes
- Make the font colour in the footer darker
- change the hamburger span in the header to a button
- update the javascript to select the button
- update the meta viewport to the latest recommended method
- Undo unrelated changes
2021-10-04 11:09:58 +01:00
Manuel Thalmann 295e85fa5d Use `$resourceURL` instead of `$ThemeDir` 2019-04-25 09:36:34 +02:00
Manuel Thalmann cec5126dbc Use the `$ThemeDir` variable instead of a static path
This commit fixes issue #66.
2019-04-15 16:58:16 +02:00
Dylan Wagstaff d8eb29e57c [SS-2018-015] Update jQuery version
The old jQuery version is critically out of date, and there are no
blockers to updating it (utilised sections of the library are fully
backwards compatible). This commit updates to the latest stable release.
2018-04-27 09:12:59 +12:00
Damian Mooyman b0458e071d
API Use ShortName of class instead of FQN for body class property
Fixes https://github.com/silverstripe/silverstripe-framework/issues/7586
2017-11-15 11:34:36 +13:00
Robbie Averill 9c2b75be7c FIX Remove $ThemeDir use from Page template 2017-02-01 09:43:02 +13:00
Damian Mooyman 509dfe9ddc Fix for 3.5 compat (#47) 2016-11-02 11:39:39 +13:00
Damian Mooyman 7e3932c5d5 API Remove script.js placeholder (#46) 2016-11-01 17:16:12 +13:00
Richard Rudy b0cf4c88fb UPDATE remove protocol from jquery request
With the increased focus on SSL, it's probably best not define http in the equest and let the page use the current protocol
2016-09-28 09:37:26 -04:00
Ingo Schommer 06cc25449f Use jQuery from CDN rather than framework
Static asset paths in framework aren't a public API,
and hence shouldn't be relied on by other modules.

The template already includes some shim JS from the web,
so this doesn't change the fact that you need a network connection
to fully use the default theme.
2016-09-15 15:31:50 +12:00
Damian Mooyman 78e1cbd477 Revert "FIX Remove $MetaTitle" 2015-04-09 13:38:59 +12:00
Cam Findlay 67b9537cf7 FIX Remove $MetaTitle
CMS removed MetaTitle in 3.1 - this will not make sense to someone inspecting the theme code trying to learn from it.
2015-02-22 08:45:13 +13:00
Ingo Schommer 84c1215f91 Script direction for better default i18n
The SS installer sets i18n::set_locale() based on user selection.
While much of the content isn't localized, it'll at least have
the correct script alignment (e.g. right-to-left for arabic).
2013-10-16 00:16:12 +02:00
Damian Mooyman 411889e667 BUG Fixed incorrect viewport meta tag
Viewport meta tag was throwing up errors in Chrome for having an incorrect trailing ";".
2013-05-08 09:45:06 +12:00
Jeremy Bridson db27cdda7c ENHANCEMENT: added basic grid system to Simple Theme. 2012-11-20 15:27:34 +13:00
Simon Welsh d3f9781866 Updates templates to more SS3-ready syntax
- Use $Name in if/loop
- Replace instances of control with loop
2012-10-27 16:15:51 +13:00
Paul Clarke 7ff80fd5f4 ENHANCEMENT added complete form style and additional typography styles 2012-10-05 18:37:18 +13:00
Naomi Guyer df15cd8920 BUG: Simple has base typography defined in layout ( trac #7803)
Moved some style declarations from layout to typography so that the cms
would pick them up.
Moved typography tag to the page.ss before layout is included
Changed typography elements to be wrapped in .typography, rather than a
layout tag within the Layout page templates. This will mean that a
bunch of modules have access to the correct type styling
2012-09-04 12:19:44 +12:00
Sara Tusar a7c4a128d6 MINOR form.css check, minor improvements 2012-07-09 11:22:11 +02:00
miiihi 45481dbaf9 MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
Sara Tusar a3dc1471cd ENHANCEMENT overlapping menu, css, search-results styling 2012-05-09 17:16:21 +02:00
Jeremy Bridson 2158f384bb ENHANCEMENT: created styling for search field and search results - styled mobile site header - fixed issue with navigation overflowing when too many <li> 2012-04-04 17:52:54 +12:00
sara 82ae8f7148 MINOR Form fields styling, font change
Form fields fixed
	Font changed to Cambo Regular webfont
2012-03-27 17:00:47 +02:00
Sam Minnee bfff6fb0ea Initial version of "Simple" theme. 2012-03-14 12:24:58 +13:00