Update 1.0.69

This commit is contained in:
ultimatemember
2015-03-01 00:44:04 +02:00
parent 34d7192436
commit 6d4ff64995
29 changed files with 511 additions and 37 deletions
+8 -3
View File
@@ -107,6 +107,13 @@ body.um-admin-modal-open {
- Form Inputs
*/
.um-admin-metabox h4 {
font-size: 14px;
background: #f5f5f5;
padding: 8px 4px;
color: #333;
}
.um-admin-metabox p {margin: 10px 0 0 0}
.um-admin-metabox label{
@@ -118,8 +125,6 @@ body.um-admin-modal-open {
color: #666;
}
.um-admin-metabox label strong {color: #222}
.um-admin-metabox input[type=text]:disabled{
opacity: 0.7 !important;
color: #aaa !important;
@@ -154,7 +159,7 @@ body.um-admin-modal-open {
background-color: #fff !important;
}
.um-admin-metabox input[type=text].small {width: 50px}
.um-admin-metabox input[type=text].small {width: 54px}
.um-admin-metabox textarea {min-height: 100px;height: 100px}
.um-admin-metabox textarea.tall {min-height: 200px;height: 200px}