commit
cc5974e6c2
|
@ -438,6 +438,7 @@ input[type="submit"] {
|
||||||
color: @ButtonColor;
|
color: @ButtonColor;
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
.rounded(5px);
|
.rounded(5px);
|
||||||
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -700,6 +700,7 @@ input[type="submit"] {
|
||||||
-moz-border-radius: 5px 5px 5px 5px;
|
-moz-border-radius: 5px 5px 5px 5px;
|
||||||
-webkit-border-radius: 5px 5px 5px 5px;
|
-webkit-border-radius: 5px 5px 5px 5px;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
height: 18px;
|
||||||
}
|
}
|
||||||
/** acl **/
|
/** acl **/
|
||||||
#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
|
#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue