Skip to content
Snippets Groups Projects
Commit 7823a23e authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Merge branch 'feature/fix-css' into 'develop'

Fix css

See merge request framasoft/framadate!258
parents 05223bfd 2fd590fa
No related branches found
No related tags found
No related merge requests found
......@@ -163,8 +163,12 @@ header form .input-group .input-group-btn {
.editor-toolbar {
margin-top: 10px;
background-color: #eee;
}
#poll_comments {
margin-top: 10px;
}
h4.control-label {
display: inline-block;
......@@ -274,6 +278,10 @@ table.results thead th {
text-overflow:ellipsis;
}
table.results thead th img {
max-width: 100%;
}
table.results thead .btn {
margin: 0 auto;
display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment