"Undo" icon in device port sidebar to reset form to defaults
Squashed commit of the following: commit204f5627e0Author: Oliver Gorwits <oliver@cpan.org> Date: Fri Sep 20 22:33:32 2013 +0100 update undo icon link commit49399301b9Merge:905a192ce604caAuthor: Oliver Gorwits <oliver@cpan.org> Date: Fri Sep 20 21:04:56 2013 +0100 Merge branch 'master' into og-reset-cookie commit905a192426Author: Oliver Gorwits <oliver@cpan.org> Date: Fri Sep 20 21:04:18 2013 +0100 fix tooltip z-index bug, add undo icon commit3377518634Author: Oliver Gorwits <oliver@cpan.org> Date: Fri Sep 13 08:36:16 2013 +0100 reset params used in query
This commit is contained in:
@@ -340,7 +340,16 @@ td > form.nd_inline-form {
|
||||
|
||||
.nd_sidebar-pin {
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-top: 8px;
|
||||
margin-left: -16px;
|
||||
font-size: 15px;
|
||||
color: #555;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nd_sidebar-reset {
|
||||
float: left;
|
||||
margin-top: 27px;
|
||||
margin-left: -16px;
|
||||
font-size: 15px;
|
||||
color: #555;
|
||||
@@ -349,7 +358,7 @@ td > form.nd_inline-form {
|
||||
|
||||
#nd_sidebar-toggle-img-in {
|
||||
float: left;
|
||||
margin-top: -9px;
|
||||
margin-top: -10px;
|
||||
margin-left: -16px;
|
||||
font-size: 15px;
|
||||
color: #555;
|
||||
|
||||
Reference in New Issue
Block a user