no message
This commit is contained in:
12
css/edit.css
12
css/edit.css
@@ -50,7 +50,10 @@
|
||||
border-radius: 10px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#edit .edit-container .title-input {
|
||||
#edit .edit-container .title-box {
|
||||
position: relative;
|
||||
}
|
||||
#edit .edit-container .title-box .title-input {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
border: none;
|
||||
@@ -63,6 +66,13 @@
|
||||
padding: 0 36px;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
#edit .edit-container .title-box .sum {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
color: #555;
|
||||
font-size: 14px;
|
||||
}
|
||||
#edit .edit-container .editor-toolbar {
|
||||
height: 36px;
|
||||
background-color: #fbfbfb;
|
||||
|
||||
Reference in New Issue
Block a user