|
@@ -93,12 +93,15 @@ a.j-s-button:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.j-s-button.main {
|
|
.j-s-button.main {
|
|
|
|
+ min-width: 100px;
|
|
height: auto;
|
|
height: auto;
|
|
|
|
+ padding: 3px 12px;
|
|
color: #fff;
|
|
color: #fff;
|
|
border-color: #2ABED1;
|
|
border-color: #2ABED1;
|
|
background-color: #2ABED1;
|
|
background-color: #2ABED1;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
|
+ border: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.j-s-button.main:hover {
|
|
.j-s-button.main:hover {
|
|
@@ -363,6 +366,9 @@ body .menu-vip-button {
|
|
color: #6F3D03;
|
|
color: #6F3D03;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.go-to-workspace{
|
|
|
|
+ padding: 3px 10px!important;
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
#tips,
|
|
#tips,
|