Skip to content

Commit

Permalink
Merge pull request #9585 from owncloud/design-fix-public-footer
Browse files Browse the repository at this point in the history
move public page footer rules from sharing app to core so it is used by other apps too
  • Loading branch information
jancborchardt committed Jul 28, 2014
2 parents c51c93c + 498adda commit 13ca1c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
16 changes: 0 additions & 16 deletions apps/files_sharing/css/public.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
padding-top:80px;
}

footer {
margin-top: 65px;
}

p.info {
color: #777;
text-align: center;
margin: 0 auto;
padding: 20px 0;
}

p.info a {
color:#777;
font-weight:700;
}

#imgframe {
height:75%;
padding-bottom:32px;
Expand Down
22 changes: 22 additions & 0 deletions core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,28 @@ div.crumb:active {
opacity: 0;
}


/* public footer */
#body-public footer {
margin-top: 65px;
text-align: center;
}

#body-public footer .info {
color: #777;
text-align: center;
margin: 0 auto;
padding: 20px 0;
}

#body-public footer .info a {
color: #777;
font-weight: bold;
padding: 13px;
margin: -13px;
}


/* LEGACY FIX only - do not use fieldsets for settings */
fieldset.warning legend, fieldset.update legend {
top: 18px;
Expand Down

0 comments on commit 13ca1c6

Please sign in to comment.