Skip to content

Commit

Permalink
Re-compiled main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 20, 2012
1 parent ebf70af commit 403d36d
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions ckan/public/base/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6900,28 +6900,29 @@ header.masthead .account .button {
-moz-box-shadow: inset 0 1px 0 #007094;
box-shadow: inset 0 1px 0 #007094;
}
header.masthead .account .button.logout {
margin: 2px 0 2px 5px;
padding: 4px 6px 2px 6px;
}
header.masthead .account .image {
margin: 2px 0;
padding: 0 4px 0 0;
padding: 0;
overflow: hidden;
font-size: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
header.masthead .account .image i {
display: none;
vertical-align: -1px;
}
header.masthead .account .image img {
opacity: 0.7;
border-right: 1px solid #00536b;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
header.masthead .account .logout {
margin: 2px 0 2px 5px;
padding: 4px 6px 2px 6px;
}
header.masthead .account .notifications {
padding: 4px 8px 3px 8px;
Expand Down Expand Up @@ -6981,7 +6982,18 @@ header.masthead .debug {
color: rgba(255, 255, 255, 0.5);
line-height: 1.2;
}
.js header.masthead .account .button.logout {
.js header.masthead .account .image {
padding-right: 4px;
}
.js header.masthead .account .image i {
display: inline;
}
.js header.masthead .account .image img {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.js header.masthead .account .logout {
display: none;
}
.site-footer {
Expand Down

0 comments on commit 403d36d

Please sign in to comment.