summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css50
1 files changed, 28 insertions, 22 deletions
diff --git a/css/styles.css b/css/styles.css
index 8e208a1..ae09f78 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1069,27 +1069,27 @@ table.login tr td {
/*
##############################
- # Infowin support styles for EPG-Boxes
+ # Styles for EPG-Boxes
##############################
*/
-.info-win div.caption {
+div.caption {
padding: 2px 0px 0px 5px;
}
-.info-win div.epg_content {
+div.epg_content {
padding: 0px 0px 7px 0px;
margin: 0px 0px 0px 0px;
background: transparent url(img/bg_tools.png) top left repeat-y;
- border: 0px;
+ border: 1px solid black;
overflow: hidden;
}
-.info-win div.epg_content div {
+div.epg_content div {
margin-left: 35px;
}
-.info-win div.epg_content div.epg_tools {
+div.epg_content div.epg_tools {
float: left;
width: 26px;
margin: 0;
@@ -1100,59 +1100,65 @@ table.login tr td {
vertical-align: top;
}
-.info-win div.epg_content div div {
- margin-left: 0px;
-}
-
-/*
-.info-win div.epg_content div div.progress div {
+div.epg_content div div {
margin-left: 0px;
}
-*/
-.info-win div.epg_content div.epg_tools img {
+div.epg_content div.epg_tools img {
margin: 2px 5px;
}
-.info-win span.epg_images img.epg_image {
+span.epg_images img.epg_image {
width: 100%;
}
+/* some adaptions when shown in info-win subwindow */
+
+/*
+.info-win div.epg_content div div.progress div {
+ margin-left: 0px;
+}
+*/
+
.info-win div.boxheader {
display: none;
}
+.info-win div.epg_content {
+ border: 0px;
+}
+
/* ##############################
- # About box
+ # Style adaptions for About box
##############################
*/
-.info-win div.epg_content div.about_left {
+div.epg_content div.about_left {
text-align: right;
float: left;
width: 175px;
}
-.info-win div.epg_content div.about_right {
+div.epg_content div.about_right {
padding-left: 200px;
}
-.info-win div.epg_content div.about_line {
+div.epg_content div.about_line {
padding-left: 0px;
}
-.info-win div.epg_content div.about_head {
+div.epg_content div.about_head {
font-weight: bold;
margin-left: -9px;
padding-top: 6px;
}
-.info-win div.epg_content div.about_head div {
+div.epg_content div.about_head div {
padding-bottom: 6px;
margin-left: 0px;
}
-.info-win div.epg_content div.about_head div div {
+div.epg_content div.about_head div div {
padding: 2px 0px 2px 10px;
background: #E9EFFF;
border-top: 1px solid #C0C1DA;