diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-05 09:08:56 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-05 09:08:56 +0200 | 
| commit | c29a88af9125b95a43c290c6ed50032c47eb2b06 (patch) | |
| tree | 2e190d7451d2695ce34be2bc701a1a5cdeff1f57 | |
| parent | a4d60a03f68e29e68f341b339f48cae452f8a383 (diff) | |
CSS adjustments for firefox
| l--------- | public/static/v81 (renamed from public/static/v79) | 0 | ||||
| -rw-r--r-- | sass/app.scss | 42 | 
2 files changed, 17 insertions, 25 deletions
| diff --git a/public/static/v79 b/public/static/v81 index 945c9b4..945c9b4 120000 --- a/public/static/v79 +++ b/public/static/v81 diff --git a/sass/app.scss b/sass/app.scss index c9fa45c..8c0c075 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -10,7 +10,7 @@ body {  }  html { -	font-family: Sans-Serif; +	font-family: "Arimo", "Arial", Sans-Serif;  }  a { @@ -316,51 +316,43 @@ div.app {  				left:2px;  			} -			.route { +			.route, .info {  				background-color: transparent;  				font-size:2.1em;  				position:absolute; -				top:1px; -				left:7.7em; +				top: 0; +				left: 7.7em;  				right: 7em; -				height: 1.2em; +				height: 1.5em;  				overflow: hidden; +			} + +			.route {  				color: $route-color;  			}  			.info {  				color: $info-color; -				background-color: transparent; -				font-size:2.1em; -				position:absolute; -				top:1px; -				left:7.7em; -				right: 7em; -				height: 1.2em; -				overflow: hidden;  			} -			.dest { +			.dest, .origin {  				background-color: transparent;  				font-size:4em;  				position:absolute; -				top:0.62em; +				bottom:0;  				left:4em; -				bottom:0px;  				width: 70%;  				overflow: hidden;  				color: $fg;  			} +			.dest { +				background-color: transparent; +				color: $fg; +			} +  			.origin {  				background-color: transparent; -				font-size:4em; -				position:absolute; -				top:0.62em; -				left:4em; -				bottom:0px; -				width: 70%; -				overflow: hidden;  				color: $fg2;  				&:before { @@ -374,7 +366,7 @@ div.app {  				font-weight: bold;  				position: absolute;  				right: 5px; -				bottom: 2px; +				bottom: 0;  				padding-left: 0.2em;  				color: $fg;  			} @@ -389,7 +381,7 @@ div.app {  				font-size:2.3em;  				position:absolute;  				right:5px; -				top:4px; +				top:1px;  				padding-left: 0.2em;  				color: $fg; | 
