Merge branch 'css_fixes' into 'master'

Small CSS fixes and typo correction.



See merge request !5
This commit is contained in:
Luc Didry 2016-09-04 11:51:07 +02:00
commit fde460f83c
2 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ a:hover {
.btn-default:hover,
.btn-default:focus {
color: #333;
text-shadow: none; /* Prevent inheritence from `body` */
text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: 1px solid #fff;
}

View File

@ -53,7 +53,7 @@ a.classic:focus {
.input-field .big-prefix ~ div.select-wrapper {
margin-left: 6rem;
width: 92%;
width: calc(100% - 6rem); }
width: calc(100% - 6rem);
}
@media only screen and (max-width : 992px) {
.input-field .big-prefix ~ input {
@ -72,16 +72,16 @@ a.classic:focus {
line-height: 36px;
}
.textarea-hidden {
position: 'fixed';
position: fixed;
top: 0;
left: 0;
width: '2em';
height: '2em';
width: 2em;
height: 2em;
padding: 0;
border: 'none';
outline: 'none';
boxShadow: 'none';
background: 'transparent';
border: none;
outline: none;
box-shadow: none;
background: transparent;
}
.hiddendiv.common {
min-height: 170px;