Dashboard should not show multiple columns when details are shown

This commit is contained in:
Thomas Gelf 2014-03-06 09:22:38 +00:00
parent e930df4c54
commit 16d5c93fa5
1 changed files with 8 additions and 6 deletions

View File

@ -162,12 +162,6 @@ html {
text-decoration: underline; text-decoration: underline;
} }
#layout.twocols .dashboard > div.container {
width: 96%;
margin-left: 2%;
margin-right: 2%;
}
.content { .content {
padding: 1em; padding: 1em;
} }
@ -255,3 +249,11 @@ html {
left: 0; left: 0;
} }
} }
#layout.twocols .dashboard > div.container {
width: 96%;
margin-left: 2%;
margin-right: 2%;
}