pull/3/head
Dave Cranwell 2014-02-05 17:42:07 +00:00
rodzic bcf5f397d7
commit 1ecb03c62f
4 zmienionych plików z 14 dodań i 6 usunięć

Wyświetl plik

@ -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,

Wyświetl plik

@ -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;
}
}
}
}

Wyświetl plik

@ -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;
}

Wyświetl plik

@ -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">