diff options
author | thlo <smarttv640@gmail.com> | 2013-07-24 20:32:03 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-07-24 20:32:03 +0200 |
commit | 0ecc9a2ca4c3604ef2590fef5b3072417689a7d3 (patch) | |
tree | 3e8d88ad1c84e9f537d1fa8853ddd00f200760d0 /smarttv-client/CSS | |
parent | d8688559455cc3cd86f41e816568d099f07f3800 (diff) | |
download | vdr-plugin-smarttvweb-0ecc9a2ca4c3604ef2590fef5b3072417689a7d3.tar.gz vdr-plugin-smarttvweb-0ecc9a2ca4c3604ef2590fef5b3072417689a7d3.tar.bz2 |
Widget updates:
- Multi-Server Support
- Number key personalization for recordings
- Timezone fix
- Fix in YouTube Handling
- Fix in Helpbar
- Other misc fixes
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 70c01d9..7eaae7a 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -72,6 +72,11 @@ body { #selectNow{
text-align: left;
}
+
+#selectTitle{
+ text-align: right;
+}
+
#selectDisk{
text-align: right;
}
@@ -245,19 +250,19 @@ body { #logoNow {
text-align: left;
font-size:18px;
- width: 35%;
+ width: 25%;
}
#logoTitle {
text-align: center;
font-size:25px;
- width: 30%;
+ width: 50%;
}
#logoDisk {
text-align: right;
font-size:18px;
- width: 35%;
+ width: 25%;
}
/* Right Half */
#rightHalf {
|