Fix closed bug #1013 on Assembla. The previous z-index was well
intentioned but jquery css overrides the z-index, so !important is
necessary to make the z-index declaration functional.
removing count and date as space is at a premium and not essential
making menu padding larger to provide more space to click
removing duplicated menus to stop wrapping
Increasing the top margin above the content div to reduce fat fingers from clicking links in the content instead of the intended nav links
Cleaning up some unused selectors and consistent spacing, etc...
the span with class m_t and m_t_d and its styling are no longer needed
mobile todo lists need to be wrapped in ul element. fixing up missing or unclosed
This adds some margin to the top of the checkboxes in order to align the
star, checkbox, and pencil icons along the same baseline.
My eyes no longer hurt from the differences in alignment. :)
The badge in the header are now rounded.
The corners of the groups in the project page are also now rounded.
The rounding is done with CSS3, with specific markup for Firefox and
Webkit-based browsers. IE versions less than 9 are not supported.
When showing the project edit form, we disable the ability to edit the
project name in place. When the project edit form is saved or cancelled,
then we reenable the editing of the project name in place.
Fixes#1205
If the project name field is being edited and it loses focus, then we
remove the edit box and the buttons. This reduces the possibility to be
able to edit the project name from more than one place as in #1205.
When using inline editing of the project name, the extra stuff that's in
the template for a collapsible project adds a bunch of spaces to the
beginning of the project name due to how the editable plugin is getting
the text for the selector it's being asked to edit.
Using the div tag inside the header tag, and adjusting the javascript to
use the div#project_name selector fixes this behavior and fixes#1204