forked from cory/tildefriends
Make requesting permissions appear less terrible.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3952 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -253,3 +253,23 @@ kbd {
|
||||
padding: 2px 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#permissions {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.permissions_contents {
|
||||
background-color: #444;
|
||||
border-left: 4px solid #fff;
|
||||
border-right: 4px solid #fff;
|
||||
border-bottom: 4px solid #fff;
|
||||
padding: 1em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user