mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- yweb: rework buttons
This commit is contained in:
@@ -48,20 +48,20 @@ button[ytype="edit"]{background-image:url(/images/modify.png);}
|
|||||||
button[ytype="flash"]{background-image:url(/images/flash.png);}
|
button[ytype="flash"]{background-image:url(/images/flash.png);}
|
||||||
|
|
||||||
button[ytype="no"] {
|
button[ytype="no"] {
|
||||||
height: 21px;
|
|
||||||
padding-left: 5px
|
padding-left: 5px
|
||||||
}
|
}
|
||||||
|
|
||||||
/*TODO: input file*/
|
/*TODO: input file*/
|
||||||
button,input[type="button"],input[type="submit"]/*,input[type="file"],input[type="file"] > input[type="button"],input[type="file"] > input[type="text"]*/ {
|
button,input[type="button"],input[type="submit"]/*,input[type="file"],input[type="file"] > input[type="button"],input[type="file"] > input[type="text"]*/ {
|
||||||
|
height: 22px;
|
||||||
border: 1px solid #888888;
|
border: 1px solid #888888;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
button:hover,input[type="button"]:hover,input[type="submit"]:hover/*,input[type="file"]:hover*/ {
|
button:hover,input[type="button"]:hover,input[type="submit"]:hover/*,input[type="file"]:hover*/ {
|
||||||
position:relative;
|
position:relative;
|
||||||
left:1px;
|
left:1px;
|
||||||
top:1px;
|
top:1px;
|
||||||
border: 1px solid #888888;
|
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
margin:0;
|
margin:0;
|
||||||
@@ -394,12 +394,10 @@ tr {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.y_live_button {
|
.y_live_button {
|
||||||
/* font-size: 8pt;
|
|
||||||
height: 22px;*/
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
border: 0 none;
|
||||||
}
|
}
|
||||||
.y_live_bouquets
|
.y_live_bouquets
|
||||||
{
|
{
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.8.0.24
|
version=2.8.0.25
|
||||||
date=25.07.2012
|
date=25.07.2012
|
||||||
type=Release
|
type=Release
|
||||||
info=Port Coolstream
|
info=Port Coolstream
|
||||||
|
Reference in New Issue
Block a user