Project

General

Profile

« Previous | Next » 

Revision 09ce8a63

Added by Ori Rabin almost 9 years ago

Fixes #4419 - rearranging smart class parameters edit form

View differences:

app/assets/stylesheets/application.scss
height: 100vh !important;
width: 100vw !important;
}
.expander {
cursor: pointer;
*cursor: hand;
.caret{
border-width: 8px;
transform: rotate(0deg);
transition-duration: 0.8s;
}
&.collapsed .caret{
transform: rotate(-90deg);
}
}
.btn-fullscreen{
margin-right: 10px;
}

Also available in: Unified diff