kopia lustrzana https://github.com/wagtail/wagtail
ongoing tweaks
rodzic
bcf5f397d7
commit
1ecb03c62f
|
@ -57,7 +57,7 @@ max z-index: unknown;
|
|||
}
|
||||
|
||||
&:hover{
|
||||
background:@color-teal;
|
||||
background:@color-teal-dark;
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ max z-index: unknown;
|
|||
}
|
||||
|
||||
&:hover{
|
||||
background:@color-teal
|
||||
background:@color-teal-dark;
|
||||
}
|
||||
}
|
||||
.dl-subviewopen > .children,
|
||||
|
|
|
@ -575,7 +575,10 @@ ul.inline li:first-child, li.inline:first-child{
|
|||
}
|
||||
.field input{
|
||||
padding-left:3em;
|
||||
background-color:white;
|
||||
|
||||
&:focus{
|
||||
background-color:white;
|
||||
}
|
||||
}
|
||||
.field:before{
|
||||
position:absolute;
|
||||
|
@ -619,11 +622,16 @@ ul.inline li:first-child, li.inline:first-child{
|
|||
}
|
||||
.field input{
|
||||
padding:0.4em 1.4em 0.4em 2em;
|
||||
|
||||
&:focus{
|
||||
background-color:white;
|
||||
}
|
||||
}
|
||||
.field:before{
|
||||
font-size:1.4em;
|
||||
top:0.45em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -195,7 +195,7 @@ img{
|
|||
.menu-images &.menu-images,
|
||||
.menu-search &.menu-search,
|
||||
.menu-explorer &.menu-explorer{
|
||||
background:#222;
|
||||
background:darken(@color-grey-1, 10%);
|
||||
|
||||
a{
|
||||
color:white;
|
||||
|
@ -710,7 +710,7 @@ footer, .logo{
|
|||
display:none;
|
||||
}
|
||||
img{
|
||||
width:80px;
|
||||
width:60px;
|
||||
float:none;
|
||||
margin:auto;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% if last_edits %}
|
||||
<div class="panel nice-padding row-flush">{# TODO try moving these classes onto the section tag #}
|
||||
<div class="panel nice-padding">{# TODO try moving these classes onto the section tag #}
|
||||
<section>
|
||||
<h2>Your most recent edits</h2>
|
||||
<table class="listing">
|
||||
|
|
Ładowanie…
Reference in New Issue