mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
deemphasize footer.
This commit is contained in:
12
css/app.css
12
css/app.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ iD.ui = function(context) {
|
||||
.attr('class', 'inspector-wrap fr content col5');
|
||||
|
||||
var about = container.append('div')
|
||||
.attr('class','col12 about-block fillD pad1');
|
||||
.attr('class','col12 about-block fillD');
|
||||
|
||||
about.append('div')
|
||||
.attr('class', 'account')
|
||||
@@ -69,7 +69,7 @@ iD.ui = function(context) {
|
||||
|
||||
var linkList = about.append('ul')
|
||||
.attr('id', 'about')
|
||||
.attr('class', 'pad1 about-block link-list');
|
||||
.attr('class', 'link-list');
|
||||
|
||||
linkList.append('li')
|
||||
.append('a')
|
||||
|
||||
Reference in New Issue
Block a user