mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix some real-world issues with invitation styles
This commit is contained in:
parent
423ef8d36f
commit
3a92a54cd5
@ -47,6 +47,7 @@
|
||||
#mibew-invitation-popup h1,
|
||||
#mibew-invitation-popup p,
|
||||
#mibew-invitation-close a {
|
||||
background: transparent !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
#mibew-invitation-popup h1 {
|
||||
@ -61,6 +62,7 @@
|
||||
text-align: left !important;
|
||||
padding-left: 40px !important;
|
||||
display: inline-block !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
#mibew-invitation-close {
|
||||
float: right !important;
|
||||
@ -74,6 +76,9 @@
|
||||
font-weight: normal !important;
|
||||
color: #9d9d9d !important;
|
||||
margin: 0 4px 0 4px !important;
|
||||
padding: 0px !important;
|
||||
border: 0 !important;
|
||||
width: auto !important;
|
||||
}
|
||||
#mibew-invitation-close a,
|
||||
#mibew-invitation-close a:link,
|
||||
|
@ -47,6 +47,7 @@
|
||||
#mibew-invitation-popup h1,
|
||||
#mibew-invitation-popup p,
|
||||
#mibew-invitation-close a {
|
||||
background: transparent !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
#mibew-invitation-popup h1 {
|
||||
@ -61,6 +62,7 @@
|
||||
text-align: left !important;
|
||||
padding-left: 40px !important;
|
||||
display: inline-block !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
#mibew-invitation-close {
|
||||
float: right !important;
|
||||
@ -74,6 +76,9 @@
|
||||
font-weight: normal !important;
|
||||
color: white !important;
|
||||
margin: 0 4px 0 4px !important;
|
||||
padding: 0px !important;
|
||||
border: 0 !important;
|
||||
width: auto !important;
|
||||
}
|
||||
#mibew-invitation-close a,
|
||||
#mibew-invitation-close a:link,
|
||||
|
Loading…
Reference in New Issue
Block a user