Code-Formatierungen und Anpassungen an neue Editoren
This commit is contained in:
@@ -122,6 +122,21 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.min {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
width: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rightBox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rightBox h1 {
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
.submitButton:not(:first-of-type) {
|
||||
float: left;
|
||||
}
|
||||
@@ -290,30 +305,36 @@ li.navclose ul {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#imgHolder {
|
||||
#editor_form .ui-icon {
|
||||
background-image: url('../../css/images/ui-icons_e3000b_256x240.png');
|
||||
}
|
||||
|
||||
#imagePlaceholder {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
left: 22px;
|
||||
margin-bottom: 48px;
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
|
||||
#imgImage {
|
||||
#editImage {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#imgBlende {
|
||||
#imageCover {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
#imgPreview {
|
||||
#imagePreview {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
cursor: move;
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
#blendeTop, #blendeLeft, #blendeRight, #blendeBottom {
|
||||
#coverTop, #coverRight, #coverBottom, #coverLeft {
|
||||
position: absolute;
|
||||
background-color: rgba(255, 255, 255, .7);
|
||||
}
|
||||
@@ -435,6 +456,13 @@ input.subline {
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
padding: 0 11px;
|
||||
}
|
||||
|
||||
#element_title > .min {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#boxtitle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
@@ -481,7 +509,7 @@ input.subline {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#content .sort_handle, #rist_editor .sort_handle {
|
||||
#content .sort_handle, #editor_form .sort_handle {
|
||||
background-color: #ffffff;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@@ -492,7 +520,7 @@ input.subline {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
#content .del_handle, #rist_editor .del_handle {
|
||||
#content .del_handle, #editor_form .del_handle {
|
||||
background-color: #ffffff;
|
||||
position: absolute;
|
||||
right: 24px;
|
||||
@@ -503,7 +531,11 @@ input.subline {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#newSort_box li {
|
||||
#newSort_box {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#newSort_box li, .navSort li {
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
}
|
||||
@@ -519,6 +551,7 @@ input.subline {
|
||||
#imgThumbs img {
|
||||
display: block;
|
||||
float: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wait {
|
||||
|
||||
Reference in New Issue
Block a user