|
@@ -3183,6 +3183,7 @@ input::-webkit-clear{display:none;}
|
|
|
background: #ea5a60;
|
|
background: #ea5a60;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
border-radius: 100%;
|
|
border-radius: 100%;
|
|
|
|
|
+ top: 10px;
|
|
|
}
|
|
}
|
|
|
.left-nav>ul>li.active .new-dot,.left-nav>ul>li:hover .new-dot{
|
|
.left-nav>ul>li.active .new-dot,.left-nav>ul>li:hover .new-dot{
|
|
|
background: #ea5a60 !important;
|
|
background: #ea5a60 !important;
|
|
@@ -3216,4 +3217,45 @@ input::-webkit-clear{display:none;}
|
|
|
border-top: #e8e8e8 1px dotted;
|
|
border-top: #e8e8e8 1px dotted;
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
border-bottom: #e8e8e8 1px dotted;
|
|
border-bottom: #e8e8e8 1px dotted;
|
|
|
|
|
+}
|
|
|
|
|
+.tab-first{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ background: #f5f5f5;
|
|
|
|
|
+ height: 45px;
|
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
|
+}
|
|
|
|
|
+.tab-first .row{
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+}
|
|
|
|
|
+.tab-first .row a{
|
|
|
|
|
+ width: 190px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ height: 45px;
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ border: #ccc 1px solid;
|
|
|
|
|
+ background: #eaeaea;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+.tab-first .row a.active{
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ color: #d32526;
|
|
|
|
|
+ border: none;
|
|
|
|
|
+}
|
|
|
|
|
+#myquest-public .group-container .btn-group .btn,#myrequest-btn .btn-group .btn{
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ height: 45px;
|
|
|
|
|
+ line-height: 45px;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ margin-left: 26%;
|
|
|
|
|
+}
|
|
|
|
|
+#myquest-public .group-container .btn-group .btn.btn-info,#myrequest-btn .btn-group .btn.btn-info{
|
|
|
|
|
+ border-bottom: #d32526 2px solid !important;
|
|
|
|
|
+ border-radius: 0 !important;
|
|
|
|
|
+}
|
|
|
|
|
+#myquest-public .group-container .btn-group,.view-slide-in #myrequest-btn .btn-group{
|
|
|
|
|
+ width: 190px !important;
|
|
|
}
|
|
}
|