|
| 1 | +@media (min-width: 980px) { |
| 2 | + /*-----*/ |
| 3 | + .custom-bar-chart { |
| 4 | + margin-bottom: 40px; |
| 5 | + } |
| 6 | + |
| 7 | +} |
| 8 | + |
| 9 | +@media (min-width: 768px) and (max-width: 979px) { |
| 10 | + |
| 11 | + /*-----*/ |
| 12 | + .custom-bar-chart { |
| 13 | + margin-bottom: 40px; |
| 14 | + } |
| 15 | + |
| 16 | + /*chat room*/ |
| 17 | + |
| 18 | + |
| 19 | +} |
| 20 | + |
| 21 | +@media (max-width: 768px) { |
| 22 | + |
| 23 | + .header { |
| 24 | + position: absolute; |
| 25 | + } |
| 26 | + |
| 27 | + /*sidebar*/ |
| 28 | + |
| 29 | + #sidebar { |
| 30 | + height: auto; |
| 31 | + overflow: hidden; |
| 32 | + position: absolute; |
| 33 | + width: 100%; |
| 34 | + z-index: 1001; |
| 35 | + } |
| 36 | + |
| 37 | + |
| 38 | + /* body container */ |
| 39 | + #main-content { |
| 40 | + margin: 0px!important; |
| 41 | + position: none !important; |
| 42 | + } |
| 43 | + |
| 44 | + #sidebar > ul > li > a > span { |
| 45 | + line-height: 35px; |
| 46 | + } |
| 47 | + |
| 48 | + #sidebar > ul > li { |
| 49 | + margin: 0 10px 5px 10px; |
| 50 | + } |
| 51 | + #sidebar > ul > li > a { |
| 52 | + height:35px; |
| 53 | + line-height:35px; |
| 54 | + padding: 0 10px; |
| 55 | + text-align: left; |
| 56 | + } |
| 57 | + #sidebar > ul > li > a i{ |
| 58 | + /*display: none !important;*/ |
| 59 | + } |
| 60 | + |
| 61 | + #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open { |
| 62 | + margin-right: 10px; |
| 63 | + margin-top: 15px; |
| 64 | + } |
| 65 | + |
| 66 | + #sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow, |
| 67 | + #sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open{ |
| 68 | + margin-top: 15px; |
| 69 | + } |
| 70 | + |
| 71 | + #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li { |
| 72 | + width: 100%; |
| 73 | + } |
| 74 | + #sidebar > ul > li > ul.sub > li > a { |
| 75 | + background: transparent !important ; |
| 76 | + } |
| 77 | + #sidebar > ul > li > ul.sub > li > a:hover { |
| 78 | + |
| 79 | + } |
| 80 | + |
| 81 | + |
| 82 | + /* sidebar */ |
| 83 | + #sidebar { |
| 84 | + margin: 0px !important; |
| 85 | + } |
| 86 | + |
| 87 | + /* sidebar collabler */ |
| 88 | + #sidebar .btn-navbar.collapsed .arrow { |
| 89 | + display: none; |
| 90 | + } |
| 91 | + |
| 92 | + #sidebar .btn-navbar .arrow { |
| 93 | + position: absolute; |
| 94 | + right: 35px; |
| 95 | + width: 0; |
| 96 | + height: 0; |
| 97 | + top:48px; |
| 98 | + border-bottom: 15px solid #282e36; |
| 99 | + border-left: 15px solid transparent; |
| 100 | + border-right: 15px solid transparent; |
| 101 | + } |
| 102 | + |
| 103 | + |
| 104 | + /*---------*/ |
| 105 | + |
| 106 | + .modal-footer .btn { |
| 107 | + margin-bottom: 0px !important; |
| 108 | + } |
| 109 | + |
| 110 | + .btn { |
| 111 | + margin-bottom: 5px; |
| 112 | + } |
| 113 | + |
| 114 | + |
| 115 | + /* full calendar fix */ |
| 116 | + .fc-header-right { |
| 117 | + left:25px; |
| 118 | + position: absolute; |
| 119 | + } |
| 120 | + |
| 121 | + .fc-header-left .fc-button { |
| 122 | + margin: 0px !important; |
| 123 | + top: -10px !important; |
| 124 | + } |
| 125 | + |
| 126 | + .fc-header-right .fc-button { |
| 127 | + margin: 0px !important; |
| 128 | + top: -50px !important; |
| 129 | + } |
| 130 | + |
| 131 | + .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner { |
| 132 | + background: none !important; |
| 133 | + color: #FFFFFF !important; |
| 134 | + } |
| 135 | + |
| 136 | + .fc-state-default, .fc-state-default .fc-button-inner { |
| 137 | + background: none !important; |
| 138 | + } |
| 139 | + |
| 140 | + .fc-button { |
| 141 | + border: none !important; |
| 142 | + margin-right: 2px; |
| 143 | + } |
| 144 | + |
| 145 | + .fc-view { |
| 146 | + top: 0px !important; |
| 147 | + } |
| 148 | + |
| 149 | + .fc-button .fc-button-inner { |
| 150 | + margin: 0px !important; |
| 151 | + padding: 2px !important; |
| 152 | + border: none !important; |
| 153 | + margin-right: 2px !important; |
| 154 | + background-color: #fafafa !important; |
| 155 | + background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important; |
| 156 | + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important; |
| 157 | + background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important; |
| 158 | + background-image: -o-linear-gradient(top, #fafafa, #efefef) !important; |
| 159 | + background-image: linear-gradient(to bottom, #fafafa, #efefef) !important; |
| 160 | + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important; |
| 161 | + -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important; |
| 162 | + -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important; |
| 163 | + box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important; |
| 164 | + -webkit-border-radius: 3px !important; |
| 165 | + -moz-border-radius: 3px !important; |
| 166 | + border-radius: 3px !important; |
| 167 | + color: #646464 !important; |
| 168 | + border: 1px solid #ddd !important; |
| 169 | + text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important; |
| 170 | + text-align: center; |
| 171 | + } |
| 172 | + |
| 173 | + .fc-button.fc-state-disabled .fc-button-inner { |
| 174 | + color: #bcbbbb !important; |
| 175 | + } |
| 176 | + |
| 177 | + .fc-button.fc-state-active .fc-button-inner { |
| 178 | + background-color: #e5e4e4 !important; |
| 179 | + background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important; |
| 180 | + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important; |
| 181 | + background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important; |
| 182 | + background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important; |
| 183 | + background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important; |
| 184 | + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important; |
| 185 | + } |
| 186 | + |
| 187 | + .fc-content { |
| 188 | + margin-top: 50px; |
| 189 | + } |
| 190 | + |
| 191 | + .fc-header-title h2 { |
| 192 | + line-height: 40px !important; |
| 193 | + font-size: 12px !important; |
| 194 | + } |
| 195 | + |
| 196 | + .fc-header { |
| 197 | + margin-bottom:0px !important; |
| 198 | + } |
| 199 | + |
| 200 | + /*--*/ |
| 201 | + |
| 202 | + /*.chart-position {*/ |
| 203 | + /*margin-top: 0px;*/ |
| 204 | + /*}*/ |
| 205 | + |
| 206 | + .stepy-titles li { |
| 207 | + margin: 10px 3px; |
| 208 | + } |
| 209 | + |
| 210 | + /*-----*/ |
| 211 | + .custom-bar-chart { |
| 212 | + margin-bottom: 40px; |
| 213 | + } |
| 214 | + |
| 215 | + /*menu icon plus minus*/ |
| 216 | + .dcjq-icon { |
| 217 | + top: 10px; |
| 218 | + } |
| 219 | + ul.sidebar-menu li ul.sub li a { |
| 220 | + padding: 0; |
| 221 | + } |
| 222 | + |
| 223 | + /*---*/ |
| 224 | + |
| 225 | + .img-responsive { |
| 226 | + width: 100%; |
| 227 | + } |
| 228 | + |
| 229 | +} |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | +@media (max-width: 480px) { |
| 234 | + |
| 235 | + .notify-row, .search, .dont-show , .inbox-head .sr-input, .inbox-head .sr-btn{ |
| 236 | + display: none; |
| 237 | + } |
| 238 | + |
| 239 | + #top_menu .nav > li, ul.top-menu > li { |
| 240 | + float: right; |
| 241 | + } |
| 242 | + .hidden-phone { |
| 243 | + display: none !important; |
| 244 | + } |
| 245 | + |
| 246 | + .chart-position { |
| 247 | + margin-top: 0px; |
| 248 | + } |
| 249 | + |
| 250 | + .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { |
| 251 | + background-color: #ccc; |
| 252 | + border-color:#ccc ; |
| 253 | + } |
| 254 | + |
| 255 | +} |
| 256 | + |
| 257 | +@media (max-width:320px) { |
| 258 | + .login-social-link a { |
| 259 | + padding: 15px 17px !important; |
| 260 | + } |
| 261 | + |
| 262 | + .notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn { |
| 263 | + display: none; |
| 264 | + } |
| 265 | + |
| 266 | + #top_menu .nav > li, ul.top-menu > li { |
| 267 | + float: right; |
| 268 | + } |
| 269 | + |
| 270 | + .hidden-phone { |
| 271 | + display: none !important; |
| 272 | + } |
| 273 | + |
| 274 | + .chart-position { |
| 275 | + margin-top: 0px; |
| 276 | + } |
| 277 | + |
| 278 | + .lock-wrapper { |
| 279 | + margin: 10% auto; |
| 280 | + max-width: 310px; |
| 281 | + } |
| 282 | + .lock-input { |
| 283 | + width: 82%; |
| 284 | + } |
| 285 | + |
| 286 | + .cmt-form { |
| 287 | + display: inline-block; |
| 288 | + width: 75%; |
| 289 | + } |
| 290 | + |
| 291 | +} |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
0 commit comments