Some display fixes in 'Sel video' widget

preferencesAboutTextFull
maximXbs 12 years ago
parent 573d6c4d68
commit 38847278d4
  1. 4
      resources/library/applications/Sel video.wgt/css/main.css
  2. 2
      resources/library/applications/Sel video.wgt/index.html

@ -1,7 +1,6 @@
body{
margin-top:10px;
margin-left:10px;
margin: 0;
font-family:Arial, Sans-serif;
font-size:15px;
color:#444;
@ -104,7 +103,6 @@ body{
}
#embeded-content{
border:1px solid rgb(230,230,230);
position:relative;
z-index:3;
float:left;

@ -143,7 +143,7 @@
top:($("#embeded-content").children(":first").height()-35)/2
});
adaptWidgetSize(5, 13);
adaptWidgetSize(3, 0);
return false;
};

Loading…
Cancel
Save