Skip to content

Commit

Permalink
Merge pull request owncloud#6 from owncloud/design-css
Browse files Browse the repository at this point in the history
CSS & style fixes
  • Loading branch information
MorrisJobke committed Jun 4, 2014
2 parents d8fddae + 569edbc commit 73ade10
Showing 1 changed file with 38 additions and 9 deletions.
47 changes: 38 additions & 9 deletions css/firstrunwizard.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
#firstrunwizard { margin:12px; text-align:center; }
#firstrunwizard h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
#firstrunwizard h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }
#firstrunwizard {
margin: 12px;
text-align: center;
}

#firstrunwizard h1 {
font-size: 40px;
margin: 50px 0 20px;
}

#firstrunwizard h2 {
font-size: 20px;
margin: 35px 0 10px;
}

#firstrunwizard .appsmall { height:16px; width:16px; position:relative; top:3px; }
#firstrunwizard .appsmall {
height: 16px;
width: 16px;
position: relative;
}
#firstrunwizard .appsmall-calendar,
#firstrunwizard .appsmall-contacts {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; filter:alpha(opacity=65); opacity:.65;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
opacity: .65;
}

#firstrunwizard p a { font-weight:bold; }
#firstrunwizard p a:hover, #firstrunwizard p a:focus { color:#444; }
#firstrunwizard .footnote { margin-top:40px; }
#firstrunwizard p a {
font-weight: bold;
}
#firstrunwizard p a:hover,
#firstrunwizard p a:focus {
color: #444;
}
#firstrunwizard .footnote {
margin-top: 40px;
}

#firstrunwizard .close { position:absolute; top:0; right:0; padding:20px; }
#firstrunwizard .close {
position: absolute;
top: 0;
right: 0;
padding: 20px;
}

0 comments on commit 73ade10

Please sign in to comment.