css bug on editor page
This commit is contained in:
parent
aae2d11a95
commit
259cf57b69
|
@ -161,14 +161,12 @@ p {
|
|||
|
||||
.navControls {
|
||||
background-color:lightgrey;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
border-bottom-style:solid;
|
||||
border-bottom-width:1px;
|
||||
font-size:13px;
|
||||
margin-left: -10px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
/* margin-left: -10px; */
|
||||
}
|
||||
|
||||
#bin {
|
||||
|
@ -208,8 +206,11 @@ p {
|
|||
}
|
||||
|
||||
#addElements {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color:lightgrey;
|
||||
padding-left:40px;
|
||||
padding-left:0px;
|
||||
padding-top:15px;
|
||||
height:60px;
|
||||
background-color:grey;
|
||||
|
@ -254,6 +255,10 @@ p {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.binResources {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.textbox_canvas_toolbox a {
|
||||
color:white;
|
||||
text-decoration:none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user