fix feautes list break li

stable
Juanfran 2014-08-14 14:29:55 +02:00
parent 58b01da401
commit 2c94ee0ce7
2 changed files with 8 additions and 2 deletions

View File

@ -94,4 +94,4 @@ block content
input(type="text", ng-model="project.videoconferences_salt",
placeholder="If you want you can append a salt code to the name of the chat room")
input(type="submit", class="hidden")
a.button.button-green(href="") Save
a.button.button-green(href="") Save

View File

@ -1,5 +1,7 @@
.admin-functionalities {
form {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.functionality {
@ -8,12 +10,16 @@
background-color: $whitish;
display: inline-block;
margin-bottom: .3rem;
margin-right: .3rem;
min-height: 14px;
opacity: .5;
padding: 1rem;
position: relative;
vertical-align: top;
width: 33%;
width: 32%;
&:nth-child(3n+1) {
margin-right: 0;
}
&.active {
background-color: #e9f0da;
opacity: 1;