Improve sidebar css (fix #593)

This commit is contained in:
Frederic Guillot 2015-02-08 10:59:05 -05:00
parent 00b9508d81
commit 696cd9535c
2 changed files with 8 additions and 0 deletions

View File

@ -1911,11 +1911,14 @@ a.task-board-nobody {
/* sidebar */
.sidebar-container {
margin-top: 10px;
position: relative;
clear: both;
}
.sidebar-content {
margin-left: 23%;
width: 76%;
position: absolute;
}
.sidebar {
@ -1943,6 +1946,7 @@ a.task-board-nobody {
.sidebar-content {
margin: 0;
margin-top: 20px;
width: 100%;
}
}
/* responsive design */

View File

@ -1,11 +1,14 @@
/* sidebar */
.sidebar-container {
margin-top: 10px;
position: relative;
clear: both;
}
.sidebar-content {
margin-left: 23%;
width: 76%;
position: absolute;
}
.sidebar {
@ -33,5 +36,6 @@
.sidebar-content {
margin: 0;
margin-top: 20px;
width: 100%;
}
}