Skip to content

Commit 16ca690

Browse files
committed
css improvements
1 parent 2289b2d commit 16ca690

File tree

3 files changed

+66
-5
lines changed

3 files changed

+66
-5
lines changed

web/autoescape.gif

14.8 KB
Loading

web/css/styles.min.css

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -989,8 +989,9 @@ div.l-content > div.l-separator:nth-of-type(4) {
989989
}
990990

991991
.l-sort-toolbar .sort-by b {
992-
text-transform: lowercase;
992+
text-transform: uppercase;
993993
padding-left: 3px;
994+
font-size: 12px;
994995
}
995996

996997
.l-sort-toolbar .toggle-all:hover {
@@ -1753,7 +1754,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
17531754
background-position: -78px -442px;
17541755
}
17551756

1756-
.actions-panel__mail i {
1757+
.actions-panel__.l-icon-starmail i {
17571758
background-position: -1px -324px;
17581759
}
17591760
.actions-panel__mail:hover a {
@@ -1890,7 +1891,6 @@ div.l-content > div.l-separator:nth-of-type(4) {
18901891
}
18911892

18921893
.l-icon-star:hover {
1893-
-background-position: -130px 560px;
18941894
background-position: 0px 560px;
18951895
}
18961896

@@ -1900,7 +1900,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
19001900
}
19011901

19021902
.l-unit:hover .l-icon-star {
1903-
display: inline-block;
1903+
/*display: inline-block;*/
19041904
}
19051905

19061906

@@ -2670,4 +2670,65 @@ form#vstobjects.suspended {
26702670
}
26712671
.ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
26722672
-background-color: #dfdedd;
2673-
}
2673+
}
2674+
2675+
.shortcuts {
2676+
background: rgba(50, 50, 50, 0.9);
2677+
display: inline-block;
2678+
position: fixed;
2679+
right: 20%;
2680+
bottom: 0;
2681+
color: #eee;
2682+
width: 800px;
2683+
border: 1px solid #333;
2684+
}
2685+
.shortcuts .header {
2686+
border-bottom: 1px solid #333;
2687+
height: 43px;
2688+
}
2689+
.shortcuts .title {
2690+
text-transform: uppercase;
2691+
color: #ffcc00;
2692+
padding: 7px 0 7px 14px;
2693+
display: inline-block;
2694+
float: left;
2695+
font-size: 11px;
2696+
letter-spacing: 3px;
2697+
}
2698+
.shortcuts .close {
2699+
background: url("/images/sprite.png") repeat scroll -408px -469px;
2700+
cursor: pointer;
2701+
display: inline-block;
2702+
float: right;
2703+
height: 32px;
2704+
padding-top: 11px;
2705+
width: 46px;
2706+
}
2707+
.shortcuts .close:hover {
2708+
background-color: #000;
2709+
2710+
}
2711+
.shortcuts .close:active {
2712+
background-color: #55c9c0;
2713+
}
2714+
.shortcuts ul {
2715+
list-style-type: none;
2716+
padding: 30px 15px;
2717+
display: inline-block;
2718+
float: left;
2719+
}
2720+
.shortcuts ul li {
2721+
padding: 5px 20px;
2722+
}
2723+
.shortcuts ul li.step-top {
2724+
padding-bottom: 30px;
2725+
}
2726+
.shortcuts ul li span {
2727+
color: #48F4EF;
2728+
display: inline-block;
2729+
font-weight: bold;
2730+
padding: 0 20px 0 0;
2731+
text-align: right;
2732+
width: 140px;
2733+
}
2734+

web/images/sprite.png

379 Bytes
Loading

0 commit comments

Comments
 (0)