mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
cleanup footer styles, append account links to footer link menu
This commit is contained in:
+30
-28
@@ -2181,7 +2181,8 @@ img.wiki-image {
|
||||
/* About Section
|
||||
------------------------------------------------------- */
|
||||
|
||||
.about-block {
|
||||
#footer {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
right:0;
|
||||
bottom:0;
|
||||
@@ -2192,21 +2193,27 @@ img.wiki-image {
|
||||
transition: opacity 200ms;
|
||||
}
|
||||
|
||||
.about-block:hover {
|
||||
#footer:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#about {
|
||||
text-align: right;
|
||||
margin-right: 10px;
|
||||
#scale-block {
|
||||
display: table-cell;
|
||||
vertical-align: bottom;
|
||||
width: 250px;
|
||||
height: 30px;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#info-block {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
#scale {
|
||||
position:relative;
|
||||
float:left;
|
||||
height:20px;
|
||||
width:100%;
|
||||
padding:5px;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#scale text {
|
||||
@@ -2223,6 +2230,12 @@ img.wiki-image {
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
#about-list {
|
||||
text-align: right;
|
||||
margin-right: 10px;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.source-switch a {
|
||||
padding: 2px 4px 4px 4px;
|
||||
border-radius: 2px;
|
||||
@@ -2262,29 +2275,18 @@ img.wiki-image {
|
||||
content: ', ';
|
||||
}
|
||||
|
||||
/* API Status */
|
||||
|
||||
.api-status {
|
||||
float: left;
|
||||
float: right;
|
||||
clear: both;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.api-status.offline,
|
||||
.api-status.readonly {
|
||||
.api-status.readonly,
|
||||
.api-status.error {
|
||||
background: red;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
/* Account Information */
|
||||
|
||||
.account {
|
||||
float: left;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.account .logout {
|
||||
margin-left:10px;
|
||||
border-left: 1px solid white;
|
||||
padding-left: 10px;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
/* Modals
|
||||
|
||||
Reference in New Issue
Block a user