summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/istreamdev.css3
-rw-r--r--css/theme.css3
2 files changed, 5 insertions, 1 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css
index ffcbbf7..63cdba8 100644
--- a/css/istreamdev.css
+++ b/css/istreamdev.css
@@ -347,6 +347,9 @@ font-size: 14px;
font-weight: bold;
display: block;
color: white;
+text-overflow: ellipsis;
+overflow: hidden;
+white-space: nowrap;
text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
ul.edgetoedge span.epgtime {
diff --git a/css/theme.css b/css/theme.css
index 7fe4575..a0c2c74 100644
--- a/css/theme.css
+++ b/css/theme.css
@@ -433,7 +433,8 @@ div#jqt.landscape .toolbar > h1 {
#jqt ul.edgetoedge li {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
font-size: 14px;
- margin-bottom: -3px;
+ margin-bottom: -1px;
+ border-bottom: 2px solid #333333;
}
#jqt ul.edgetoedge li.sep {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));