Skip to content

Commit

Permalink
Merge pull request #91 from plone/pigeonflight-overview-controlpanel-…
Browse files Browse the repository at this point in the history
…fix-1435

fixed issue #1435 improved look and feel for @@overview-controlpanel
  • Loading branch information
vangheem committed Mar 5, 2016
2 parents eeca5a0 + a159ff4 commit a79dc18
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ New:

Fixes:

- *add item here*
- Improved "feel" for the Site Setup (@@overview-controlpanel)
https://github.com/plone/Products.CMFPlone/issues/1435
[pigeonflight]


1.6.17 (2016-02-27)
Expand Down
5 changes: 5 additions & 0 deletions plonetheme/barceloneta/theme/less/barceloneta-compiled.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion plonetheme/barceloneta/theme/less/controlpanels.plone.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
.portletNavigationTree {
// nav.portletContent > ul > li a {border:none; padding:0px;}
&.portletSiteSetup {
nav.portletContent > ul > li a {border:none; padding:0px;}
nav.portletContent > ul > li a {border:none; padding:0px;color: #4D4D4D;
&:hover {
text-decoration: none;
}
}

a {
// padding-left: 30px; //adjust icons of products
border: none;
Expand All @@ -27,6 +32,7 @@
&:hover {
background: rgba(255,255,255,.67);
border-radius: 5px;
box-shadow: inset 1px 1px 3px #bbbbbb;
span {
color: #333;
}
Expand Down

3 comments on commit a79dc18

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vangheem Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plonetheme.barceloneta/8/violations

Traceback (most recent call last):
  File "/home/jenkins/workspace/package-plonetheme.barceloneta@3/bin/flake8", line 31, in <module>
    sys.exit(flake8.main.main())
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/main.py", line 33, in main
    report = flake8_style.check_files()
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/engine.py", line 181, in check_files
    return self._retry_serial(self._styleguide.check_files, paths=paths)
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/engine.py", line 172, in _retry_serial
    return func(*args, **kwargs)
  File "/home/jenkins/.buildout/eggs/pep8-1.7.0-py2.7.egg/pep8.py", line 1842, in check_files
    runner(path)
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/engine.py", line 126, in input_file
    return fchecker.check_all(expected=expected, line_offset=line_offset)
  File "/home/jenkins/.buildout/eggs/pep8-1.7.0-py2.7.egg/pep8.py", line 1574, in check_all
    self.check_ast()
  File "/home/jenkins/.buildout/eggs/pep8-1.7.0-py2.7.egg/pep8.py", line 1521, in check_ast
    for lineno, offset, text, check in checker.run():
  File "/home/jenkins/.buildout/eggs/flake8_debugger-1.4.0-py2.7.egg/flake8_debugger.py", line 23, in run
    with open(self.filename, 'r') as file_to_check:
IOError: [Errno 2] No such file or directory: 'plone'

Follow these instructions to reproduce it locally.

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vangheem Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plonetheme.barceloneta/9/violations

Traceback (most recent call last):
  File "/home/jenkins/workspace/package-plonetheme.barceloneta/bin/flake8", line 31, in <module>
    sys.exit(flake8.main.main())
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/main.py", line 33, in main
    report = flake8_style.check_files()
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/engine.py", line 181, in check_files
    return self._retry_serial(self._styleguide.check_files, paths=paths)
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/engine.py", line 172, in _retry_serial
    return func(*args, **kwargs)
  File "/home/jenkins/.buildout/eggs/pep8-1.7.0-py2.7.egg/pep8.py", line 1842, in check_files
    runner(path)
  File "/home/jenkins/.buildout/eggs/flake8-2.5.4-py2.7.egg/flake8/engine.py", line 126, in input_file
    return fchecker.check_all(expected=expected, line_offset=line_offset)
  File "/home/jenkins/.buildout/eggs/pep8-1.7.0-py2.7.egg/pep8.py", line 1574, in check_all
    self.check_ast()
  File "/home/jenkins/.buildout/eggs/pep8-1.7.0-py2.7.egg/pep8.py", line 1521, in check_ast
    for lineno, offset, text, check in checker.run():
  File "/home/jenkins/.buildout/eggs/flake8_debugger-1.4.0-py2.7.egg/flake8_debugger.py", line 23, in run
    with open(self.filename, 'r') as file_to_check:
IOError: [Errno 2] No such file or directory: 'plone'

Follow these instructions to reproduce it locally.

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vangheem Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plonetheme.barceloneta/10/violations

plonetheme/__init__.py:0:1: C101 Coding magic comment not found
plonetheme/barceloneta/__init__.py:0:1: C101 Coding magic comment not found
plonetheme/barceloneta/interfaces.py:0:1: C101 Coding magic comment not found
plonetheme/barceloneta/interfaces.py:0:1: I001 isort found changes, run it on the file
plonetheme/barceloneta/interfaces.py:7:8: W292 no newline at end of file

Follow these instructions to reproduce it locally.

Please sign in to comment.