diaspora/public/stylesheets/sass/popup.scss
2011-09-14 11:23:12 -07:00

105 lines
1.4 KiB
SCSS

// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
@import "mixins";
body, html{
padding: 20px;
}
body, html, header, footer, ul{
padding: 0;
margin: 0;
}
header,
footer{
width: 100%;
left: 0;
}
header{
top: 0;
}
footer{
bottom: 0;
padding: 5px 0;
color: #444;
}
header{
position: relative;
font-size: 12px;
padding-top: 8px;
padding-bottom: 0px;
font-weight: 700;
color: #fff;
vertical-align: top;
margin-bottom: 20px;
#asterisk{
position: relative;
margin-right: 3px;
top: -2px;
left: 10px;
margin-right: 14px;
}
}
footer{
position: absolute;
background-color: #eee;
border-top: 1px solid #ccc;
bottom: 0;
left: 0;
}
#popup-contents{
width: 700px;
text-align:center;
}
#popup-content-left,
#popup-content-right{
text-align: left;
display: inline-block;
vertical-align: top;
padding: 20px;
}
#popup-content-left{
width: 400px;
}
#popup-content-right{
width: 200px;
border-left: 3px solid #555;
text-align: center;
}
ul#requested-scopes{
padding-left: 20px;
margin-top: 5px;
li{
position: relative;
padding: 5px;
padding-left: 50px;
min-height: 40px;
margin-bottom: 15px;
}
.scope-photo{
height: 35px;
width: 35px;
left: 0;
position: absolute;
*{
max-height: 100%;
max-width: 100%;
}
}
}