mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
fix: rename module to web_widget_text_markdown
This commit is contained in:
26
web_widget_text_markdown/static/src/css/main.css
Normal file
26
web_widget_text_markdown/static/src/css/main.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.openerp .oe_form .oe_form_field_markdown .oe_form_text_content {
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
background-color: #eee;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.oe_form_text_markdown pre {
|
||||
background-color: #333;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
|
||||
font-size: 13px!important;
|
||||
}
|
||||
|
||||
.md-editor.md-fullscreen-mode {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.md-editor.md-fullscreen-mode .md-header {
|
||||
top: 70px;
|
||||
}
|
||||
Reference in New Issue
Block a user