Files
danbooru/app/assets/stylesheets/specific/pools.css.scss
Lightforger d5d68fcff9 fixes #1482
#content was removed a while ago.
2013-05-02 10:00:34 +03:00

70 lines
902 B
SCSS

@import "../common/000_vars.css.scss";
div#c-pool-elements {
div#a-new {
font-size: 0.8em;
form {
margin-bottom: 1em;
}
li {
margin-left: 1em;
cursor: pointer;
}
h1 {
font-size: $h3_size;
}
}
}
div#c-pools {
h1 {
font-size: $h2_size;
}
textarea {
height: 10em;
}
span.inactive {
color: #AAA;
}
div#a-show {
div#description {
margin-bottom: 1em;
}
}
}
div#c-pool-orders {
h1 {
font-size: $h2_size;
}
div#a-edit {
ul.ui-sortable {
list-style-type: none;
li {
cursor: pointer;
margin-right: 20px;
margin-bottom: 20px;
width: 150px;
padding: 10px;
@include inline-block;
}
li.ui-state-default {
background: none;
}
li.ui-state-placeholder {
background: none;
}
}
}
}