Skip to content
Snippets Groups Projects
Commit 13ca1c6a authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #9585 from owncloud/design-fix-public-footer

move public page footer rules from sharing app to core so it is used by other apps too
parents c51c93c8 498adda0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment