|
@@ -301,15 +301,16 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
301
|
301
|
#ITP_SIDEBAR .itp_nav .itp_svgs_body {padding:0; border-top:0; border-bottom:1px solid #ddd;}
|
302
|
302
|
#ITP_SIDEBAR .itp_nav .itp_svgs {display:flex; align-content:flex-start; flex-direction:column; flex-wrap:wrap; overflow:auto;}
|
303
|
303
|
#ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
|
304
|
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:47px;}
|
305
|
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:5px 10px 5px 17px;}
|
306
|
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:10px;}
|
|
304
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
|
|
305
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
|
|
306
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:8px 10px 5px 17px;}
|
|
307
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:9px;}
|
307
|
308
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:last-child a {padding-bottom:10px;}
|
308
|
309
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a:hover, #ITP_SIDEBAR .itp_nav .itp_svgs li a:active {color:#000; font-weight:bold;}
|
309
|
310
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .glyphicon {font-size:9px; float:left; margin:4px 6px 0 0;}
|
310
|
311
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon {font-size:9px; float:left; margin:4px 6px 0 15px;}
|
311
|
312
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon_5 {font-size:9px; float:left; margin:4px 6px 0 25px;}
|
312
|
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left;}
|
|
313
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left; font-size:14pt;}
|
313
|
314
|
|
314
|
315
|
#ITP_SIDEBAR.itp_open_nav .nav_bottom {position: fixed; width: 70%; left: -0%; background: #eee; opacity: 1; z-index: 13; transition: all 0.5s;}
|
315
|
316
|
#ITP_SIDEBAR.itp_open_nav .nav_bottom .fnMenuNm {color:#0000ff;}
|