[Redizajn 1KA] - Urejanje --> CSS urejanje teme - v3
This commit is contained in:
parent
999d121a2a
commit
3d94e632aa
@ -10770,10 +10770,23 @@ div#theme-edit-wrap div#theme-preview {
|
|||||||
div#theme-edit-wrap div#theme-preview iframe {
|
div#theme-edit-wrap div#theme-preview iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 600px;
|
height: 600px;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
div#theme-edit-wrap div#theme-preview iframe #preview {
|
div#theme-edit-wrap div#theme-preview iframe #preview {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
div#theme-edit-wrap textarea#css_content {
|
||||||
|
width: 100%;
|
||||||
|
height: 510px;
|
||||||
|
font-family: "Courier";
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
div#theme-edit-wrap div.button_holder.css_edit {
|
||||||
|
margin-top: 32px !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
border: none !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset#theme-upload h2 {
|
fieldset#theme-upload h2 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -10786,19 +10799,6 @@ fieldset#theme-upload h2 span.name {
|
|||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea#css_content {
|
|
||||||
width: 100%;
|
|
||||||
height: 514px;
|
|
||||||
font-family: "Courier";
|
|
||||||
}
|
|
||||||
|
|
||||||
div.button_holder.css_edit {
|
|
||||||
margin-top: 32px !important;
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
border: none !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme_header {
|
.theme_header {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -212,8 +212,7 @@ div.page_tema {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Oblika - prilagoditev teme
|
// Urejanje teme (preview okno na desni)
|
||||||
|
|
||||||
div#theme-edit-wrap{
|
div#theme-edit-wrap{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -222,6 +221,7 @@ div#theme-edit-wrap{
|
|||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
//Oblika - prilagoditev teme
|
||||||
|
|
||||||
// < Leva stran (editor)
|
// < Leva stran (editor)
|
||||||
div#theme-editor {
|
div#theme-editor {
|
||||||
@ -361,9 +361,29 @@ div#theme-edit-wrap{
|
|||||||
#preview {
|
#preview {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Oblika - CSS urejanje teme
|
||||||
|
textarea#css_content{
|
||||||
|
width: 100%;
|
||||||
|
height: 510px;
|
||||||
|
font-family: "Courier";
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.button_holder {
|
||||||
|
|
||||||
|
&.css_edit {
|
||||||
|
margin-top: 32px !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
border: none !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -387,26 +407,6 @@ fieldset#theme-upload {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Oblika - CSS urejanje teme
|
|
||||||
|
|
||||||
textarea#css_content{
|
|
||||||
width: 100%;
|
|
||||||
height: 514px;
|
|
||||||
font-family: "Courier";
|
|
||||||
}
|
|
||||||
|
|
||||||
div.button_holder {
|
|
||||||
|
|
||||||
&.css_edit {
|
|
||||||
margin-top: 32px !important;
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
border: none !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Skopiran stari styling
|
// Skopiran stari styling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user