Merge pull request #31 from wanderzell/GUI-rework-skaman82

Small fixes (sponsors not clickable + disabled button jump on toolbar)
10.3.x-maintenance
Albert Kravcov 2015-11-10 10:28:10 +01:00
commit b94156d9bb
2 changed files with 7 additions and 8 deletions

View File

@ -535,12 +535,12 @@ input[type="number"]::-webkit-inner-spin-button {
#tabs ul { #tabs ul {
/* overflow-y: auto; do not force scrollbars as it renders blank stripe on some user agents */ /* overflow-y: auto; do not force scrollbars as it renders blank stripe on some user agents */
} }
#tabs.logopen ul { #tabs.logopen ul {
/* Cause the height to shrink to contain its floated contents while log is open */ /* Cause the height to shrink to contain its floated contents while log is open */
} }
.header-wrapper .mode-connected { .header-wrapper .mode-connected {
@ -959,7 +959,7 @@ dialog {
cursor: default; cursor: default;
color: #fff; color: #fff;
background-color: #AFAFAF; background-color: #AFAFAF;
border: none; border: 1px solid #AFAFAF;
pointer-events: none; pointer-events: none;
text-shadow: none; text-shadow: none;
opacity: 0.5; opacity: 0.5;
@ -1407,12 +1407,12 @@ dialog {
body { body {
/*font-size: 11px;*/ /*font-size: 11px;*/
/* lets see if we really need this? */ /* lets see if we really need this? */
} }
.tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-dataflash, .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-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 { .tab-pid_tuning, .tab-ports, .tab-receiver, .tab-sensors, .tab-servos {
} }
.cf_table td { .cf_table td {
padding-top: 2px; padding-top: 2px;
@ -1423,7 +1423,7 @@ dialog {
} }
.default_btn a { .default_btn a {
/*font-size:11px;*/ /*font-size:11px;*/
} }
#tabs li a { #tabs li a {
font-family: 'open_sansregular', Arial; font-family: 'open_sansregular', Arial;
@ -1484,4 +1484,4 @@ dialog {
height: calc(100% - 81px); height: calc(100% - 81px);
overflow-y: auto; overflow-y: auto;
} }
} }

View File

@ -178,7 +178,6 @@
.changelog_wrapper { .changelog_wrapper {
right:0px; right:0px;
width:400px;
height:100%; height:100%;
position:absolute; position:absolute;
} }