#168: Improved countdown control buttons.
This commit is contained in:
parent
760bb415ae
commit
5581ed1222
Binary file not shown.
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 484 B |
Binary file not shown.
Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 501 B |
Binary file not shown.
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 511 B |
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
/*.projector_countdown_spinval {*/
|
/*.projector_countdown_spinval {*/
|
||||||
#countdown_time {
|
#countdown_time {
|
||||||
width: 40px;
|
width: 22px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -63,25 +63,23 @@
|
|||||||
left: 35px;
|
left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.projector_countdown_btn {
|
.projector_countdown_btn img {
|
||||||
margin-top: auto;
|
padding-top: 8px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* countdown control buttons */
|
/* countdown control buttons */
|
||||||
.play{
|
.play{
|
||||||
background:url(../images/icons/play.png) no-repeat 0px 0px;
|
background:url(../images/icons/play.png) no-repeat 0px 0px;
|
||||||
text-indent:22px !important;
|
text-indent: 14px !important;
|
||||||
height: 22px !important;
|
|
||||||
}
|
}
|
||||||
.pause{
|
.pause{
|
||||||
background:url(../images/icons/pause.png) no-repeat 0px 0px;
|
background:url(../images/icons/pause.png) no-repeat 0px 0px;
|
||||||
text-indent:22px !important;
|
text-indent: 14px !important;
|
||||||
height: 22px !important;
|
|
||||||
}
|
}
|
||||||
.backward{
|
.backward{
|
||||||
background:url(../images/icons/skip-backward.png) no-repeat 0px 0px;
|
background:url(../images/icons/skip-backward.png) no-repeat 0px 0px;
|
||||||
text-indent:22px !important;
|
text-indent: 14px !important;
|
||||||
height: 22px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* iframe */
|
/* iframe */
|
||||||
|
@ -203,7 +203,7 @@
|
|||||||
<a id="countdown_set" class="projector_countdown_btn" href="{% url countdown_set_default %}" title="{% trans 'Save as default' %}">
|
<a id="countdown_set" class="projector_countdown_btn" href="{% url countdown_set_default %}" title="{% trans 'Save as default' %}">
|
||||||
<img src="{% static 'images/icons/document-save.png' %}" />
|
<img src="{% static 'images/icons/document-save.png' %}" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="projector_countdown_btn" href="{% url countdown_reset %}" title="{% trans 'Reset countdown' %}" onclick="javascript:switchButtons('play')"><button
|
<a class="projector_countdown_btn" href="{% url countdown_reset %}" title="{% trans 'Reset countdown' %}" onclick="javascript:switchButtons('play')"><button
|
||||||
type="submit" class="button" style="padding:4px;" name='message-clean'>
|
type="submit" class="button" style="padding:4px;" name='message-clean'>
|
||||||
<span class="icon backward"> </span>
|
<span class="icon backward"> </span>
|
||||||
|
@ -288,7 +288,7 @@ label {
|
|||||||
display:block;
|
display:block;
|
||||||
padding:5px 0;
|
padding:5px 0;
|
||||||
}
|
}
|
||||||
input[type="text"], input[type="email"], input[type="password"], textarea, select {
|
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
|
||||||
background:none repeat scroll 0 0 #F7F7F7;
|
background:none repeat scroll 0 0 #F7F7F7;
|
||||||
border:1px solid #CCCCCC;
|
border:1px solid #CCCCCC;
|
||||||
outline:medium none;
|
outline:medium none;
|
||||||
@ -297,7 +297,7 @@ input[type="text"], input[type="email"], input[type="password"], textarea, selec
|
|||||||
width: 400px;
|
width: 400px;
|
||||||
size:800px;
|
size:800px;
|
||||||
}
|
}
|
||||||
input[type="text"], input[type="email"], input[type="password"] {
|
input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
|
||||||
height:17px;
|
height:17px;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
|
Loading…
Reference in New Issue
Block a user