Re: [Django] #28892: Fixed header height in the admin site may break custom layouts

2018-05-29 Thread Django
#28892: Fixed header height in the admin site may break custom layouts
---+--
 Reporter:  Claude Paroz   |Owner:  Sara Heins
 Type:  Bug|   Status:  closed
Component:  contrib.admin  |  Version:  1.9
 Severity:  Normal |   Resolution:  fixed
 Keywords:  css| Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Tim Graham ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5008d59a2a8b9df09737fc05c9e343146a348a90" 5008d59a]:
 {{{
 #!CommitTicketReference repository=""
 revision="5008d59a2a8b9df09737fc05c9e343146a348a90"
 Fixed #28892 -- Allowed admin navbar height to expand if needed.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ff536c3a408d0d02fe5ef37aa5340b5c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28892: Fixed header height in the admin site may break custom layouts

2018-05-27 Thread Django
#28892: Fixed header height in the admin site may break custom layouts
---+--
 Reporter:  Claude Paroz   |Owner:  Sara Heins
 Type:  Bug|   Status:  assigned
Component:  contrib.admin  |  Version:  1.9
 Severity:  Normal |   Resolution:
 Keywords:  css| Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Sara Heins):

 * has_patch:  0 => 1


Comment:

 Pull request submitted: https://github.com/django/django/pull/9996

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.8eac61fecbbfbc2a1a7484550dc22d49%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28892: Fixed header height in the admin site may break custom layouts

2018-05-26 Thread Django
#28892: Fixed header height in the admin site may break custom layouts
---+--
 Reporter:  Claude Paroz   |Owner:  Sara Heins
 Type:  Bug|   Status:  assigned
Component:  contrib.admin  |  Version:  1.9
 Severity:  Normal |   Resolution:
 Keywords:  css| Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Sara Heins):

 * status:  new => assigned
 * owner:  nobody => Sara Heins


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.21fa307940a1d39ae438708548810e91%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28892: Fixed header height in the admin site may break custom layouts (was: Fixed header height in the admin site)

2017-12-05 Thread Django
#28892: Fixed header height in the admin site may break custom layouts
---+
 Reporter:  Claude Paroz   |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  contrib.admin  |  Version:  1.9
 Severity:  Normal |   Resolution:
 Keywords:  css| Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by Tim Graham):

 * version:  2.0 => 1.9
 * stage:  Unreviewed => Accepted


Old description:

> The new CSS rules for the admin header fixes the height to 40px. This is
> not nice for users customizing the header content (branding, usertools,
> userlinks blocks) with higher content. That content is then cut at 40px
> too.

New description:

 The
 
[https://github.com/django/django/commit/35901e64b043733acd1687734274553cf994511b#r26065458
 CSS rule] for the admin header fixes the height to 40px. This is not nice
 for users customizing the header content (branding, usertools, userlinks
 blocks) with higher content. That content is then cut at 40px too.

--

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.3464a8db0cef42630ce4833878bf%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #28892: Fixed header height in the admin site

2017-12-05 Thread Django
#28892: Fixed header height in the admin site
-+
   Reporter:  Claude Paroz   |  Owner:  nobody
   Type:  Bug| Status:  new
  Component:  contrib.admin  |Version:  2.0
   Severity:  Normal |   Keywords:  css
   Triage Stage:  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+
 The new CSS rules for the admin header fixes the height to 40px. This is
 not nice for users customizing the header content (branding, usertools,
 userlinks blocks) with higher content. That content is then cut at 40px
 too.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.a299f4b9e39d0ca69eb3832501a4af74%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.