working, styled info box for default theme
This commit is contained in:
parent
1035309f2c
commit
3077cb596a
1 changed files with 3 additions and 2 deletions
|
@ -129,13 +129,14 @@ UL {
|
||||||
}
|
}
|
||||||
.comment {
|
.comment {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.comment .info {
|
.comment .info {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: #ACE4A3;
|
background: #DDD;
|
||||||
border: 1px solid #7EB977;
|
border: 1px solid #CCC;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|
Reference in a new issue