https://github.com/imio/plonetheme.imioapps
Imio common skin
https://github.com/imio/plonetheme.imioapps
iasmartweb plone
Last synced: 4 months ago
JSON representation
Imio common skin
- Host: GitHub
- URL: https://github.com/imio/plonetheme.imioapps
- Owner: IMIO
- Created: 2014-09-23T07:25:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T09:55:06.000Z (about 1 year ago)
- Last Synced: 2025-06-22T19:06:43.733Z (about 1 year ago)
- Topics: iasmartweb, plone
- Language: Python
- Size: 808 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
====================
plonetheme.imioapps
====================
Site theme shared between imio's applications.
Fixed header :
--------------
From version 2.1, the header is fixed (always visible), to remove this, add this to a ploneCustom.css :
.. code:: css
div#portal-header {
position: relative;
}
#portal-top div#emptyviewlet {
padding-top: 0em;
}
Dashboard table sticky header :
-------------------------------
From version 2.22, the tablea header is stikcy (will be sticked to the page header when scrolling down),
to remove this, add this to a ploneCustom.css :
.. code:: css
table.faceted-table-results th {
position: inherit;
}