background-color: #2C77AE !important
}
-aside, .menu-popup, .fc-state-highlight, a.off, .autocomplete {
+aside, right_aside, .menu-popup, .fc-state-highlight, a.off, .autocomplete {
color: #989898 !important;
background-color: #252C33 !important;
border-right: 1px solid #D2D2D2;
aside {
border-right: 1px solid #D2D2D2;
}
+
+right_aside {
+ border-left: 1px solid #D2D2D2;
+}
/* background-color: #FFFFF9; */
background-color: #fffafa;
}
-
height: calc(100% - 54px);
}
+right_aside {
+ top: 44px;
+}
+
section {
top: 44px;
}
}
right_aside {
- width: 0px;
- top: 32px;
display: none;
+ vertical-align: top;
+ width: 185px;
+ padding-top: 10px;
+ padding-right: 20px;
+ padding-bottom: 0px;
+ padding-left: 10px;
+ background-color: #FFFFFF;
+ font-size: 13px;
+ overflow-y: auto;
+ z-index: 2;
+ line-height: 17px;
+ color: #737373;
+ box-shadow: 1px 2px 0px 0px #D8D8D8;
+ top: 32px;
+ position: absolute;
+ margin-left: calc(100% - 215px);
}
/* aside */
right_aside {
- vertical-align: top;
- width: 185px;
- padding-top: 10px;
- padding-right: 20px;
- padding-bottom: 0px;
- padding-left: 10px;
- background-color: #FFFFFF;
- font-size: 13px;
- overflow-y: auto;
- z-index: 2;
- line-height: 17px;
- color: #737373;
- top: 44px;
- position: absolute;
-/* position: fixed;
- height: calc(100% - 54px); */
display: block;
- margin-left: calc(100% - 215px);
- box-shadow: 1px 2px 0px 0px #D8D8D8;
}
#forumlist-sidebar {