| 1 |
/** |
| 2 |
* All of the CSS for your admin-specific functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
|
| 6 |
.wpcomplete-settings { |
| 7 |
margin-right: 350px; |
| 8 |
} |
| 9 |
|
| 10 |
.wpcomplete-settings .content { |
| 11 |
width: 100%; |
| 12 |
float: left; |
| 13 |
} |
| 14 |
|
| 15 |
.wpcomplete-settings .sidebar { |
| 16 |
float: right; |
| 17 |
margin-right: -350px; |
| 18 |
width: 330px; |
| 19 |
padding-right: 20px; |
| 20 |
} |
| 21 |
|
| 22 |
.wpcomplete-settings .sidebar ul { |
| 23 |
list-style: inside disc; |
| 24 |
} |
| 25 |
|
| 26 |
.wpcomplete-settings .postbox h2 { |
| 27 |
font-size: 14px; |
| 28 |
padding: 8px 12px; |
| 29 |
margin: 0; |
| 30 |
line-height: 1.4; |
| 31 |
border-bottom: 1px solid #eee; |
| 32 |
-webkit-user-select: none; |
| 33 |
} |
| 34 |
|
| 35 |
.profeature:after { |
| 36 |
content: "PRO FEATURE"; |
| 37 |
display: inline-block; |
| 38 |
color: #fff; |
| 39 |
background: #9d9fcf; |
| 40 |
border-radius: 2px; |
| 41 |
font-size: 10px; |
| 42 |
font-weight: 700; |
| 43 |
padding: 3px 8px; |
| 44 |
margin: 10px 0; |
| 45 |
line-height: 1; |
| 46 |
} |
| 47 |
|
| 48 |
/* PREMIUM: */ |
| 49 |
#completion_redirect_to { |
| 50 |
padding: 3px 8px; |
| 51 |
font-size: 1.7em; |
| 52 |
line-height: 100%; |
| 53 |
height: 1.7em; |
| 54 |
width: 100%; |
| 55 |
outline: 0; |
| 56 |
margin: 0 0 3px; |
| 57 |
background-color: #fff; |
| 58 |
} |
| 59 |
|