Fix ribbon geometry: 200px container, 300px band, nowrap, proper positioning
This commit is contained in:
parent
9a0bd60df0
commit
5131450014
1 changed files with 8 additions and 7 deletions
15
common.css
15
common.css
|
|
@ -802,8 +802,8 @@ textarea.markup-editor-textarea {
|
|||
top: 0;
|
||||
right: 0;
|
||||
z-index: 99;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
@ -811,13 +811,14 @@ textarea.markup-editor-textarea {
|
|||
.corner-ribbon a {
|
||||
display: block !important;
|
||||
position: absolute !important;
|
||||
right: -60px;
|
||||
top: 55px;
|
||||
width: 380px;
|
||||
padding: 22px 0;
|
||||
right: -55px;
|
||||
top: 30px;
|
||||
width: 300px;
|
||||
padding: 18px 0;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-size: 15px;
|
||||
font-weight: bold !important;
|
||||
white-space: nowrap !important;
|
||||
color: #ffffff !important;
|
||||
background: linear-gradient(135deg, #7B2D8E, #9B59B6, #7B2D8E) !important;
|
||||
background-size: 200% auto !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue