Skip to content
Snippets Groups Projects
Commit a6a04845 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

move checkbox to left of table

parent 25131804
No related branches found
No related tags found
1 merge request!47Evol/redmine ticket 11083 full responsive design
...@@ -912,6 +912,17 @@ and also iPads specifically. ...@@ -912,6 +912,17 @@ and also iPads specifically.
.center { .center {
text-align: right !important; text-align: right !important;
} }
#table-features {
margin-left: 1em;
width: calc(100% - 1em);
}
.ui.checkbox {
position: absolute;
left: -1.75em;
top: 5em;
}
} }
</style> </style>
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