fix-checkbox-margin (#5288)

This commit is contained in:
Shreya Shah 2018-03-29 11:52:29 +05:30 committed by Faris Ansari
parent b175c3c555
commit 19a8ef39c1
4 changed files with 0 additions and 9 deletions

View file

@ -636,9 +636,6 @@ li.user-progress .progress-bar {
margin-right: -20px;
margin-left: 0px;
}
.checkbox .disp-area {
margin-left: -20px;
}
.text-editor {
height: 400px;
background-color: white;

View file

@ -539,7 +539,6 @@ h6.uppercase,
color: #f5f7fa;
margin-right: 5px;
margin-bottom: -2px;
margin-left: 20px;
}
.like-disabled-input.for-description {
font-weight: normal;

View file

@ -497,10 +497,6 @@ li.user-progress {
margin-left: 0px;
}
.checkbox .disp-area {
margin-left: -20px;
}
.text-editor {
height: 400px;
background-color: white;

View file

@ -673,7 +673,6 @@ h6.uppercase, .h6.uppercase {
color: @navbar-bg;
margin-right: 5px;
margin-bottom: -2px;
margin-left: 20px;
}
.like-disabled-input.for-description {