First pass at modal dialog
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#Header {
|
||||
background-color: transparent;
|
||||
margin-top: 10;
|
||||
}
|
||||
|
||||
#Header > Entry {
|
||||
@ -27,3 +28,11 @@
|
||||
#Player {
|
||||
background-color: #626363;
|
||||
}
|
||||
|
||||
#Modal {
|
||||
height: 500;
|
||||
width: 400;
|
||||
margin-top: 20;
|
||||
margin-bottom: 20;
|
||||
border-radius: 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user