|
@@ -91,7 +91,7 @@ a, button {outline:none !important; text-decoration:none !important;}
|
91
|
91
|
|
92
|
92
|
/* ITP_WRAPPER */
|
93
|
93
|
#ITP_WRAPPER {width:100%; height:100%; min-width:1400px;}
|
94
|
|
-#ITP_CONTENT_WRAPPER {width:100%;}
|
|
94
|
+#ITP_CONTENT_WRAPPER {width:100%; height:96%;}
|
95
|
95
|
#ITP_OVERLAY {position:fixed; display:none; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background:rgba(250,250,250,.8); z-index:1060;}
|
96
|
96
|
|
97
|
97
|
/* ITP_LOGIN */
|
|
@@ -150,7 +150,11 @@ a, button {outline:none !important; text-decoration:none !important;}
|
150
|
150
|
#ITP_HEADER .itp_menu a {color:#000; font-size:13px; text-decoration:none;}
|
151
|
151
|
#ITP_HEADER .itp_out {width:70px; height:30px; float:left; border:1px solid #333; line-height: 28px; background:#fff; margin-top:10px; border-radius: 10px; padding:0 4px;}
|
152
|
152
|
#ITP_HEADER .itp_out a {padding:8.4px; color:#000; font-size:11px; text-decoration:none;}
|
153
|
|
-#ITP_HEADER .itp_tabs {position:relative; z-index:100; transition:all .25s ease; float:right; width:calc(100% - 240px);}
|
|
153
|
+
|
|
154
|
+#ITP_HEADER #ITP_TAB_BAR.itp_open_tab {width:99.9%;}
|
|
155
|
+/* #ITP_HEADER.itp_open_tab .itp_nav {visibility:visible;}
|
|
156
|
+#ITP_HEADER.itp_open_tab .itp_nav::-webkit-scrollbar{display:none;} */
|
|
157
|
+#ITP_HEADER .itp_tabs {position:relative; z-index:100; transition:all .25s ease; float:right; width:calc(100% - 238px);}
|
154
|
158
|
#ITP_HEADER .itp_tabs .nav-tabs {padding:15px 4px 0 15px; background:#fff;}
|
155
|
159
|
#ITP_HEADER .itp_tabs .nav-tabs > li a {border:1px solid #ddd; background:#f5f5f5; font-size:12px; color:#666; padding:10px 13px 7px 15px; margin-right:6px; outline:none;}
|
156
|
160
|
#ITP_HEADER .itp_tabs .nav-tabs > li a i.glyphicon-remove {font-size:10px; margin-left:4px; cursor:pointer;}
|
|
@@ -159,13 +163,15 @@ a, button {outline:none !important; text-decoration:none !important;}
|
159
|
163
|
|
160
|
164
|
/* ITP_SIDEBAR */
|
161
|
165
|
#ITP_SIDEBAR {width:0px; float:left; margin-left:-2px; height:calc(100vh - 68px); background:#ddd; transition:all .25s ease; border-style:solid; border-color:#ddd; border-width:0 1px 1px 1px;}
|
162
|
|
-#ITP_SIDEBAR.itp_open_nav {width:240px;}
|
|
166
|
+#ITP_SIDEBAR.itp_open_nav {width:240px; height:100%;}
|
163
|
167
|
#ITP_SIDEBAR .itp_nav {list-style:none; margin:0; padding:0; height:100%; overflow-y:scroll; overflow-x:hidden; visibility:hidden;}
|
164
|
168
|
#ITP_SIDEBAR.itp_open_nav .itp_nav {visibility:visible;}
|
|
169
|
+#ITP_SIDEBAR.itp_open_nav .itp_nav::-webkit-scrollbar{display:none;}
|
165
|
170
|
#ITP_SIDEBAR .itp_nav.panel-group .panel+.panel {margin-top:0;}
|
166
|
171
|
#ITP_SIDEBAR .itp_nav .panel-heading {padding:0;}
|
167
|
172
|
#ITP_SIDEBAR .itp_nav .panel-title {line-height:1.1; border-bottom:1px solid #ddd;}
|
168
|
|
-#ITP_SIDEBAR .itp_nav .panel-title a {font-size:14px; display:block; padding:13px 15px; color:#333;}
|
|
173
|
+#ITP_SIDEBAR .itp_nav .panel-title a {font-size:16px; display:block; padding:13px 15px; color:#333;}
|
|
174
|
+#ITP_SIDEBAR .itp_nav .panel-title a:hover{background:#bbb; color:#fff;}
|
169
|
175
|
#ITP_SIDEBAR .itp_nav .panel-title a .glyphicon {font-size:12px;}
|
170
|
176
|
#ITP_SIDEBAR .itp_nav .panel-default {margin-bottom:0; border:none;}
|
171
|
177
|
#ITP_SIDEBAR .itp_nav * {border-radius:0; border-width:1px 0 1px 0;}
|
|
@@ -182,8 +188,8 @@ a, button {outline:none !important; text-decoration:none !important;}
|
182
|
188
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left;}
|
183
|
189
|
|
184
|
190
|
/* ITP_CONTAINER */
|
185
|
|
-#ITP_CONTAINER {height:calc(100vh - 69px); padding:8px; transition:all .25s ease; float:left; width:calc(100% - 240px);background:#fff;}
|
186
|
|
-#ITP_CONTAINER.itp_open_conts {padding-left:8px; width:100%;}
|
|
191
|
+#ITP_CONTAINER {height:calc(100vh - 100px); padding:8px; transition:all .25s ease; float:left; width:calc(100% - 240px);background:#fff;}
|
|
192
|
+#ITP_CONTAINER.itp_open_conts {padding-left:8px; width:99.9%;}
|
187
|
193
|
#ITP_CONTAINER .itp_contents {background:#fff; height:100%;}
|
188
|
194
|
#ITP_CONTAINER .itp_contents .itp_sec {height:100%;}
|
189
|
195
|
#ITP_CONTAINER .itp_contents .itp_cont {display:table; width:100%; height:100%;}
|
|
@@ -243,7 +249,8 @@ a, button {outline:none !important; text-decoration:none !important;}
|
243
|
249
|
#ITP_CONTAINER .itp_detail .itp_det_head .itp_det_tit {font-size:20px; margin:0; padding:0; line-height:42px;}
|
244
|
250
|
#ITP_CONTAINER .itp_detail .itp_det_head .itp_det_tit .glyphicon {color:#F0831E; margin-right:4px;}
|
245
|
251
|
|
246
|
|
-#ITP_CONTAINER .itp_detail .itp_det_in {padding:0px 20px 15px 20px; height:calc(100vh - 127px); overflow-y:scroll;}
|
|
252
|
+#ITP_CONTAINER .itp_detail .itp_det_in {padding:0px 20px 15px 20px; height:calc(100vh - 180px); overflow-y:scroll;}
|
|
253
|
+#ITP_CONTAINER .itp_detail .itp_det_in::-webkit-scrollbar{display:none;}
|
247
|
254
|
#ITP_CONTAINER .itp_detail .itp_cicon {line-height:32px; height:32px;}
|
248
|
255
|
#ITP_CONTAINER .itp_detail .itp_cicon .btn-default {color:#fff; background-color:rgb(109, 110, 114); border-color:rgb(109, 110, 114);}
|
249
|
256
|
#ITP_CONTAINER .itp_detail .itp_cicon .itp_store {display:inline-block; vertical-align:middle; font-size:13px; margin-right:10px;}
|