This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/components/com_jce/css/layout.css

32 lines
502 B
CSS
Raw Permalink Normal View History

/* CSS Document */
.editor {
background-color: #F0F0EE;
border: 1px solid #eeeeee;
}
ul {
height: 30px;
list-style: none;
vertical-align: middle;
margin:0px;
padding: 0px;
margin-bottom: 1px;
padding-left: 1px;
border: 1px solid #8592B5;
white-space: nowrap;
}
li {
cursor: move;
position: relative;
float: left;
margin-right:1px;
margin-top:1px;
margin-bottom:1px;
border: 1px solid #aaaaaa;
}
li.spacer {
cursor: move;
float: left;
margin: 1px;
}