Developer
Supported
Minimalist
Back to this add-on's main page
View Other Add-ons From Seamus Holman
Header missing styles
Bug Report
|
aaronlax
|
| Posted: 21 April 2012 02:14 PM |
|
|
|
|
See attached screenshot, found on file upload preferences screen: .heading (where ‘create new upload location’ resides) is set to visibility: hidden; with no respective styles associated to child containers if unset
http://grab.by/ddvm
|
|
|
|
|
Seamus Holman (Gridwork)
|
| Posted: 21 April 2012 03:01 PM |
# 1
|
|
|
Developer
|
I was worried about that, thanks for the sleuthing. Caught one other place with something useful embedded with the header. I wanted the header to be hidden because it’s redundant to the last item in the breadcrumb nav and could serve double duty.
Add these extra rules to the /* FILE MANAGER */ block in minimalist.css. I’ll have an update out next week with this and a bunch more little fixes:
.heading #action_nav { display: block !important; visibility: visible !important; position: absolute; z-index: 9; text-align: center; top: -44px; right: 0; } #action_nav li a:link, #action_nav li a:visited { background: #999; -webkit-box-shadow: 0; -moz-box-shadow: 0; -o-box-shadow: 0; box-shadow: 0; } #action_nav li a:hover { background: #666; -webkit-box-shadow: 0; -moz-box-shadow: 0; -o-box-shadow: 0; box-shadow: 0; }
|
|
|
|
|
aaronlax
|
| Posted: 21 April 2012 03:11 PM |
# 2
|
|
|
|
amazing, thanks!
Great work, btw, love the theme
|
|
|
|
|
|