Project

General

Profile

« Previous | Next » 

Revision b3ac878a

Added by Tomer Brisker over 8 years ago

Fixes #11466, #11462 - Improve layout of textareas

View differences:

app/assets/stylesheets/application.scss
td{
vertical-align: top
}
&.condensed {
margin-bottom: 0;
textarea {
border-color: #f5f5f5;
background-color: #f5f5f5;
@include box-shadow(none);
resize: none;
cursor: text;
}
&.error textarea {
border-color: #b94a48;
}
&.warning textarea {
border-color: #c09853;
}
}
}
.avatar {
......
}
}
.btn-fullscreen{
margin-right: 10px;
}
.error-message{
padding-right: 10px;
}

Also available in: Unified diff