diff --git a/web/autoescape.gif b/web/autoescape.gif new file mode 100644 index 00000000..0070e30e Binary files /dev/null and b/web/autoescape.gif differ diff --git a/web/css/styles.min.css b/web/css/styles.min.css index 79a48121..01515922 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -989,8 +989,9 @@ div.l-content > div.l-separator:nth-of-type(4) { } .l-sort-toolbar .sort-by b { - text-transform: lowercase; + text-transform: uppercase; padding-left: 3px; + font-size: 12px; } .l-sort-toolbar .toggle-all:hover { @@ -1753,7 +1754,7 @@ div.l-content > div.l-separator:nth-of-type(4) { background-position: -78px -442px; } -.actions-panel__mail i { +.actions-panel__.l-icon-starmail i { background-position: -1px -324px; } .actions-panel__mail:hover a { @@ -1890,7 +1891,6 @@ div.l-content > div.l-separator:nth-of-type(4) { } .l-icon-star:hover { - -background-position: -130px 560px; background-position: 0px 560px; } @@ -1900,7 +1900,7 @@ div.l-content > div.l-separator:nth-of-type(4) { } .l-unit:hover .l-icon-star { - display: inline-block; + /*display: inline-block;*/ } @@ -2670,4 +2670,65 @@ form#vstobjects.suspended { } .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) { -background-color: #dfdedd; -} \ No newline at end of file +} + +.shortcuts { + background: rgba(50, 50, 50, 0.9); + display: inline-block; + position: fixed; + right: 20%; + bottom: 0; + color: #eee; + width: 800px; + border: 1px solid #333; +} +.shortcuts .header { + border-bottom: 1px solid #333; + height: 43px; +} +.shortcuts .title { + text-transform: uppercase; + color: #ffcc00; + padding: 7px 0 7px 14px; + display: inline-block; + float: left; + font-size: 11px; + letter-spacing: 3px; +} +.shortcuts .close { + background: url("/images/sprite.png") repeat scroll -408px -469px; + cursor: pointer; + display: inline-block; + float: right; + height: 32px; + padding-top: 11px; + width: 46px; +} +.shortcuts .close:hover { + background-color: #000; + +} +.shortcuts .close:active { + background-color: #55c9c0; +} +.shortcuts ul { + list-style-type: none; + padding: 30px 15px; + display: inline-block; + float: left; +} +.shortcuts ul li { + padding: 5px 20px; +} +.shortcuts ul li.step-top { + padding-bottom: 30px; +} +.shortcuts ul li span { + color: #48F4EF; + display: inline-block; + font-weight: bold; + padding: 0 20px 0 0; + text-align: right; + width: 140px; +} + diff --git a/web/images/sprite.png b/web/images/sprite.png index d748d17a..cb9be74e 100644 Binary files a/web/images/sprite.png and b/web/images/sprite.png differ