mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update dropdown width so that Configure Facebook Login fits nicely in one line
This commit is contained in:
committed by
David Greenspan
parent
60e6e09c54
commit
776c482ac5
@@ -83,7 +83,7 @@
|
||||
|
||||
//////////////////// LOGIN BUTTONS
|
||||
|
||||
@login-buttons-accounts-dialog-width: 178px;
|
||||
@login-buttons-accounts-dialog-width: 198px;
|
||||
#login-buttons {
|
||||
|
||||
.display-inline-block();
|
||||
@@ -105,7 +105,6 @@
|
||||
cursor: pointer;
|
||||
.unselectable();
|
||||
padding: 4px 8px;
|
||||
height: 20px;
|
||||
|
||||
font-size: 80%;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, default;
|
||||
@@ -218,7 +217,7 @@
|
||||
@meteor-accounts-base-padding: 8px;
|
||||
|
||||
.accounts-dialog {
|
||||
border: 1px solid #666;
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
z-index: 1000;
|
||||
background: white;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user