Merge branch 'feature/fix-css' into 'develop'
Fix css See merge request framasoft/framadate!258
This commit is contained in:
commit
7823a23e72
@ -163,8 +163,12 @@ header form .input-group .input-group-btn {
|
|||||||
|
|
||||||
|
|
||||||
.editor-toolbar {
|
.editor-toolbar {
|
||||||
|
margin-top: 10px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
#poll_comments {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
h4.control-label {
|
h4.control-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -274,6 +278,10 @@ table.results thead th {
|
|||||||
text-overflow:ellipsis;
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.results thead th img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
table.results thead .btn {
|
table.results thead .btn {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user