65 lines
No EOL
929 B
SCSS
65 lines
No EOL
929 B
SCSS
// Place all the styles related to the users controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.allMetacodes {
|
|
float:left;
|
|
}
|
|
|
|
.allMetacodes span {
|
|
margin:4px 8px;
|
|
color:#67AF9F;
|
|
}
|
|
|
|
.editMetacodes {
|
|
z-index:12;
|
|
width:auto;
|
|
color: #67AF9F;
|
|
padding:10px;
|
|
float:left;
|
|
}
|
|
|
|
.editMetacodes ul {
|
|
display:block;
|
|
}
|
|
|
|
.editMetacodes ul li {
|
|
clear:both;
|
|
list-style-type:none;
|
|
display:block;
|
|
padding:3px;
|
|
}
|
|
|
|
.editMetacodes ul img {
|
|
width:40px;
|
|
height:40px;
|
|
float:left;
|
|
}
|
|
|
|
.editMetacodes ul p {
|
|
float:left;
|
|
display: block;
|
|
margin: 0;
|
|
background: none;
|
|
padding: 10px 4px 2px 4px;
|
|
}
|
|
|
|
.editMetacodes #filters-one {
|
|
float:left;
|
|
}
|
|
|
|
.editMetacodes #filters-two {
|
|
float:left;
|
|
}
|
|
|
|
.editMetacodes #filters-three {
|
|
float:left;
|
|
}
|
|
|
|
.editMetacodes #filters-four {
|
|
float:left;
|
|
}
|
|
|
|
.editMetacodes li.toggledOff {
|
|
opacity: 0.4;
|
|
} |