Accessory, Control Panel Theme, Extension

Developer
Supported

EE 1
EE 2
Minimalist

Back to this add-on's main page
View Other Add-ons From Seamus Holman

     

You must be logged in to post.

Header missing styles

Bug Report

aaronlax
aaronlax

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)
# 1
Developer
Seamus Holman (Gridwork)

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
# 2
aaronlax

amazing, thanks!
Great work, btw, love the theme

Seamus Holman (Gridwork)
# 3
Developer
Seamus Holman (Gridwork)

OK, new update out with this and several other improvements.