mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
deemphasize footer.
This commit is contained in:
+11
-1
@@ -1101,7 +1101,8 @@ img.tile {
|
||||
------------------------------------------------------- */
|
||||
|
||||
.about-block {
|
||||
height: 40px;
|
||||
padding: 5px;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
right:0px;
|
||||
bottom:0px;
|
||||
@@ -1109,9 +1110,18 @@ img.tile {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
border-radius: 0;
|
||||
opacity: .625;
|
||||
-webkit-transition: opacity 200ms;
|
||||
-moz-transition: opacity 200ms;
|
||||
transition: opacity 200ms;
|
||||
}
|
||||
|
||||
.about-block:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#about {
|
||||
height: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user