parent
76062a3940
commit
a3dbdfeb52
@ -1,9 +1,3 @@
|
||||
#notification_area {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
height: 25px;
|
||||
padding: 3px 0px;
|
||||
padding-right: 3px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
.notification_widget{
|
||||
float : right;
|
||||
right: 0px;
|
||||
top: 1px;
|
||||
height: 25px;
|
||||
padding: 3px 6px;
|
||||
padding: 6px 12px;
|
||||
margin-top: 1px;
|
||||
z-index: 10;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: @corner_radius;
|
||||
background: rgba(240, 240, 240, 0.5);
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue