78 lines
884 B
SCSS
78 lines
884 B
SCSS
.html_content_form{
|
|
|
|
|
|
|
|
|
|
|
|
#ace_editor_pre{
|
|
position:relative;
|
|
width:100%;
|
|
height:400px;
|
|
background:white;
|
|
border:1px solid #353535;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.large{
|
|
position:fixed;
|
|
top:0px;
|
|
left:0px;
|
|
bottom:0px;
|
|
right:0px;
|
|
background:white;
|
|
z-index:2000 !important;
|
|
|
|
|
|
#ace_editor_pre{
|
|
position:absolute;
|
|
top:10px;
|
|
left:10px;
|
|
bottom:50px;
|
|
right:10px;
|
|
width:inherit;
|
|
height:inherit;
|
|
|
|
|
|
}
|
|
|
|
.action{
|
|
|
|
position:absolute;
|
|
|
|
bottom:15px;
|
|
right:5px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img_link_portlet {
|
|
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
h3 {
|
|
color: RGB(91, 67, 46); }
|
|
.image_file {
|
|
float: left;
|
|
margin-right: 10px; }
|
|
.title, .description {
|
|
margin-left: 130px; }
|
|
.title a, .description a {
|
|
color: #604435;
|
|
text-decoration: none; } }
|
|
|