sjy-ecos/public/css/mod.css

65 lines
840 B
CSS
Raw Normal View History

2016-12-23 10:16:12 +00:00
.treeview { overflow-y:auto; }
.treeview .list-group-item {
padding:5px !important;
}
body {
padding-top:70px;
}
2016-12-27 02:38:37 +00:00
img {
vertical-align:middle;
border:0 none;
}
2016-12-23 10:16:12 +00:00
#map {
height:444px;
width:99%;
}
.row-grid {
padding-bottom:15px;
margin-bottom:15px;
2016-12-24 18:53:44 +00:00
}
.text-cont {
line-height:38px;
text-indent:2em;
2016-12-27 02:38:37 +00:00
}
.rendered_html img, .rendered_html svg {
height:auto;
max-width:100%;
}
.rendered_html img {
display:block;
margin-left:auto;
margin-right:auto;
}
.text_cell.rendered .rendered_html {
overflow-x:auto;
overflow-y:hidden;
}
div.text_cell_render {
border-style:none;
box-sizing:border-box;
color:#000;
outline:medium none;
padding:0.5em 0.5em 0.5em 0.4em;
resize:none;
width:inherit;
}
.rendered_html ul {
list-style:outside none disc;
margin:0 2em;
padding-left:0;
}
.rendered_html p {
text-align:left;
2016-12-23 10:16:12 +00:00
}