mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-15 12:02:48 +00:00
Added files
This commit is contained in:
18
mongoui/mongoui-master/styles/ui.styl
Normal file
18
mongoui/mongoui-master/styles/ui.styl
Normal file
@@ -0,0 +1,18 @@
|
||||
.connection {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
.connection > .alert {
|
||||
background: #fff1a8;
|
||||
border: 1px solid #999;
|
||||
border-top: 0;
|
||||
border-radius: 0 0 3px 3px;
|
||||
display: inline-block;
|
||||
line-height: 21px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user