updated frontpage and video
Двоичные данные
i/f1Icon.png
До Ширина: | Высота: | Размер: 271 B После Ширина: | Высота: | Размер: 389 B |
Двоичные данные
i/screenshot_01.png
До Ширина: | Высота: | Размер: 31 KiB После Ширина: | Высота: | Размер: 27 KiB |
Двоичные данные
i/step-01.png
До Ширина: | Высота: | Размер: 4.1 KiB После Ширина: | Высота: | Размер: 4.1 KiB |
Двоичные данные
i/step-02.png
До Ширина: | Высота: | Размер: 5.2 KiB После Ширина: | Высота: | Размер: 4.2 KiB |
|
@ -98,7 +98,7 @@
|
|||
<div id="movie" class="c3">
|
||||
<div class="corner tl"></div>
|
||||
<div class="corner tr"></div>
|
||||
<iframe src="http://player.vimeo.com/video/16548313?title=0&byline=0&portrait=0" width="700" height="446" frameborder="0"></iframe>
|
||||
<iframe src="http://player.vimeo.com/video/17619444?title=0&byline=0&portrait=0" width="700" height="446" frameborder="0"></iframe>
|
||||
</div>
|
||||
<div id="tagline" class="c3">
|
||||
“A browser extension for sharing” <span class="watch">Check out the video to see how it works</span>
|
||||
|
|
|
@ -45,11 +45,12 @@
|
|||
<h1>Configure your sharing settings</h1>
|
||||
<ul>
|
||||
<li class="hbox">
|
||||
<label class="option boxFlex" for="shortcut"><span class="key">F1</span> keyboard shortcut enabled</label>
|
||||
<span class="key">F1</span>
|
||||
<label class="option boxFlex" for="use_accel_key">keyboard shortcut enabled</label>
|
||||
<input type="checkbox" id="use_accel_key">
|
||||
</li>
|
||||
<li class="hbox">
|
||||
<label class="option boxFlex" for="bookmark">Bookmark the links I share</label>
|
||||
<label class="option boxFlex" for="bookmarking">Bookmark the links I share</label>
|
||||
<input type="checkbox" id="bookmarking">
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -310,9 +310,8 @@ ul#tabs li.selected {
|
|||
}
|
||||
|
||||
#settings .key {
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
margin-right: 3px;
|
||||
padding: 5px;
|
||||
margin-right: 10px;
|
||||
padding: 0 3px 0 5px;
|
||||
-moz-border-radius: 4px;
|
||||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(0, 0, 0, 0.3);
|
||||
background: -moz-linear-gradient(#f8f8f8, #dddee0) repeat scroll 0 0 #ecedef;
|
||||
|
|
|
@ -101,6 +101,7 @@ strong {
|
|||
|
||||
#installed img {
|
||||
vertical-align: text-bottom;
|
||||
margin: -1px 4px 0 0;
|
||||
}
|
||||
|
||||
#installClose {
|
||||
|
@ -174,7 +175,8 @@ a#installClose:hover {
|
|||
}
|
||||
|
||||
#header.row button.download img {
|
||||
vertical-align: bottom;
|
||||
vertical-align: middle;
|
||||
margin: -1px 4px 0 0;
|
||||
}
|
||||
|
||||
#header.row button.download span.meta {
|
||||
|
|