Explorar el Código

Add live style previews to profile edit page

undefined
spaghetti hace 9 años
committed by Tomochin
padre
commit
5f7905ae72
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      static/styles/global.css

+ 1
- 3
static/styles/global.css Ver fichero

@@ -518,13 +518,11 @@ tr.torrent .bookmark>a:after {
.preview_wrapper { .preview_wrapper {
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 29%;
height: 120px;
width: 40%;
margin: 0 10px; margin: 0 10px;
} }
.preview_image { .preview_image {
display: block; display: block;
height: 80px;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
} }


Cargando…
Cancelar
Guardar