08 Jul, 2016
2 commits
06 Jul, 2016
1 commit
-
…re (with already two templates implemented)
04 Jul, 2016
2 commits
-
Skins - Build/deploy support The first **_skins_** feature implementation doesn't works to `gulp build` tasks. Now, this changes enables support to a specific **`package.json`** to subthemes, allowing a default skin (optionally) in each subtheme folder. Added to some simple refactorys into `gulp/conf.js` file. Example of the new **`package.json`** file of `angular-participa-consulta` subtheme: ``` javascript { "name": "angular-participa-consulta", "version": "1.0.0", "description": "The theme for 'Consulta publica' community specific colors and UI changes", "config": { "theme": "angular-participa-consulta", "skin": "skin-yellow" //Here is the DEFAULT theme skin }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" } ``` These changes is related with merge !48 and fixes #96 See merge request !50
01 Jul, 2016
2 commits
29 Jun, 2016
5 commits
-
Search ui - Fix CSS :hover See merge request !49
-
Skin structure - Core default theme error
28 Jun, 2016
10 commits
27 Jun, 2016
1 commit
23 Jun, 2016
1 commit
22 Jun, 2016
2 commits
20 Jun, 2016
6 commits
-
Login modal and block improvements - Renamed labels and inputs from login form on login block and modal - Added css rules that increased margin and padding on specific elements, horizontal rules with text in the middle and new translations. - Also added checkbox for keep logged in. See merge request !38
-
Added css rules that increased margin and padding on specific elements, horizontal rules with text in the middle and new translations. Also added checkbox for keep logged in. Signed-off-by: Carlos Coêlho <carlospecter@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com>
17 Jun, 2016
2 commits
15 Jun, 2016
6 commits
-
* fix-invisible-block-title: fix invisible block title