Skip to content
Snippets Groups Projects
Commit 0ac40cbd 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
...@@ -751,7 +751,7 @@ export default { ...@@ -751,7 +751,7 @@ export default {
@media screen and (min-width: 767px) { @media screen and (min-width: 767px) {
.twelve-wide { .twelve-wide {
width: 75%; width: 75% !important;
} }
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
...@@ -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