fix broken css selector
This commit is contained in:
@@ -528,7 +528,7 @@ td > form.nd_inline-form {
|
|||||||
/* sidebar submit button width and spacing */
|
/* sidebar submit button width and spacing */
|
||||||
|
|
||||||
/* when the sidebar submit button DOES NOT HAVE a dropdown */
|
/* when the sidebar submit button DOES NOT HAVE a dropdown */
|
||||||
.nd_sidebar button:not(.nd_sidebar-btn-drop, .nd_sidebar-btn-drop-drop ) {
|
.nd_sidebar button:not(.nd_sidebar-btn-drop):not(.nd_sidebar-btn-drop-drop) {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
width: 165px;
|
width: 165px;
|
||||||
|
|||||||
Reference in New Issue
Block a user