Skip to content

Commit 7b93d36

Browse files
committed
css style update
1 parent 07b9335 commit 7b93d36

File tree

1 file changed

+147
-10
lines changed

1 file changed

+147
-10
lines changed

web/css/styles.min.css

Lines changed: 147 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ input[type="checkbox"] {
676676
position: fixed;
677677
width: 100%;
678678
z-index: 100;
679+
height: 34px
679680
}
680681
.l-header a {
681682
font-size: 12px;
@@ -695,6 +696,8 @@ input[type="checkbox"] {
695696

696697
.l-menu {
697698
float: left;
699+
position: fixed;
700+
margin-left: 70px;
698701
}
699702
.l-menu__item {
700703
float: left;
@@ -1591,13 +1594,17 @@ div.l-content > div.l-separator:nth-of-type(4) {
15911594
display: none;
15921595
}
15931596

1597+
body.mobile .l-unit-toolbar__col--right {
1598+
display: block;
1599+
}
1600+
15941601
.l-unit-toolbar .shortcut {
15951602
display: none;
15961603
}
15971604

15981605
.units.active .l-unit.focus .l-unit-toolbar .shortcut {
15991606
display: block;
1600-
background-color: #c8c7c6;
1607+
background-color: #69a298;
16011608
border-radius: 13px;
16021609
color: #fff;
16031610
cursor: pointer;
@@ -2090,11 +2097,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
20902097
height: 36px;
20912098
background-position: -216px 560px;
20922099
cursor: pointer;
2093-
display: none;
2100+
visibility: hidden;
20942101
}
20952102
.l-unit--starred .l-icon-star {
2096-
display: inline-block;
20972103
background-position: -174px 560px;
2104+
visibility: visible;
20982105
}
20992106

21002107
.units.compact .l-icon-star {
@@ -2111,7 +2118,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
21112118
}
21122119

21132120
.l-unit:hover .l-icon-star {
2114-
display: inline-block;
2121+
visibility: visible;
21152122
}
21162123

21172124

@@ -2140,7 +2147,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
21402147
background-position: -198px -281px;
21412148
}
21422149

2143-
2150+
body.mobile .l-icon-to-top,
2151+
body.mobile .l-icon-shortcuts {
2152+
display: none;
2153+
}
21442154

21452155

21462156
.l-icon-star-orange {
@@ -2373,6 +2383,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
23732383
.jump-top {
23742384
margin-top: -60px;
23752385
}
2386+
.jump-small-top {
2387+
margin-top: -12px;
2388+
}
2389+
.float-right {
2390+
display: inline-block;
2391+
float: right;
2392+
}
23762393

23772394
.data a {
23782395
text-decoration: none;
@@ -2410,11 +2427,13 @@ label {
24102427
border-color: #f1f1f1;
24112428
background-color: #f1f1f1;
24122429
}
2413-
2414-
2415-
.vst-input.long{
2416-
width: 580px;
2430+
.vst-input.long {
2431+
width: 832px;
24172432
}
2433+
.vst-input.short {
2434+
width: 200px;
2435+
}
2436+
24182437
.vst-list {
24192438
background-color: #fff;
24202439
border: 1px solid #ccc;
@@ -2669,6 +2688,11 @@ td.hint {
26692688
border: 1px solid #D1D70D;
26702689
background-color: #D1D70D;
26712690
}
2691+
a.button.cancel {
2692+
padding: 8px 38px;
2693+
text-transform: capitalize;
2694+
}
2695+
26722696

26732697
.ui-dialog button.cancel {
26742698
color: #000;
@@ -2987,6 +3011,7 @@ form#vstobjects.suspended {
29873011
width: 800px;
29883012
border: 1px solid #333;
29893013
font-size: 13px;
3014+
z-index: 120;
29903015
}
29913016
.shortcuts .header {
29923017
border-bottom: 1px solid #333;
@@ -3012,7 +3037,6 @@ form#vstobjects.suspended {
30123037
}
30133038
.shortcuts .close:hover {
30143039
background-color: #000;
3015-
30163040
}
30173041
.shortcuts .close:active {
30183042
background-color: #55c9c0;
@@ -3131,3 +3155,116 @@ form#vstobjects.suspended {
31313155
.ui-dialog .ui-dialog-content {
31323156
padding: 10px 26px 30px !important;
31333157
}
3158+
3159+
.helper-container {
3160+
float: right;
3161+
height: 293px;
3162+
margin-bottom: -450px;
3163+
margin-top: 459px;
3164+
padding-top: 3px;
3165+
width: 563px;
3166+
}
3167+
3168+
.context-helper {
3169+
text-transform: uppercase;
3170+
# text-decoration: underline;
3171+
color: #777;
3172+
font-size: 11px;
3173+
cursor: pointer;
3174+
font-weight: bold;
3175+
float: right;
3176+
}
3177+
.context-helper:hover {
3178+
color: #55C9C0;
3179+
}
3180+
.context-helper:active {
3181+
color: #ff6701;
3182+
}
3183+
3184+
3185+
.cron-helper-tabs {
3186+
/* margin-top: 30px;*/
3187+
border: 1px solid #d9d9d9 !important;
3188+
}
3189+
3190+
.cron-helper-tabs a {
3191+
color: #777;
3192+
font-size: 11px;
3193+
font-weight: bold;
3194+
line-height: 30px;
3195+
padding: 0 12px;
3196+
text-transform: uppercase;
3197+
}
3198+
3199+
.cron-helper-tabs a:hover {
3200+
color: #ff6701;
3201+
}
3202+
.cron-helper-tabs a:active {
3203+
color: #55C9C0;
3204+
}
3205+
.cron-helper-tabs .ui-tabs-selected a {
3206+
color: #ff6701;
3207+
}
3208+
3209+
.cron-helper-tabs select {
3210+
font-size: 15px !important;
3211+
}
3212+
.cron-helper-tabs select.short {
3213+
background-position: -388px -604px;
3214+
min-width: 30px;
3215+
width: 70px;
3216+
}
3217+
3218+
.cron-helper-tabs p {
3219+
color: #777;
3220+
font-size: 12px;
3221+
}
3222+
.cron-helper-tabs p span{
3223+
padding-right: 15px;
3224+
padding-left: 25px;
3225+
}
3226+
.cron-helper-tabs p span.first{
3227+
display: inline-block;
3228+
padding-right: 15px;
3229+
width: 100px;
3230+
padding-left: 0;
3231+
}
3232+
3233+
.cron-helper-tabs .button {
3234+
width: auto;
3235+
background-color: #55C9C0;
3236+
border: 1px solid #55C9C0;
3237+
}
3238+
.cron-helper-tabs .button:hover {
3239+
background-color: #5BD8CF;
3240+
border: 1px solid #5BD8CF;
3241+
}
3242+
.cron-helper-tabs .button:active {
3243+
background-color: #4FBCB4;
3244+
border: 1px solid #4FBCB4;
3245+
}
3246+
3247+
.context-helper-close {
3248+
background: rgba(0, 0, 0, 0) url("/images/sprite.png?1446554103") repeat scroll -408px -469px;
3249+
cursor: pointer;
3250+
display: inline-block;
3251+
float: right;
3252+
height: 32px;
3253+
padding-top: 11px;
3254+
width: 46px;
3255+
filter: contrast(50%);
3256+
}
3257+
.context-helper-close:hover {
3258+
background-color: #aaa;
3259+
filter: none;
3260+
}
3261+
.context-helper-close:active {
3262+
background-color: #999;
3263+
filter: none;
3264+
}
3265+
3266+
@media screen and (max-width: 950px) {
3267+
.helper-container {
3268+
display: none;
3269+
}
3270+
}

0 commit comments

Comments
 (0)