diff options
author | thlo <t.lohmar@gmx.de> | 2013-07-24 20:32:03 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-07-24 20:32:03 +0200 |
commit | 66d5e7f95f2f1c3c51bd73f86466a8bd2f16fbc7 (patch) | |
tree | 3e8d88ad1c84e9f537d1fa8853ddd00f200760d0 /smarttv-client/CSS | |
parent | c47e5227a1d1f47f74c67bc6b2d70b5f57e34339 (diff) | |
download | vdr-plugin-smarttvweb-66d5e7f95f2f1c3c51bd73f86466a8bd2f16fbc7.tar.gz vdr-plugin-smarttvweb-66d5e7f95f2f1c3c51bd73f86466a8bd2f16fbc7.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 {
|