Commit a43c88b58a43c86f5a104315d98fa3b272d956c1

Sidebar css fixws
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

209 margin-left: -250px;209 margin-left: -250px;
210 left: 20px;210 left: 20px;
211 margin-top:0px;211 margin-top:0px;
212 width: 265px;
212 width: 270px;
213 background: #f0f0f0;213 background: #f0f0f0;
214 position: fixed;214 position: fixed;
215 height: auto;215 height: auto;
221 -o-transition: all .4s ease 0s;221 -o-transition: all .4s ease 0s;
222 -ms-transition: all .4s ease 0s;222 -ms-transition: all .4s ease 0s;
223 transition: all .4s ease 0s;223 transition: all .4s ease 0s;
224 border-right: 4px solid #727272;
224 box-shadow: 1px 1px 1px #262525;
225 border-left: none;
225 padding-right: 5px;226 padding-right: 5px;
226 padding-left: 5px;
227 padding-left: 10px;
227}228}
228229
229.sidebar-link a{230.sidebar-link a{