client/css: fix lists in comments css inheritance

Markdown lists in comments inherited some unwanted CSS rules. The fix is
to make the culprit rules apply to more specific elements.
This commit is contained in:
rr-
2016-12-22 23:37:30 +01:00
parent 40fa118cca
commit cf24d63fa4
16 changed files with 107 additions and 107 deletions

View File

@ -4,17 +4,15 @@ form
display: block
width: 20em
ul
.input
list-style-type: none
margin: 0 0 1em 0
margin: 0 0 2em 0
padding: 0
li
margin-top: 1.2em
label
display: block
padding: 0.3em 0
.input
margin-bottom: 2em
.input li:first-child label:not(.radio):not(.checkbox):not(.file-dropper),
.input li:first-child
padding-top: 0

View File

@ -106,7 +106,7 @@
text-align: left
label
display: none
display: none !important
form
width: auto
margin-bottom: 0.75em

View File

@ -39,6 +39,10 @@ $cancel-button-color = tomato
margin-top: 1em
.uploadables-container
list-style-type: none
margin: 0
padding: 0
li
margin: 0 0 1.2em 0

View File

@ -87,7 +87,8 @@ div.tag-input
ul.compact-tags
width: 100%
margin-top: 0.5em
margin: 0.5em 0 0 0
padding: 0
li
margin: 0
width: 100%

View File

@ -41,7 +41,7 @@
.tag-list-header
label
display: none
display: none !important
text-align: left
form
width: auto

View File

@ -28,7 +28,7 @@
.user-list-header
label
display: none
display: none !important
text-align: left
form
width: auto