Form Elements : input background icon hidden

- Problem solved. The left icon appears now when sidebar is closed ( not
missing anymore ).
pull/343/head
Nicolae Gabriel 2016-12-06 15:38:22 +02:00
parent ad53d4e70e
commit 78b002b252
2 changed files with 8 additions and 2 deletions

View File

@ -260,10 +260,13 @@
.nav-sm .menu_section {
margin: 0; }
.nav-sm span.fa,
.nav-sm .menu_section h3 {
display: none; }
.nav-sm li li span.fa {
display: inline-block; }
@ -2021,8 +2024,11 @@ legend {
height: 23px;
color: #bbb;
line-height: 24px;
font-size: 15px; }
font-size: 15px;
}
.form-control-feedback.left {
border-right: 1px solid #ccc;
left: 13px; }

File diff suppressed because one or more lines are too long