85 lines
1.2 KiB
SCSS
85 lines
1.2 KiB
SCSS
// Copyright (c) 2010, Diaspora Inc. This file is
|
|
// licensed under the Affero General Public License version 3 or later. See
|
|
// the COPYRIGHT file.
|
|
|
|
@import "mixins";
|
|
|
|
|
|
body, html, header, footer, ul{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
header,
|
|
footer{
|
|
width: 100%;
|
|
}
|
|
|
|
header{
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
vertical-align: top;
|
|
margin-bottom: 20px;
|
|
|
|
#asterisk{
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
|
|
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%;
|
|
}
|
|
}
|
|
}
|