From 7f8459c5d7eceea32ffafcc04c606ac85b6c4c78 Mon Sep 17 00:00:00 2001 From: Kristjan Vaga Date: Tue, 10 Nov 2015 11:23:11 +0200 Subject: [PATCH 1/2] Fix some sponsors not clickable. --- tabs/landing.css | 1 - 1 file changed, 1 deletion(-) diff --git a/tabs/landing.css b/tabs/landing.css index dd7ae5c4..ee079310 100755 --- a/tabs/landing.css +++ b/tabs/landing.css @@ -178,7 +178,6 @@ .changelog_wrapper { right:0px; - width:400px; height:100%; position:absolute; } From f05305041f2ee61ba7f5971b88e11b484c359035 Mon Sep 17 00:00:00 2001 From: Kristjan Vaga Date: Tue, 10 Nov 2015 11:23:31 +0200 Subject: [PATCH 2/2] Fix disabled button jump when becoming enabled. --- main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.css b/main.css index bc47cdb6..59d0c98b 100644 --- a/main.css +++ b/main.css @@ -535,12 +535,12 @@ input[type="number"]::-webkit-inner-spin-button { #tabs ul { /* overflow-y: auto; do not force scrollbars as it renders blank stripe on some user agents */ - + } #tabs.logopen ul { /* Cause the height to shrink to contain its floated contents while log is open */ - + } .header-wrapper .mode-connected { @@ -959,7 +959,7 @@ dialog { cursor: default; color: #fff; background-color: #AFAFAF; - border: none; + border: 1px solid #AFAFAF; pointer-events: none; text-shadow: none; opacity: 0.5; @@ -1407,12 +1407,12 @@ dialog { body { /*font-size: 11px;*/ /* lets see if we really need this? */ - + } .tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-dataflash, .tab-firmware_flasher, .tab-gps, .tab-help, .tab-led-strip, .tab-logging, .tab-modes, .tab-motors, .tab-pid_tuning, .tab-ports, .tab-receiver, .tab-sensors, .tab-servos { - + } .cf_table td { padding-top: 2px; @@ -1423,7 +1423,7 @@ dialog { } .default_btn a { /*font-size:11px;*/ - + } #tabs li a { font-family: 'open_sansregular', Arial; @@ -1484,4 +1484,4 @@ dialog { height: calc(100% - 81px); overflow-y: auto; } -} \ No newline at end of file +}