mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Revert "Revert "Theme compatibility fixes""
This reverts commit 1db8b0f23c.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
}
|
||||
|
||||
.um-modal {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
@@ -55,10 +57,14 @@
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
-webkit-border-radius: 0 0 3px 3px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
|
||||
.um-modal-body.photo {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
|
||||
background: #888;
|
||||
@@ -66,6 +72,8 @@
|
||||
}
|
||||
|
||||
.um-modal-body.photo img {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
@@ -82,6 +90,8 @@
|
||||
}
|
||||
|
||||
.um-modal-header {
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
-webkit-border-radius: 3px 3px 0 0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
@@ -116,6 +126,8 @@
|
||||
line-height: 34px !important;
|
||||
height: 34px;
|
||||
display: inline-block;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
padding: 0 20px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user